Ashwin ShirvaSep 24, 20235 min readGolang - What is go:embed Directive in Go?Introduction In the previous article we delved into the fascinating world of Go Generics and learnt how to incorporate it in our go...
Code RecipeJun 7, 202217 min readURL Shortener (Tiny URL) System Design: A Complete GuideA URL shortner is a service which takes a long URL and converts it into an equivalent short URL containing lesser characters. When the user
Code RecipeJun 2, 202213 min readGo Generics - Everything You Need To KnowGenerics is a programming language paradigm that gives us a way to write code that is not tied to any specific type. It gives us the ability