#golang
Read more stories on Hashnode
Articles with this tag
Walkthrough the differences and pitfalls in declaring and initializing maps in Golang · Introduction This week, I was working on one of the API wrapper...
Learn how to apply generics to functions, slices, maps, and structs for enhanced reusability and type safety. · Introduction In the 29th post of the...
Performing date and time parsing, time duration, time and date arithmetic, timezone, sleep and tickers. Using time package for time-related operations ·...
Understanding a few terms and tricks to play with Strings in Golang. · Introduction In the 15th post of the Series, we will be looking into the details...
Understanding and Exploring immutable and mutable data types in Golang. Learning why the variable behaves in golang as they do. · Introduction In this...