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: DevOps
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…
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…
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…
Create an interactive report using the PowerShell ConvertTo-Html command and JavaScript.
Resources for my talk Environment Configuration for JavaScript Apps. Code Repository on GitHub Links How to implement runtime environment variables with create-react-app, Docker, and Nginx…
My team has been running SonarQube for a long time now, and we’ve been using MySQL this entire time. But the new versions of SonarQube…
CI/CD is an important part of our team’s process. We regularly build small back-end web services to support the apps we build. We often use…
We’ve been adding some Cordova-based builds into our system, and the first iOS build kept stalling during the build. After some troubleshooting and Googling I…