Anecdotes
Insights on software engineering and technology

Cruising the Bytes: An Engineer’s Expeditions - Episode 1: Full-stack SPA Project Setup with Angular and Spring Boot
Build a full-stack Single Page Application by integrating Angular frontend with Spring Boot backend. This comprehensive guide covers project setup, Spring Boot configuration for serving Angular apps, Maven build automation, and end-to-end testing of frontend-backend integration.
Read More
Cruising the Bytes: An Engineer’s Expeditions - Episode 1: Full-stack SPA Project Setup with Angular and Spring Boot
Build a full-stack Single Page Application by integrating Angular frontend with Spring Boot backend. This comprehensive guide covers project setup, Spring Boot configuration for serving Angular apps, Maven build automation, and end-to-end testing of frontend-backend integration.
Read More
A Guide To Performing A Batch Cleanup of Azure Container Registry - Part 2; Automating with Azure Pipelines
Discover how to automate Azure Container Registry cleanup using Azure Pipelines. This guide covers pipeline setup, parameter customization, job execution, and automated reporting to maintain your ACR efficiently without manual intervention.
Read More
A Guide To Performing A Batch Cleanup of Azure Container Registry - Part 1; Crafting Your Cleanup Script
Learn how to automate Azure Container Registry cleanup with a comprehensive Bash script. This guide covers configuration, exemption lists, execution, and logging to efficiently manage container images and reduce storage costs.
Read More
Streamlining WordPress Configuration and Deployment with DevOps Practices - Part 4; Setting Up Azure Database for MySQL and Connecting to WordPress
Complete your WordPress DevOps setup by configuring Azure Database for MySQL. This guide covers database creation, performance optimization, security measures, WordPress connectivity configuration, troubleshooting connection issues, and best practices for secure credential management.
Read More
Streamlining WordPress Configuration and Deployment with DevOps Practices - Part 3; Configuring Azure App Service for Hosting
Configure Azure App Service for hosting WordPress sites. This comprehensive guide covers creating an Azure App Service Linux resource, deploying WordPress files, and customizing Nginx configuration to ensure proper site loading and optimal performance.
Read More
Streamlining WordPress Configuration and Deployment with DevOps Practices - Part 2; Configuring a CI/CD Pipeline
Automate WordPress deployment with Azure Pipelines CI/CD. This guide covers YAML pipeline configuration, token replacement for secure configuration management, artifact creation, Azure Service Connection setup, and automated deployment to Azure App Service.
Read More