Published inSwiggy Bytes — Tech Blog·PinnedFrom an event to an internship — My journey with the Swiggy Tech Team.Back in 2018, I attended an event in which the CTO of Swiggy was a presenter. He spoke about the brand’s tech journey from a wordpress website to an AI-first company. It was on that day that I was inspired to join and work at Swiggy. …Internship3 min readInternship3 min read
Mar 20, 2021Writing Test Cases in GolangUnit Testing :- What ? Why ? How ? (in Golang) — Unit testing is a software testing method where individual components of software are tested. Developers write unit tests for their code to make sure that the code works correctly. This helps to detect and protect against bugs in the future. …Golang3 min readGolang3 min read