Course curriculum

  • 1

    Introduction to Momento

    • Welcome

    • What is Momento and why you should care

    • How to get started with Momento

  • 2

    Building a leaderboard system

    • High level architecture

    • The CDK project

    • Adding the submitScore function

    • Adding the getStanding function

    • Adding the getLeaderboard function

    • Wrap up

  • 3

    Building a real-time notification system

    • High level architecture

    • The CDK project

    • Implementing a token vending machine

    • Publishing real-time updates to a topic

    • Subscribing to updates from the frontend

    • Wrap up

  • 4

    Building a real-time chat system

    • High level architecture

    • The CDK project

    • Listing and creating chat rooms

    • Subscribing & publishing messages from the frontend

    • Wrap up

  • 5

    Wrap up

    • Key lessons