In an effort to get more fluent with Kubernetes, I’m using it instead of Docker/Docker compose during my local development. I’m using Docker Desktop on…
Category: Tools
I recently acquired a new Mac, and needed to set up git with access to Github on the new computer. I decided to document the…
So you’re going to deploy your Vue app in a Docker container. That great!! Containers are a fantastic way to deploy your app. When I…
This post is about a problem with CORS (cross-origin resource sharing) in Chrome. CORS is one of the security mechanisms built into browsers to prevent…
DevOps is a term developers are familiar with by now. The term DevSecOps is now becoming popular, and gets lots of press. The “sec” part…
In 2020 we know security is important. I strive to be a more secure developer all the time. There are many avenues to achieve this,…
If you are building server-based applications, at some point you are likely to encounter containers. Docker is a popular container technology that allows you to…
Docker containers can take up quite a bit of disk space, especially if used in a development environment. We create containers for Tomcat and they…
Due to many circumstances, I have a need to upgrade my shared hosting from .Net 3.5 to .Net 4.0. Normally this is no big deal,…
Ever since the var keyword was released in C#, I’ve struggled with using it. To me var felt like using variant or object in VB,…