Hands-on! Introduction to FastAPI
qu3vipon
Learn how to use FastAPI that can be applied directly to real-world practice!
Basic
Python, SQLAlchemy, ORM
This is a Redis course that you can learn and use right away!

Reviews from Early Learners
5.0
youmin park
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!ㅎㅎ
5.0
Blaze Choi
Our company is also using real redis. It was really helpful and helpful to me that you explained various application cases from the basics to how real redis can be used in the field. Also, it was good to look into issues that can arise when using redis. It was easy to read because it was organized in a compact, informative, and easy-to-understand language. I look forward to the next lecture :)
5.0
Yojae Jang
Since each lecture is structured in a short format, when you encounter technical difficulties, as you mentioned at the end, you can use the question mark “How did I do this?” as an exclamation mark “This is what I’ll do!”
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,927
Learners
221
Reviews
141
Answers
4.8
Rating
7
Courses
Backend Developer
(Former) Toss Securities NoOps Team
(Former) Asleep Sleep Routine Development
(Former) ABLY Ad Business Team
PyCon Korea 21/22/23 Speaker
Lectures
Oz Coding School Bootcamp Instructor
(Python, Django, FastAPI, Database, AWS)
Sparta Coding Club Online Tutor (AI Track)
Multicampus Instructor (SQL, Database)
Certifications and Awards
AWS 2023 StartUp Security GameDay Korea 1st Place
3x AWS Certified
AWS Certified Database – Specialty
AWS Certified Solutions Architect - Associate
AWS Certified Developer - Associate
CKAD(Certified Kubernetes Application Developer)
Blog: qu3vipon.com
GitHub: github.com/qu3vipon
Publications
All
43 lectures ∙ (1hr 41min)
Course Materials:
All
74 reviews
4.8
74 reviews
Reviews 65
∙
Average Rating 4.4
Reviews 1
∙
Average Rating 5.0
5
Our company is also using real redis. It was really helpful and helpful to me that you explained various application cases from the basics to how real redis can be used in the field. Also, it was good to look into issues that can arise when using redis. It was easy to read because it was organized in a compact, informative, and easy-to-understand language. I look forward to the next lecture :)
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 8
∙
Average Rating 4.9
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')
Check out other courses by the instructor!
Explore other courses in the same field!