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…
Tag: security
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…
Keyloak is an open source identity management tool. If you are learning how to make your app use authentication, it’s an ideal tool if you…
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,…
As I have been experimenting with FIDO2 and Yubikey, I discovered that in order to test it running locally, I needed to run the site…
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…