Category: DevOps & Delivery

Versioning your software

Tuesday, Dec 19, 2023

Uncover the importance of semantic versioning and learn how to implement optimistic and pessimistic version constraints to enhance your project's stability and compatibility

Leveraging Docker for Effortless EKS Deployments

Wednesday, Aug 30, 2023

Explore the symbiotic relationship between Docker and Amazon's EKS. Learn how Docker's consistency, efficiency, and scalability enhance EKS deployments, while also uncovering potential challenges when used in development. Strike a balance between Docker's benefits and limitations for optimal application deployment

Demystifying Amazon EKS - A Comprehensive Overview

Tuesday, Aug 29, 2023

Demystify Amazon's EKS as a managed Kubernetes service. Discover its advantages like managed control planes and effortless scaling, along with security features and integration with AWS services. Navigate the EKS workflow and embrace its role in your development journey.

Backup Ubuntu to TAR file

Thursday, Apr 14, 2022

Learn how to create periodic system backups on Ubuntu using a simple shell script. This process is essential for security and disaster recovery

Un-Delete a branch in git

Tuesday, Apr 12, 2022

Learn how to recover a mistakenly deleted remote branch in Git. Even if using the -D force delete option, Git has a solution