강의

멘토링

로드맵

Inflearn brand logo image
BEST
Programming

/

Back-end

実習で学ぶ先着順イベントシステム

先着順イベントシステムを実装するときにどのような問題が発生し、どのように解決できるかを学びます。

  • 169developer9973
3시간 만에 완강할 수 있는 강의 ⏰
Spring Boot
Java
Docker
Redis
Kafka

学習した受講者のレビュー

こんなことが学べます

  • 先着順イベントアーキテクチャ

  • 同時実行制御

先着順イベントシステムも自信を持って!
例を通して本番の感覚をつかみましょう。

BEの実務でぜひ一度は体験する
先着順イベントアーキテクチャ🚩

多くのサービスで「先着順300人に特価割引クーポン発行」などのイベントを行っています。それだけ多くのバックエンド開発者がビジネスドメインに必要な先着順イベントシステムを実装することになります。しかし、実際にシステムの実装を経験していないと、どのように設計するべきかを感じることは困難です。

私も就職を準備していた時期先着順イベントをどのように設計するかについて疑問がありましたが、就職をして開発者としてキャリアが積み重なるまで長い時間が経ってから初めて答えを得ることができました。

そのため、このレッスンでは先着順イベントシステムを作成する際に発生する可能性のある問題と解決策を学びます。過去の私のように、似たような疑問を持った初心者のバックエンド開発者の方に役立つように、簡単な先着順クーポンイベントシステムを開発する実習を通じて、実際の業務で経験することになる問題を講義で直接経験してみることができるように構成しました。それでは一緒に知ってみましょうか?

こんな方におすすめです💡

「先着順イベントをどのように実装するのですか?」する心配するバックエンド開発者

簡単なCRUD掲示板は作ってみましたが、もう何を学べばいいのか悩んでいる方


実務で最も経験がある
2つの問題に集中しました!

💡先着システムを実装する際に発生する可能性のある問題を調べ、これらの問題を解決できるようになります。

欲しかった数量よりクーポンが多く発行されました。
原因は何で、どうすれば解決できますか?

多くの要求が入るとエラーが発生します。
どうやって事前に準備できますか?

だから、こんなことができるようになります!

  • ✅先着順イベントシステムを段階的に作成していきながら、各段階でどのような問題が発生し、これをどのように解決するかを学習します。
  • ✅ Docker(ドッカー)環境でRedis(レディス)、Kafka(カフカ)を設定し、プロジェクトで主に使用するコマンドを練習します。

Q&A 💬

Q. Javaの基礎を学びました。この講義を受講してもいいですか?

この講義はSpring + Javaを活用してプロジェクトを進めてみた方を対象としています。
そのため、掲示板のようなプロジェクトを進めてから受講することをお勧めします。

Q. Node.js + JavaScript開発経験のみあります。この講義を受講してもいいですか?

このレッスンはSpring + Javaベースであり、Spring、Javaについての追加の説明はしません。
ただし、Spring + Javaベースのコードを理解することができれば受講しても関係ありません。

Q. クーポンシステムについてどれくらい深く扱いますか?

この講義ではクーポンというテーマを扱うが、これを深く扱うことはありません。あくまで先着順イベント例のためにしている点を参考にしてください。

💾受講前に確認してください。

  • 練習環境としてmacOS、IntelliJを使用しています。
  • Java、Spring、JPAを使って掲示板や簡単なプロジェクトを作ってみた方を対象とする講義です。 (Java、Spring、JPAに関する内容は別途詳しく説明しません。)

一緒に見ればいい講義📺

こんな方に
おすすめです

学習対象は
誰でしょう?

  • SpringとJavaを活用して掲示板を作ってみた方

  • 先着順クーポンイベントシステムの作り方を気になった方

前提知識、
必要でしょうか?

  • Java

  • Spring

  • Spring Data JPA

こんにちは
です。

5,561

受講生

429

受講レビュー

295

回答

4.8

講座評価

3

講座

안녕하세요. 지식공유자 최상용입니다.

많은 오픈소스에 기여한 경험이 있는 현직 백엔드 개발자입니다.

- Spring Data Mongo Contributor
- querydsl Contributor
- grpc-kotlin Contributor
- ksp Contributor
- mybatis Contributor

カリキュラム

全体

16件 ∙ (1時間 12分)

講座掲載日: 
最終更新日: 

受講レビュー

全体

110件

4.8

110件の受講レビュー

  • tottenham30943님의 프로필 이미지
    tottenham30943

    受講レビュー 11

    平均評価 4.7

    5

    100% 受講後に作成

    The lecture is good, but it is only an introductory class. Please purchase it knowing this. If you are someone who uses Ladies and Kafka in practice, you probably don't need to purchase it, and if you don't know anything at all, you can just buy it to skim the introductory course. And if you are a job seeker, if you write this much and write one line on your resume, you will be able to avoid in-depth questions during the interview. You should study separately.

    • 169developer9973
      知識共有者

      hallo, thank you for your detailed course review! As you said, this course uses Redis and Kafka at an introductory level, so if you want to use it in practice, I recommend you study it in depth! Thank you for your kind words :)

  • kms920106님의 프로필 이미지
    kms920106

    受講レビュー 24

    平均評価 4.6

    5

    100% 受講後に作成

    I've quit the company now, but... When I actually ran the first-come-first-served 100 coupon event, the DB died... Whenever someone tried to issue a coupon and order, it took 5 seconds to load the page... I remember the chaos.. In the end, I had to deal with it by increasing the temporary ec2 instance and the db server, but if I had seen this lecture before, I would have suggested it and reflected it myself.. I could have had a good experience.. Now that I'm trying to test it myself.. The server cost is not cheap, and I'm very sorry.. I hope this lecture spreads widely so that people like me won't have regrets... I listened to the lecture well. Thanks to you, I became interested in Redis and Kafka, and I want to study more. Thank you.

    • thdud3410님의 프로필 이미지
      thdud3410

      受講レビュー 3

      平均評価 5.0

      5

      100% 受講後に作成

      I am so grateful that you taught me difficult content with practical code! It was a neat lecture! It would be better if you uploaded Notion as a lecture material all at once. It was a bit cumbersome to go into each lecture when reviewing. However, the lecture content is very informative. It is the best.

      • 169developer9973
        知識共有者

        Thank you for the course review, Soyoung Choi! I will take the time to organize the lecture materials and upload them. Thank you!

    • highnnnyes1734님의 프로필 이미지
      highnnnyes1734

      受講レビュー 37

      平均評価 4.8

      5

      100% 受講後に作成

      This was something I was curious about, so I liked that you just hit on the key points.

      • 169developer9973
        知識共有者

        Thank you for your review, Top! I'm glad that I achieved my goal of conveying only the key points in a short period of time!

    • leejinwoo1126님의 프로필 이미지
      leejinwoo1126

      受講レビュー 24

      平均評価 5.0

      5

      100% 受講後に作成

      I learned new knowledge, and I think I can get additional direction through this. It was good that only the key points were explained in one hour, but I was disappointed that the concept was briefly covered at the end.

      • 169developer9973
        知識共有者

        Thank you for your course review, Mr. Lee Jin-woo! I tried to convey it in a short period of time, so I think it was a little lacking. If you ask questions on the Q&A board about the parts that were lacking, I think I can answer any questions you have!

    ¥2,343

    169developer9973の他の講座

    知識共有者の他の講座を見てみましょう!

    似ている講座

    同じ分野の他の講座を見てみましょう!