
Practice! Introduction to FastAPI
qu3vipon
Learn how to use FastAPI in a way that can be applied directly to your work!
초급
Python, SQLAlchemy, ORM
This is a Redis course that you can learn and use right away!

Learn about the various data types of Redis.
Learn how to use Redis through practical examples.
Understand the concept and features of caching.
No more tutorial-level lectures 🙅♂️
This Redis course is practical and can be applied directly to real-world situations through various examples!
Redis, an in-memory database, is used in a variety of services. Leveraging the data types provided by Redis can efficiently solve various technical challenges encountered during backend development.
In this lecture, we will learn about Redis and learn in detail how to utilize Redis through real-world examples .
Learn how to actually implement and utilize various features through Redis.
We provide easy-to-understand explanations, even for beginners, through PPT and diagrams.
Q. Do I really need to learn Redis?
Yes, I believe Redis proficiency is fundamental to backend development. Redis is one of the most widely used NoSQL databases. Once you master Redis, learning other NoSQL databases becomes relatively easy.
Q. I don't know much about backend, but can I still take the course?
Yes, it is possible. The course is designed with everyone in mind, from beginners unfamiliar with backend technology to intermediate students who have used Redis at least once. While the content covered is in-depth, the explanations are very intuitive and easy to follow. Furthermore, concepts are explained using simple language whenever possible.
Q. Is there anything I need to prepare before attending the lecture?
No prior knowledge is required, but since this is not an introductory course, it is recommended that you familiarize yourself with the basic structure of web development (e.g., the client-server model).
📢 Please note before taking the class
Who is this course right for?
Backend new developer (or job seeker)
For those of you who are curious about how to use Redis properly
Anyone curious about how to use Redis to handle high-volume traffic
Anyone preparing for a system design interview
Need to know before starting?
Basic understanding of web development architecture
2,708
Learners
191
Reviews
139
Answers
4.8
Rating
6
Courses
백엔드 개발자
(전) 토스 증권 NoOps팀
(전) Asleep 슬립루틴 개발
(전) ABLY 광고 사업팀
PyCon Korea 21/22/23 Speaker
강의
오즈코딩스쿨 부트캠프 강사
(Python, Django, FastAPI, Database, AWS)
스파르타코딩클럽 온라인 튜터(AI 트랙)
멀티캠퍼스 강사(SQL, Database)
자격증 및 수상 내역
AWS 2023 StartUp Security GameDay 한국 1등
3x AWS Certified
AWS Certified Database – Specialty
AWS Certified Solutions Architect - Associate
AWS Certified Developer - Associate
CKAD(Certified Kubernetes Application Developer)
기술 블로그: qu3vipon.com
깃허브: github.com/qu3vipon
All
43 lectures ∙ (1hr 41min)
Course Materials:
All
70 reviews
4.8
70 reviews
Reviews 4
∙
Average Rating 4.3
3
As the title suggests, I thought it would be a simple project that follows the practical Redis usage. The first part was about learning Redis commands, and the part where Redis is actually used was just a PPT, which was really disappointing. The reason I paid for it was the latter.
Hello. Did you happen to check the introductory video before taking the course? The course introduction video didn't mention building a simple project. I'm curious about what made you think that. And this course was intentionally designed not to be dependent on a specific programming language. This is because the most important thing when using Redis is the technology of Redis itself. Nevertheless, because Redis's interface is very intuitive, you can essentially solve the desired part by translating the content covered in the lecture directly into the language you primarily use. For example, if your primary language is Python, the Redis SET command maps directly as follows: >>> import redis >>> r = redis.Redis(host='localhost', port=6379, db=0) >>> r.set('foo', 'bar')
Reviews 7
∙
Average Rating 4.9
Reviews 1
∙
Average Rating 5.0
5
I am currently working as a backend developer. I am using Redis, but I felt like it was lacking, so I took this course. I learned a lot while taking the Redis course. The course content was organized systematically, and the instructor's explanations were easy to understand and clear, so I was able to understand even complex content well. In the course, I also learned how to utilize Redis through real examples and practice, which I think will be of great help in my work. Overall, it was a satisfactory course, and I feel like my understanding of Redis has greatly improved. I am looking forward to the next course!ㅎㅎ
Reviews 60
∙
Average Rating 4.5
Reviews 14
∙
Average Rating 4.9
4
The lecture is clear and seems to be very helpful for practical use. The only downside is that the lecture fee feels a bit expensive compared to the short lecture time.
Hello, Donghaebada. I'm glad it was helpful. I'm sorry about the length of the lecture. Let me make a small excuse. As a student, I also felt sorry for the lectures that were unnecessarily long because I kept repeating similar things every time I listened to online lectures, so I tried to prepare my lectures as short as possible but with substance. I intentionally removed all unnecessary parts through cut editing. I also continued to re-record parts that I felt were difficult to explain or too long. I thought that would make it easier for students to understand. Although the Ladies' lectures are less than 2 hours long, much more time, effort, and sincerity went into them. Of course, it's an effort that should be made as a paid lecture provider, but I wrote a few words out of concern that you might think I'm just trying to make a lot of money with short lectures. Nevertheless, I sincerely thank you for choosing my lectures!
$34.10
Check out other courses by the instructor!
Explore other courses in the same field!