Notes

Here you will find a collection of my notes and useful resources I gathered while working as a software developer. I do my best to take notes each time I learn a new technology.


Spring Boot

Messaging in Spring Boot

  • This introduces messaging patterns, implemented in Spring.
    • Topics: RabbitMQ, Redis Pub/Sub, and WebSockets.

REST API Design in Spring Boot

  • This introduces REST API Design, implemented in Spring.