Project 1
Todo store as a process
Build a process that accepts tasks, stores them, and returns them on request.
- Keep state only inside the process
- Support add, list, and clear
- Use messages instead of direct access
Mini projects
Ship small Erlang systems, plan protocols, and lock in BEAM thinking through actual design work.
Mini projects
Project 1
Build a process that accepts tasks, stores them, and returns them on request.
Project 2
Connect multiple processes to one central hub that distributes messages.
Project 3
Use an OTP behavior for a stateful service with a restart strategy.
Capstone
The strongest confidence boost comes from shipping a small but real system. Use this panel to design your final project.
Account