A few days ago, I wrote about Elixir and discussed how it's built for concurrency. Phoenix, the most popular web framework for Elixir, leverages these...
Easy but Complex Building software in languages like C or JavaScript presents challenges due to their fundamental design. Key Issues: Simple Syntax,...
When I started building software professionally we defaulted to: Everything being mutable everything being nullable everything being...
Introduction For those experienced in application development, MVC frameworks like Rails, Django, and Laravel are well-known. I'll refer to these as...
As React devs we deal with async stuff every day. We know firsthand how awkward and complicated async logic can get. Now add components into the mix...
The modern best practice for DevOps is to build the application once. Then deploy the same application with different configurations to different...