Graphs
Learn how graphs model relationships between nodes. Explore directed, weighted and cyclic graphs, and how adjacency lists and matrices trade space for lookup speed in Go.
Welcome to my blog where I share articles about web development, cloud infrastructure, system architecture, and modern technologies. Tutorials, guides, and hands-on experiences from real projects.
Latest article
Learn how graphs model relationships between nodes. Explore directed, weighted and cyclic graphs, and how adjacency lists and matrices trade space for lookup speed in Go.
Master the art of organizing data efficiently. Learn how arrays, linked lists, trees, graphs, and hash tables shape the performance of every program you write.
Learn Go from scratch. This series covers the full language: from basic types and control flow to functions, interfaces, error handling, goroutines, and module management.