Engineering notes
Tutorials that record what was actually run
Software engineering notes with versions and a tested-on date
In this issue
-
Common Mistakes in Designing REST APIs
Designing a REST API involves several critical considerations to ensure it is robust and efficient. This article explores common mistakes made during the design process and offers guidance on how to avoid them.
-
Where to Start Learning Docker?
Discover the essential concepts of Docker, including containers, images, Dockerfiles, and more. Learn how to avoid common beginner mistakes.
-
PostgreSQL vs MongoDB: Which Database to Use for Your Project?
Explore the differences between PostgreSQL and MongoDB, including data models, transaction needs, and performance, to determine the best fit for your project.