In Go, the context package provides a mechanism to propagate cancellation signals, deadlines, and...
A craftsman is known by his tools. Jean de La Fontaine, a 17th-century French fabulist and poet As...
In concurrent programming, synchronization is key to preventing data races and ensuring threads or...
In Go interviews, one question that sometimes catches candidates off guard is about the "maximum...
I've always been a huge fan of both Rust and GoLang. Their approaches to programming, particularly in...
Hi there! I haven’t introduced myself yet, as I haven’t had the chance. My name is Harutyun...
Here is another code review interview question for you. This question is more advanced than the...
This problem is more related to code review. It requires knowledge about channels and select cases,...
Another topic I would like to discuss in these series is the interface to nil comparison problem....
I want to discuss an example that is very interesting. I was surprised that many experienced...
I have one more tricky interview question to discuss in this series. This one is related to function...
An example I want to discuss is quite simple and requires knowledge about how some data types are...
This series is for those who are already familiar with Go and want to prepare for challenging and...
To sustain longevity, you have to evolve. Golang is still evolving, and the developer team behind...
When I had just started getting into software engineering, there were 2 main competitors in the...
What is property based testing? According to Google: Property based tests are designed...
This is entirely my opinion and how I see the post-pandemic world and I would like to hear your opinion on this topic