The architecture behind 99.9999% uptime in erlang
Have you ever wondered how to build the most stable application in the world? What characteristics does such an application have, and what architecture styles make it possible?
Something went wrong!
Hang in there while we get back on track
Hey, I'm Volodymyr, a software engineer based in Ukraine 🇺🇦. I love building apps that are fast, clean, and useful to other people. This blog is where I share my thoughts, experiences, and projects related to software development. Whether you're a beginner or an experienced developer, I hope you'll find something valuable here. Feel free to contact me using the details below.
Have you ever wondered how to build the most stable application in the world? What characteristics does such an application have, and what architecture styles make it possible?
A month ago, during a release to production, the feature I was working on failed to deploy due to a PostgreSQL restriction. It turned out to be a surprisingly fun and comprehensive learning moment.
There are many ways to structure API development, but I’ll show you the one I love most and use in my projects.