강의

멘토링

커뮤니티

BEST
Programming

/

Back-end

Learning Large-Scale System Design by Building Directly with Spring Boot - Bulletin Board

We will learn how to create a system to support large amounts of data and traffic by creating it directly with Spring Boot.

(4.9) 142 reviews

1,340 learners

  • kuke
이론 실습 모두
시스템설계
Spring Boot
MySQL
Redis
Kafka
Java

Reviews from Early Learners

What you will learn!

  • Large-scale system design

  • Microservice Architecture

  • Event-Driven Architecture

  • Understanding Distributed Systems

  • How to deal with concurrency issues

  • Understanding and Practical Application Strategies for MySQL, Redis, and Kafka

  • Optimizing large data queries using database indexes

  • Complex Hierarchical Table Design and Optimization

  • How to ensure data consistency even with high write traffic

  • Processing event streams and building asynchronous applications

  • System establishment to prevent loss of events

  • Methodology for use in large-scale traffic and complex architectures

  • Performance optimization strategies that can be applied to a variety of requirements

  • Cache Optimization Strategy

Real-world development know-how for large-scale systems from IT company developers!

This course explains the large-scale systems technical knowledge and methodologies needed to build them, and creates them by directly writing code with Spring Boot.

We deliver practical development expertise gained from supporting large-scale systems at IT companies and real-world development know-how.

The technology selection and consideration process is described in detail, and we examine the process of creating the design along with hundreds of image materials.

We recommend this for the following people.

  • Someone curious about how to handle large-scale data and traffic


  • People curious about performance optimization

  • Someone with experience but no traffic handling experience

  • Someone who is curious about how to actually build things, rather than just having simple theoretical explanations

  • Someone who has developed a bulletin board with Spring Boot at least once

  • Someone who knows database fundamentals and how to write simple SQL


Prerequisites

  • Spring Boot

It does not cover the operating principles or usage methods of Spring Boot.

  • Java

Although we use Java 21, we don't use complex modern syntax, so you don't necessarily need to know about version 21. It's sufficient if you've learned Java 8 or higher syntax.

  • Relational Database and SQL Basic Grammar

Basic knowledge of relational databases and SQL basic syntax will not be explained. It's sufficient if you can write CREATE, SELECT, UPDATE, DELETE syntax.

Redis and Kafka are explained in the course, so prior knowledge is not required.

  • Computer Science Knowledge

Having a foundation in CS knowledge can make understanding easier, but it is absolutely not a requirement.

Tech Stack and Tools

  • Spring Boot 3.3.2

  • Java 21

  • JPA

  • Gradle

  • MySQL 8.0.38

  • Redis 7.4

  • Kafka 3.8.0

  • IntelliJ IDEA


This course is not tied to a specific version, but we recommend using the same environment for smooth practice sessions.

Even if you use other languages or frameworks, the concepts and design approaches are the same. If you can directly consider and develop these aspects, you can learn even without using Spring Boot.

Although it doesn't explain JPA, it covers it at a basic level, so no separate knowledge is required.

You will learn the following content.

  • Large-Scale System Design

  • Microservice Architecture

  • Event-Driven Architecture

  • Understanding Distributed Systems

  • Methods for Handling Concurrency Issues


  • MySQL, Redis, Kafka Understanding and Practical Application Strategies

  • Database Index Utilization for Large-Scale Data Query Optimization

  • Complex Hierarchical Table Design and Optimization

  • Methods to Ensure Data Consistency Even Under High Write Traffic


  • Event Stream Processing and Building Asynchronous Applications

  • Building a System to Prevent Event Loss


  • Methodologies that can be utilized in large-scale traffic and complex architectures

  • Cache optimization strategies that can be applied to various requirements


Learning Keywords

#Relational_Database #MySQL #Shard #Replication #Index #Clustered_Index #Secondary_Index #Covering_Index #Query_Plan #Query_Optimization #Primary_Key #Transaction #(De)Normalization #dbms_schema_design #Adjacency_list #Path_enumeration #database_collation #Lock #Optimistic_Lock #Pessimistic_Lock #Record_Lock #Concurrency_Problem #In-memory_database #NoSQL #Redis #Data_Structure #Distributed_Lock #Event_Streaming #Stream_Processing #Async #Kafka #Distributed_Transaction #Transctional_Messaging #Two_Phase_Commit #Transactional_Outbox #CDC #Transaction_Log_Tailing #CQRS #Cache #Request_Collapsing #Distributed_System #Microservice_Architecture #Event_Driven_Architecture

I've organized the keywords that can be learned from the lecture.

It's natural that you don't know these yet, but you'll learn and implement these concepts through the lectures.

These are concepts frequently encountered in practical work, and I explain in detail the necessity of each concept and the design process.

From simple systems to complex systems, detailed image materials about the gradual transformation process!

Practical work and the decision-making process included!

Improve your implementation skills by experiencing real-world development through live coding!

Java, Spring Boot, MySQL, Redis, Kafka

How can we utilize and develop these tools?

Not just limited to simple coding tasks,

Applying various architectures, methodologies, and design patterns while designing structures that are easy to read and maintain

An opportunity to grow even further through hands-on development!

Pre-Enrollment Q&A

Q. I'm completely new to backend and Spring Boot - can I take this course?

A. This is not a beginner course, so it doesn't explain backend concepts or Spring principles and usage methods. Therefore, basic knowledge of Spring is a prerequisite, but even if you don't know it well, having the attitude to learn as you go is sufficient. I recommend this course to those who have built something at least once, even if it was just a very simple bulletin board.


Q. Can I take this course if I don't know MySQL, Redis, Kafka, and Docker?

A. You need to know MySQL and basic SQL syntax. For anything beyond that and other tools, it's okay if you don't know them since the course will explain in detail what they are and how to use them directly.


Q. If I just complete all the lectures, will I be able to understand everything?

A. To properly learn and fully master the content of the lectures, it may take several times more effort. You cannot understand everything just by listening with your eyes and typing the code once. It's that challenging of a topic. I recommend continuously reviewing and grasping the overall structure while progressing through the lectures. Also, parts that are unrelated to the lecture's direction or that I judge require direct learning are not explained in the lectures, so it may not feel particularly kind. These parts require individual study.


Q. I have backend experience, but I've only used other frameworks, not Spring Boot. Can I take this course?

A. The concepts are all the same, so it's fine to take the course. However, since only Java code written in Spring Boot is provided, you may need the implementation skills to directly port it to other languages.


Q. I don't understand any of the keywords mentioned in the course introduction.

A. If you meet only the prerequisites mentioned, you'll be fine as long as you can follow along well, since you'll learn the theory through lectures and implement it directly with code.


Q. Do you also cover server deployment or client development?

A. Development and testing will only be conducted locally, with no server deployment or client screen development.


Q. Are there any additional costs like cloud services while conducting the lectures?

A. Since development and testing are conducted only locally, no additional costs are required.

Recommended for
these people

Who is this course right for?

  • Anyone who wants to know how to handle large amounts of data and traffic

  • People who want to optimize performance

  • People with experience but no traffic experience

  • If you are curious about how to make it, rather than just explaining the theory

  • People who have developed a bulletin board using Spring Boot more than once

  • Someone who knows the basics of databases and how to write simple SQL

Need to know before starting?

  • Java

  • Spring Boot

  • Relational Database Basics

  • SQL Grammar Basics

Hello
This is

1,460

Learners

154

Reviews

223

Answers

4.9

Rating

2

Courses

안녕하세요.

IT 기업 개발자로 근무하며, 대규모 시스템을 지탱하기 위해 다양한 기술을 활용해보고 있습니다.

실무 관점의 개발 지식을 공유하고자 개설하였고, 많은 도움이 되었으면 좋겠습니다.

 

[문의]

Email : kukekyakya@gmail.com

Curriculum

All

71 lectures ∙ (13hr 21min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

142 reviews

4.9

142 reviews

  • 리나님의 프로필 이미지
    리나

    Reviews 7

    Average Rating 5.0

    5

    70% enrolled

    단순히 강의 목록만 보고 강의 내용 판단하면 안되었네요. 실제로 강의를 들어보니 Index 알고리즘 부터 시작해서 최적화 된 인덱스 활용법, 그리고 애플리케이션이 Sale-out 환경과 DB 샤딩 구조 환경에서 안전하게 이벤트 메시지 발행하는 방법까지 정말 제가 원하는 강의였습니다. 단순히 서비스를 구축하는 것을 떠나서 대용량 트래픽에 기반하는 여러가지 TIP이 많아 정말 좋은 강의였습니다. 덕분에 많은 지식을 배우고 갑니다. 앞으로 이렇게 좋은 강의 부탁드립니다 :)

    • 쿠케
      Instructor

      리나님, 좋은 평가 주셔서 정말 감사합니다! 수강생 분들에게 어떻게 잘 전달할 수 있을지 고민도 많이 되었고 장시간 열심히 준비해왔는데, 어려운 강의 잘 따라와주셔서 감사하고 뿌듯합니다!! 새해 복 많이 받으시고 남은 강의도 화이팅입니다! (후반부도 꽤나 재미(?)있을 겁니다!)

  • wisehero님의 프로필 이미지
    wisehero

    Reviews 55

    Average Rating 4.7

    5

    72% enrolled

    이 강의는 최고입니다. 이 강의는 인프런의 중, 상급 강의는 이래야 한다라는 기준과 같은 강의입니다. 이제 만 1년을 채운 주니어 개발자입니다. 사내에서는 아직 어드민만 새로 개발을 하거나 유지보수 해왔습니다. 모든 분들이 아시다시피 어드민은 트래픽이 많이 몰리지도 않고 자주 쓰이는 것도 정해져있습니다. 기획도 유저에게 전달되는 것이 아니니 내부 직원들도 속되게 말해 '개판'으로 기획하고 개발하는 경우가 대부분입니다. 이 상황속에서도 도전할 만한 과제들을 찾아보고 있지만 쉽지 않았습니다. 그러던 도중 이 강의를 만났고 앞으로 수행하게될 프로젝트에 대해 어떤 설계를, 어떤 코드를 짤지에 대해 적어도 '생각'은 해볼 수 있는 재료들을 얻었습니다. 최근 들었던 강의들에서는 거의 Q&A란을 인프런 인턴에게 맡겨두고 사실상 유기하는 지식공유자들이 많았는데 쿠케님은 주말에도 Q&A를 열심히 받아주십니다. 강의평 서문에 적었던 것처럼, 이 강의는 중,상급 강의 중 최고입니다. '중,상급 강의는 이래야한다' 라는 기준, 가이드를 제시한 강의라고 생각합니다. 이는 인프런에서 지식을 공유하는 분들이나, 인프런 서비스를 운영하시는 분들 에게도 좋은 레퍼런스가 될 수 있다고 생각합니다. 제약이 많고 꽉꽉 막힌 환경속에서 아직 더 도전적인 업무 수행을 위한 실력을 기르고 싶은 불씨가 아직 꺼지지 않은 분들은 망설이지 말고 수강하셨으면 좋겠습니다. 아쉬운 점은 코드를 제공하시기는 하나 커밋 기록이 찍혀있는 깃허브 레포지토리나 섹션별로 코드가 나뉘어져 있지 않아 흐름을 따라가기가 힘들었는데 이 부분이 개선이 되면 좋을 것 같습니다. 좋은 강의 감사드립니다. 오랜만에 진짜 강의같은 강의를 만났습니다.

    • 쿠케
      Instructor

      wisehero님, 좋은 평가 감사합니다! 수강평까지 정성스럽게 적어주셔서 너무 감사하네요 ㅎㅎㅎ 강의를 만들면서 “이렇게 어렵게 만들어도 되는건가?” 라는 생각도 있었고, 수강생 분들이 내용을 다 소화하진 못하더라도 무엇을 모르는지 알려드릴 수 있는 것만 해도 나름의 성과라고 생각했었습니다. 다행히 난이도에 대해서는 만족하시는 수강생 분들도 많은 것 같고, wisehero님 또한 앞으로의 방향성을 잘 잡아나가고 계신 것 같아서 뿌듯하네요!! Q&A는 만족해주신 것 같아서 다행입니다! 열정 있는 수강생 분들이라면 강의 들으면서 당연히 궁금한 점이 생길 수 있겠더라고요. 저도 그러한 열정에 보답하고자 최대한 열심히 답변 달려고 노력하고 있습니다 ㅎㅎㅎ 다양한 질문 보면서 강의 내용만으로는 부족했던 점이나 보충해드릴 부분 고민하면서 저 또한 많이 배우고 있고요. 특히 wisehero님은 다른 분 질문에서도 문제 해결 도와주시던 멋진 모습 기억하고 있습니다!! 코드 분리에 대해 아쉬운 점은 충분히 공감됩니다..! 처음부터 완벽하게 오류 없는 코드를 짜면 딱 분리해 둘 수 있겠지만, 그게 생각보다 쉽지 않더라고요..! 강의 범위가 방대하고 내용이 어렵다보니, 코드 수정할 부분이 이후에서야 눈에 들어올 때가 있습니다. 이럴 경우 섹션마다 잘게 나뉘어져 있으면 앞선 내용까지 수정하는게 너무 어렵다보니 귀찮은 마음에 따로 나누지 않은 부분도 있습니다..! 관련해서는 죄송스러운 마음이 있어서 양해를 구하게 되네요 ㅠㅠ 개선할 방법은 조금 더 고민해보겠습니다..! 열정 가득한 최고의 수강생 분들이 들어주시는 덕분에 강의도 가치가 생기는 것 같습니다!! 잘 수강해주셔서 감사합니다!

  • Ian님의 프로필 이미지
    Ian

    Reviews 10

    Average Rating 5.0

    5

    99% enrolled

    처음엔 가격때문에 고민 많이 했는데, 기대한 것보다 더 방대한 내용을 의식 흐름대로 잘 설명해주셔서 즐겁게 완강했습니다. 대부분의 백엔드 개발자가 들으면 얻어가는게 많을 내용이라 생각하고, 면접에도 큰 도움 될 것 같습니다. 감사합니다!

    • 쿠케
      Instructor

      Ian님, 좋은 평가 감사합니다!! 즐겁게 완강해주시다니 너무 감사하고 기쁘네요!! 면접도 잘 준비하시길 바랍니다!!

  • chlghksdyd31님의 프로필 이미지
    chlghksdyd31

    Reviews 11

    Average Rating 4.9

    5

    100% enrolled

    잘 들었습니다. 시스템 설계와 성능 개선 방법에 대해서 궁금했었는데, 강의를 듣고 많이 배워 갑니다. 가격이 높은 편이라서 좀 고민하고 구매했는데 가격 이상의 내용을 배웠다고 생각합니다. 앞으로도 좋은 강의 부탁드립니다. 감사합니다.

    • 쿠케
      Instructor

      chlghksdyd31님, 좋은 평가 감사합니다!! 잘 배워가셨다니 너무 뿌듯하고 기쁘네요!! 완강 하시느라 고생 많으셨습니다!!

  • 김현진님의 프로필 이미지
    김현진

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    좋은 강의 잘 들었습니다 여러모로 생각이 확장되는 경험이었네요. 특히 kafka가 익숙하지않아 kafka를 활용하는 Transactional Messaging 기법은 생각지도 못한 부분이어서 되게 어려웠지만 재미있는 강의였습니다 !

    • 쿠케
      Instructor

      현진님, 좋은 평가 감사합니다! Transactional Messaging 정말 어려운 부분인데 재밌게 들으셨다니 다행입니다. ㅎㅎㅎ 완강 하시느라 고생 많으셨고, 새해 복 많이 받으세요!!

$152.90

kuke's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!