실전! 데이터베이스 완전정복 [설계편]
신동현
현실의 복잡한 요구사항을 정확히 반영하면서 효율적이고 확장성 있는 데이터베이스 구조를 설계하는 실전 전략을 학습합니다.
초급
MySQL, DBMS/RDBMS, database
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,386
Learners
162
Reviews
131
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
69 reviews
4.8
69 reviews
Reviews 4
∙
Average Rating 4.3
3
제목처럼 실전 Redis 활용을 따라하며 간단한 프로젝트를 만들며 진행 하는건줄 알았는데. 초반 부분은 Redis 명령어 익히는 부분이고, 이후 Redis 를 실제로 쓰는 부분은 그냥 ppt로 넘어가서 너무너무 아쉬웠습니다. 제가 결제한 의도는 후자였거든요
안녕하세요. 혹시 강좌수강 전에 소개 영상을 확인하셨나요? 강좌소개 영상에서 간단한 프로젝트를 만들어본다고 했던 적은 없어서요. 어떤 부분 때문에 착각하신건지 의아하네요. 그리고 본 강의는 의도적으로 특정 프로그래밍 언어에 종속적이지 않게 제작 되었습니다. 레디스를 이용할 때 가장 중요한건 레디스라는 기술 그 자체이기 때문입니다. 그럼에도 불구하고 레디스의 인터페이스는 매우 직관적이기 때문에 사실상 강의에서 다룬 내용을 그대로 주력으로 사용하는 언어로 바꾸면 원하는 부분을 해결하실 수 있습니다. 예를 들어, 주력 언어가 파이썬이라면 레디스 SET 명령어는 아래와 같이 그대로 매핑됩니다. >>> import redis >>> r = redis.Redis(host='localhost', port=6379, db=0) >>> r.set('foo', 'bar')
Reviews 6
∙
Average Rating 4.8
Reviews 1
∙
Average Rating 5.0
5
지금 백엔드 개발자로 일하고 있습니다. redis를 쓰고는 있지만, 부족한것 같아 이 강의를 듣게 되었습니다. Redis 강의를 수강하면서 많은 것을 배웠습니다. 강의 내용은 체계적으로 구성되어 있었고, 특히 강사님의 설명은 이해하기 쉽고 명확해서 복잡한 내용도 잘 이해할 수 있었습니다. 강의에서는 실제 예시와 실습을 통해 Redis를 활용하는 방법도 배웠는데, 실무에서 큰 도움이 될 것 같습니다. 전반적으로 만족스러운 강의였고, Redis에 대한 이해도가 크게 높아진 느낌입니다. 다음 강의도 기대됩니다!ㅎㅎ
Reviews 54
∙
Average Rating 4.4
Reviews 12
∙
Average Rating 4.8
4
강의는 일목요연하고 실제 사용에도 도움이 많이 될듯 합니다. 유일한 단점은 짧은 강의 시간에 비해 강의료가 살짝 비싼느낌을 줌
동해바다님, 안녕하세요. 도움이 되셨다니 다행이네요. 강의 분량에 대해서 아쉬움이 있으시군요. 약간의 변명을 해보자면 저도 수강생으로 인터넷 강의를 들을 때마다 비슷한 말을 반복하며 불필요하게 분량만 긴 강의가 아쉬워서 제 강의는 가급적 짧지만 알차게 준비하려고 노력했어요. 의도적으로 불필요한 부분은 전부 컷편집으로 제거하였습니다. 또 설명이 어렵거나 말이 길다고 느껴지는 부분도 계속 재녹음했습니다. 그게 수강생분들이 이해하시기 더 쉽다고 생각해서요. 레디스 강의가 2시간 미만의 분량이지만 그보다 훨씬 많은 시간의 노력과 정성이 들어갔습니다. 물론 유료강의를 제공하는 입장에서 당연히 해야되는 노력이지만, 단순히 제가 짧은 강의로 큰 돈을 벌려고 한다고 생각하실까봐 노파심에 몇자 적어봤습니다. 그럼에도 불구하고 제 강의를 선택해주셔서 진심으로 감사합니다!
$34.10
Check out other courses by the instructor!
Explore other courses in the same field!