
Miguel Lopez
Software Developer
About the instructor
Passionate about programming, always learning something new. Currently developing microservices using Scala, Akka, Kafka and other tools at Disney Streaming Services. Learning Rust in his spare time.
The Akka toolkit allows you to develop scalable and resilient applications based on the actor model.
And the Akka HTTP module is no exception. It builds on the same concepts to bring that scalability and resiliency to web applications.
In this free course you will get your hands dirty and build a backend application for a todo list. You'll learn:
How to use the Akka HTTP's routing DSL
What directives are and how to create your own
Parse your models to and from JSON
Unit test your routes using the Akka HTTP's testkit
See you inside!
Course Contents
28 Videos
2 Texts
Course Curriculum
Introduction
00:21
Creating the Server
01:50
Listing Done and Pending Todos
06:15
Updating Todos
06:28
Deploying Our App
03:47