3 min read go, performance, concurrency

Go 1.25: The Main Highlights of the New Version

Go 1.25 was officially released in August 2025, bringing a series of significant improvements for developers. This new version maintains Go's tradition of compatibility ...

5 min read go, functional-programming, programming

Functional Programming with Golang

Functional programming (FP) has gained popularity in recent years due to its ability to create more expressive, modular code with fewer side effects. Go...

5 min read go, best-practices, development

Go: Style, Decisions, and Best Practices

Google's style, decisions, and best practices guide for the Go language is a set of recommendations intended to promote clarity, simplicity, and efficiency in software developm...

3 min read security, programming, development

Is Hash/Digest Not Cryptography?

It is common for people to argue that hashing is not cryptography; they do it so vehemently that they ridicule things like "I encrypted it with MD5." Is it really that wrong to say...