- Something that I have been using more and more is Github Actions. It is an easy to use tool to run tests and build in CI. One of the nice things about it is that is is more module than GitLab Pipeline. There is also a marketplace of company and user created actions so there are many options to choose when you are …
Read More - Over the weekend, I migrated my services (website, blog, and API server) into one solution Traefik. Before I was running 3 websites off of nginx and had to manage the certificates with letsencrypt and certbot. When the server died last time, it took a while to rebuild it even though I had all the data. With Traefik, I …
Read More - One of the things that I discovered when working on python libraries, is that a good amount still uses a lot of manual work when deploying. There are a good number of blog posts about getting automated deploys set up using various services. I decided to go a step further and make it even easier. I have created a …
Read More - One tool that can be useful for developers is continuous integration (CI) as it allows them to keep building their application then easily deploy a working version the has been tested. There are many CI services out there such as Travis-CI, CircleCI, CodeShip, and Jenkins. Git providers have started to build their own …
Read More