Blue Green Deployment for Node.js Without Kubernetes Discover how to perform Blue-Green deployments from scratch without Kubernetes. Along the way you'll learn CI/CD integration, Nginx, bash scripting, and the Linux permissions system. Dan Ackerson 17 Jan 2023
How to Use Sorbet to Type-Check Ruby Learn what static typing is, how to add Sorbet to a Ruby on Rails application, and even how to run Sorbet in a continuous integration pipeline. Dan Ackerson 12 Jan 2023
Writing Clean and Efficient Table-Driven Unit Tests in Go By following the guidelines demonstrated in this article, you will be able to keep your tests as clean and efficient as possible. Dan Ackerson 28 Dec 2022
Measuring Page Speed with Lighthouse and CI/CD If time is money, then speed is revenue. Learn how to measure page speed with Lighthouse CI. Dan Ackerson 21 Dec 2022
5 Reasons to Use Elixir in Production Elixir is mature and battle-tested in creating great software and providing a coherent, performant, and reliable development system to the delight of developers around the world. Dan Ackerson 20 Dec 2022
4 Ways to Scale Your Machine Learning Microservice In this article, we'll go over 4 techniques that Machine Learning practitioners can leverage to scale their Machine Learning microservices. Dan Ackerson 15 Dec 2022
Service Meshes for Kubernetes: Unlocking Standardized Security, Resilience, and Traffic Management This article introduces the concept of service meshes, the problems they solve, and the features they offer. Dan Ackerson 8 Dec 2022
3 CI/CD Jobs for Any Repository In this post, we'll explore CI/CD jobs that are both widely applicable and generally useful that they can fit into any repository. Dan Ackerson 6 Dec 2022
6 Tips for Improving Dev Team Communication and Collaboration Putting these tips into practice will help your team use its time efficiently and communicate in a way that benefits the whole team. Dan Ackerson 30 Nov 2022
React Native in 2022 and Beyond React Native has kept up well in delivering best-in-class experiences for small, medium, and large-scale applications. Let's have look at what landed in React Native this year and what we can expect in the foreseeable future. Dan Ackerson 24 Nov 2022
36 Questions to Ask Your Future Software Employer Is this the job of your dreams or nightmares? Sometimes it's best to keep shopping around. Ask these questions after the interview to find out. Dan Ackerson 17 Nov 2022
Why Your Backend in Node.JS Needs an API Layer and How to Build It Learn what an API layer is, why your backend needs one, and how to equip your Node.js backend with an API layer. Dan Ackerson 10 Nov 2022
How to Set Up a CI/CD Pipeline With FastAPI, AWS, and Semaphore CI/CD is grounded in the philosophy that we can deliver quality features faster. Learn how to set up a CI/CD Pipeline With FastAPI, AWS, and Semaphore. Dan Ackerson 8 Nov 2022
Elixir Code Security: Prioritize Security in Your CI With 4 Tools Learn how to improve your code security and dependency checking by getting warnings about attack vectors in an automated and actionable way. Dan Ackerson 3 Nov 2022
Efficiency With Elixir Systems are subtle and adapting them to solve specific problems takes time and experience. There is rarely a one-size-fits all solution. Elixir has offered a refreshing alternative to other options, and in the case of large-scale data scraping, it punches far above its weight. Dan Ackerson 27 Oct 2022