Golang
-
Software Development
Go Concurrency in Depth
Go, often referred to as Golang, is a programming language that makes it easy to write programs that take advantage…
Read More » -
Software Development
10 Popular Microservices Frameworks
As we step into the realm of 2023, microservices architecture continues to stand at the forefront of this technological revolution.…
Read More » -
Software Development
Golang – First look at generics
This post is part of a series where I do my best to organize my thoughts around Go: its paradigms and usability…
Read More » -
Software Development
GoLang: Reader-Writer implemented via bufio library to copy file
How to copy a file in small portions into a target file? Let’s talk about the why? When you copy…
Read More » -
Software Development
Golang – Optional Arguments for APIs
I was recently directed towards Dave Cheney’s article Functional options for friendly APIs where he shares his thoughts on designs…
Read More » -
Software Development
Golang – The database/sql package
This post is part of a series where I do my best to organize my thoughts around Go: its paradigms…
Read More » -
Software Development
Golang – Smarter containers
This post is part of a series where I do my best to organize my thoughts around Go: its paradigms…
Read More » -
Software Development
Value of pass by value in GoLang
Now we are getting in some of the core concepts! As we know, it is very important to understand the…
Read More » -
Software Development
How Go lang struct works
This is the 3rd post of my Go lang experiment,. If you want to read the earlier posts then go…
Read More »
- 1
- 2