Here We Go
personal
September 23 2022
5 min
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
September 23 2022
32 min
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.