Unit Testing
The act of writing tests for specific functions of an application to ensure those functions perform as designed.
User Acceptance Test
End users test a solution to ensure that it meets requirements.
HI! My name is Geoff Wagner. I am a lifelong learner specifically focused on the technology space. My career started as a software developer in the PHP ecosystem. I was building search indexes and website scraping tools where timing and performance were very important. As I have grown in my career my focus shifted from pure software development to …
The act of writing tests for specific functions of an application to ensure those functions perform as designed.
End users test a solution to ensure that it meets requirements.
HI! My name is Geoff Wagner. I am a lifelong learner specifically focused on the technology space. My career started as a software developer in the PHP ecosystem. I was building search indexes and website scraping tools where timing and performance were very important. As I have grown in my career my focus shifted from pure software development to …
Kubernetes is an open-source container orchestration platform designed to automate the deployment, scaling, and management of containerized applications. Donated to the Cloud Native Computing Foundation (CNCF) in 2014, Kubernetes provides a framework for running and managing containerized applications across a distributed infrastructure.
I was looking through Reddit today and saw an interesting question about how to manipulate files with Ansible. I took a few minutes to throw together an example of how to convert a relatively simple file, a list of strings broken up by new lines, and output it as JSON.
DevOps is a hot topic in the technology world. It's no longer just an isolated set of tools and processes which promise an automated future, it's an entire culture that's infiltrating every facet of software development.