Blogs
Restart Single Container …
When you’re running a set of containers with Docker Compose there are times that you need to restart just one of those containers. Let’s say for example that you need to restart your NodeJS server to read in a new environment setting. You could stop and restart the entire stack OR you …
Interview Questions to …
I don’t interview all that often, but when I do, I really prefer to have a conversation versus some of the other common interview methods, cough cough white board questions cough cough. For more Senior roles I find this works better than hypothetical questions explained on the whiteboard. If …
Enabling Search in the …
If you use the terminal, even a little bit, you will likely need to reuse past commands. Usually this means pressing the up arrow a bunch of times until you find what you need. Here is a handy setup to allow you to “search” past commands and pick the necessary command from a list. Simply …