top of page


Golang - What is go:embed Directive in Go?
The first thing we need to know is that, the go:embed is a compiler directive. What this means is, all of the processing that happens when

Ashwin Shirva
Sep 24, 20235 min read
372 views
1 comment


Go Generics - Everything You Need To Know
Generics 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

Code Recipe
Jun 2, 202213 min read
1,755 views
1 comment


Middle Value Overflow In Binary Search Explained
Binary search is one of the popular searching algorithms in computer science. If you have gone through the binary search algorithm, you may

Code Recipe
Dec 17, 20215 min read
1,793 views
0 comments
bottom of page