Tag: Devops
All things Devops — real problems, real solutions.
Building a Real-Time Chat App with WebSockets in 5 hours
A few days ago I decided to challenge myself by building a fully functional real-time chat application in the span of an afternoon, containerized with Docker, deployed on AWS, and integrated into a fully automated delivery pipeline...
Read more →
Monolith, Monorepo or Multi-repo? Choosing the right Codebase Architecture
In the world of software engineering, how you organize your code can be just as critical as the code itself — especially when scaling projects from hobby to enterprise level. While terms like Monolith, Monorepo and Multi-repo are common in the industry, there's still much confusion...
Read more →