RRandheerinrandheer-1674306918980.hashnode.dev·Oct 9, 2024 · 5 min readDocker Crash Course: From Basics to DeploymentWhat is Docker? Docker is a platform for developing, shipping, and running applications in isolated environments called containers. It allows you to package an application with all its dependencies into a standardized software development and deploym...00
RRandheerinrandheer-1674306918980.hashnode.dev·Mar 26, 2023 · 4 min readDynamic programming and Longest increasing subsequence problemUnderstanding Dynamic Programming Dynamic Programming (DP) is a powerful algorithmic technique used to solve optimization problems by breaking them down into smaller subproblems and storing the solutions to those subproblems to avoid recomputation. T...00
RRandheerinrandheer-1674306918980.hashnode.dev·Jan 21, 2023 · 2 min readLearning from 2022Starting as a software engineer In 2022 Feb end I started working as a software engineer in a startup. Till then I was working on one of my own startups which failed miserably and I had skipped my IIT Delhi placement for entrepreneurship. By end of F...00