Blog

What I've Learned

This page highlights what I've Built.

Data Structures(2)

Mastering Go essentials: A deep dive into slice mechanics, map operations, and the power of functional closures.

SliceRangeMapFunction

Data Structures

Master the essentials of Go data structures, from pointers and structs to the dynamic power of slices. This guide explores how these core building blocks manage memory and organize data efficiently.

StructsPointersArraysSlices

Flow Control

Flow control determines the path your code takes. This chapter covers how Go manages logic using loops, conditions, and deferred actions.

ForIfSwitchDefer

Go Basics: Variables, Types, and Signatures Explained

A comprehensive overview of Go's foundational syntax, covering packages, variable declarations, function signatures, and the core principles of its static type system.

Variable_DeclarationStatic_TypingType_InferenceGolangBackend/GoSyntax/Basics

Redis

Redis

Redis