Mahedi Hasan JisanProgramming TechniquesThis article focuses on some of the most popular problem-solving techniques that are widely used.Sep 12Sep 12
Mahedi Hasan JisanCompetitive Programming #4: BacktrackingA backtracking algorithm is a powerful algorithmic technique that incrementally solves problems by building solution candidates step by…Sep 10Sep 10
Mahedi Hasan JisaninDevOps.devJenkins Architecture and PipelinesIn software development, Jenkins is an open-source automation server for continuous integration and delivery, also known as CI/CD.Aug 281Aug 281
Mahedi Hasan JisanCompetitive 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 26Aug 26
Mahedi Hasan JisaninDevOps.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 24Aug 24
Mahedi Hasan JisanCompetitive 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 231Aug 231
Mahedi Hasan JisanDeploy 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
Mahedi Hasan JisanMulti-Container Docker with Flask, Redis & Celery→ What is Flask?Nov 12, 2021Nov 12, 2021