How to Containerize a Ruby on Rails 6 App
Intro Ruby on Rails should give you super powers. However its not the easiest to deploy in the traditional way (deploying on a Linux virtual machine). Docker to the Rescue…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Intro Ruby on Rails should give you super powers. However its not the easiest to deploy in the traditional way (deploying on a Linux virtual machine). Docker to the Rescue…
.Net Core 3.1 is in LTS mode (ends support in Dec 2022) where as .Net Core 5 is coming to general availability in November. However, there will never be a…
The basic commands you need, to be productive with docker: How do I get a list of all running docker containers ? How do I just get all the containers…
1) Don’t Touch the DOM – Imperative Vs Declarative Hey don’t touch the DOM ! React will do that for you. You might be wondering what I mean by that.…
All programmers ( code carpenters, developers, software engineers, or what ever you like to go by) should constantly be making things, on the side, for free. Why would anyone do…
The following is a excerpt that was made, as part of my final capstone project. Introduction The hardware and software section will be primarily exploring the two key parts in…
One of the best ways to get started with programming or help in finding a job is doing side projects. They help you understand what goes into making large feature…