Published inTechVeritoBeyond the Code: A Tech Lead’s First YearNavigating the Transition and Building High-Performing TeamsAug 12Aug 12
Published inTechVeritoCustom Shortcut to Manage Recent Projects in IntelliJ IDEA1. IntroductionFeb 23Feb 23
Published inTechVeritoRecursion in GolangIn computer science, recursion is a method of solving a computational problem where the solution depends on solutions to smaller instances…Dec 22, 2022Dec 22, 2022
Published inTechVeritoRenaming 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…Apr 29, 2022Apr 29, 2022
Published inTechVeritoManaging 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…Sep 26, 2021Sep 26, 2021
Golang 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…Jan 15, 20213Jan 15, 20213
Installing Go Lang on Mac (Homebrew)Installing GO and creating a simple “Hello, World!” program.Jun 16, 2020Jun 16, 2020
Effective ways to remain motivated.Lately I was finding it very difficult to remain motivated which was affecting me in a bad way. It was taking me longer to finish a…Oct 18, 20191Oct 18, 20191