
When the Machine Talks Back: AI, Psychosis, and the Blurring of Reality
It was inevitable that our machines would start talking to us. What no one fully anticipated was just how much we’d start talking back, and in some cases, listening.
Insights on software engineering, cloud development, AI/ML, and the latest in technology
Showing 1-14 of 26 articles
It was inevitable that our machines would start talking to us. What no one fully anticipated was just how much we’d start talking back, and in some cases, listening.
Part 1 of our Software Development Series — Getting Started with C++. In this installment, we’ll install the necessary build tools, set up a modern C++ project structure, and automate the creation of new projects.
We’re diving headfirst into the Microsoft mothership, into the churning guts of Azure, to tame its prized chimera: Kubernetes. But we'll do it on our own terms. No blank checks. No blind faith. Just raw nerve and a solid plan.
Part 3 of our Infrastructure as Code in Azure series, where we build a CI/CD pipeline with GitHub Actions, implement multi-environment strategies, and establish enterprise DevOps practices for scalable infrastructure automation.
Part 2 of our Infrastructure as Code in Azure series, where we establish security baselines and harden Azure infrastructure by integrating Terraform provisioning with Ansible-driven configuration management.
Part 1 of our Infrastructure as Code in Azure series, where we deploy a secure virtual machine to Azure using Terraform, establish cost guardrails, and lay the foundation for automated infrastructure management.
Transform your Go REST API from in-memory storage to production-ready PostgreSQL persistence with Docker, connection pooling, and transaction management.
Master RESTful API development in Go by building a production-ready To-Do API from scratch using Gin framework, proper routing, and CRUD operations.
Part 3 of our Infrastructure as Code series, where we enhance our Kubernetes cluster with production-ready components including MetalLB load balancing, Istio service mesh for traffic management, and persistent storage solutions, all automated through Ansible.
Part 2 of our Infrastructure as Code series, where we use Ansible to configure and deploy a complete Kubernetes cluster on the infrastructure we built with Terraform, demonstrating the power of combining infrastructure provisioning with configuration management.
Part 1 of our Infrastructure as Code series, where we use Terraform and libvirt to build a 5-VM homelab and lay the foundation for practical, tool-based IaC workflows with real-world relevance.
Part 4 of our series on learning Kubernetes with kubeadm where we implement Istio service mesh to add advanced traffic management, security policies, and observability to our microservices architecture.
Part 3 of our series on learning Kubernetes with kubeadm where we deploy Google's Online Boutique microservices demo application, showcasing a realistic multi-service architecture in preparation for service mesh implementation.
Part 2 of our series on getting started with Kubernetes and kubeadm where we add persistent storage, ingress, monitoring with Prometheus, Loki, and Grafana, RBAC security, backup strategies, and perform cluster upgrades