14 followers
Writing about the small things that I found helpful
In case you missed it, I fell in love with Go. In my opinion, it is as perfect as any language can get. The toolings, syntax and community are simply...
Python is a popular programming language used for various applications, from web development to data analysis. While Python is known for its ease of...
When we ask Docker to build an image on our laptops, Docker builds one that works with our PC. This involves building an image for that specific...
Containers have formed the basis of code packaging for a while in the software industry. Everyone needs a degree of containerization skills to get by...
Did this particular line of code run? Did this variable change? These are questions we ask ourselves while writing and testing code. Most of us...
Background Getting a project to work is great. Getting it to work the best possible way is better. I wanted to build a simple system the "right" way. ...