Virtual Machine (VM)
Programmatically chopping up server resources so that many virtual servers can be run on top of a single physical server.
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 …
Programmatically chopping up server resources so that many virtual servers can be run on top of a single physical server.
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 …
I have previously written an article about file manipulation with with Ansible, specifically how to convert a text file to json.
ChatGPT is a chatbot built on top of OpenAI. Using information from various sources, OpenAI is a language-processing model which can ‘learn' from natural language and provides responses in a variety of different formats.
Kubernetes is an open-source container orchestration system that automates the deployment, scaling, and management of containerized applications. One of the key building blocks in Kubernetes is the pod, which is the smallest and simplest unit in the Kubernetes object model.