Programming TechniquesThis article focuses on some of the most popular problem-solving techniques that are widely used.Sep 12, 2024Sep 12, 2024
Competitive Programming #4: BacktrackingA backtracking algorithm is a powerful algorithmic technique that incrementally solves problems by building solution candidates step by…Sep 10, 2024Sep 10, 2024
Published inDevOps.devJenkins Architecture and PipelinesIn software development, Jenkins is an open-source automation server for continuous integration and delivery, also known as CI/CD.Aug 28, 20241Aug 28, 20241
Competitive Programming #2: Two PointersThe two-pointer technique is a common algorithmic approach for solving problems on arrays or linked lists. It involves using two pointers…Aug 26, 2024Aug 26, 2024
Published inDevOps.devHow to run Jenkins using Docker?This article aims to run Jenkins using a Docker container, where Jenkins can also run the Docker CLI, that is, Docker in Docker. The…Aug 24, 2024Aug 24, 2024
Competitive Programming #1: Sliding Window TechniqueAn algorithm technique for efficiently solving a problem for arrays and lists. The goal is to iterate through or slide the data structure…Aug 23, 20241Aug 23, 20241
Deploy Docker Containers to Azure App Services!This article would be pretty short because we will only focus on how to deploy docker images to Azure Container Registry resources and run…Nov 17, 2021Nov 17, 2021