Here we go

personal
February 17 2021
3 Min Read
This the the first blog post. A intro to why I am making this blog, and really, just practice to get in the habit of writing posts.

Practical Containers

programming
March 2 2021
21 Min Read
I was introduced to Linux containers around early 2018, and I have divided my coding calendar into two parts: Before Container Era (B.C.E) and Container Era (C.E.) Even though I consider that I am still on the steep side of the learning curve, knowing how containers work and using them to code and deploy full-stack applications has exposed me to a new coding world that would probably have taken me many more years to discover. That’s why I decided that my first post would be a practical guide to coding with containers. There are many container runtimes, but for this introduction, I will be using Docker.