Featured
Why Leetcode Is So Popular – Leetcode exercises are often criticized but why they’re so popular among large companies?
What we look for in a resume – Resumes are hard, and not so much discussed in the community, this post bring some useful thoughts about how to write a resume, showing the information that people are seeking for.
Cognitive Load is what matters – One of the most critical point of software engineering is cognitive load, you’ll always spend more time maintaining code than writing it.
MISC
Demystifying git submodules – Git submodules is a dark space for most developers, as they don’t work as most people expect. This post tries to desmistifiy it.
Weak Pointers in Go: Why They Matter Now – As go 1.24 is expected to the new weak package arrives with the new concept of “Weak Pointers”, this short post explains what to expect from it.
Concurrency diagrams – Diagrams are awesome to document code, this one has the power to provide visualization about concurrent tasks, very useful to map very concurrent systems.
HTTP/1.0 From Scratch – Great tutorial about how HTTP/1.0 works and how to implement it in Golang.

