Ankit Wadhwana·Jun 21The 200-Line Bash Script That Rebases My Repos While I SleepIf you work across a fleet of microservices, you know the morning ritual. Open the first repo, git checkout main, git pull --rebase. Next…
InTechVeritobyAnkit Wadhwana·Aug 12, 2024Beyond the Code: A Tech Lead’s First YearNavigating the Transition and Building High-Performing Teams
InTechVeritobyAnkit Wadhwana·Feb 23, 2024Custom Shortcut to Manage Recent Projects in IntelliJ IDEA1. Introduction
InTechVeritobyAnkit Wadhwana·Dec 22, 2022Recursion in GolangIn computer science, recursion is a method of solving a computational problem where the solution depends on solutions to smaller instances…
InTechVeritobyAnkit Wadhwana·Apr 29, 2022Renaming git branch Local and RemoteHow often it has been that you created a new branch and accidentally spelled it wrong or you started working with a branch and later down…
InTechVeritobyAnkit Wadhwana·Sep 26, 2021Managing Docker containers. 🐳Today we’ll be looking into two things. First is how we can persist the data with docker-compose. The second is using a script to manage…
InTechVeritobyAnkit Wadhwana·Jan 15, 2021Golang struct size and memory optimisation.As I came across this example by my colleague, I was pleasantly surprised as I didn’t know how the memory allocation works internally…A response icon3A response icon3
Ankit Wadhwana·Jun 16, 2020Installing Go Lang on Mac (Homebrew)Installing GO and creating a simple “Hello, World!” program.