Hello 👋, I’m Sahil.

Trust me, I’m an Engineer!

Gone Girl by Gillian Flynn

Gone Girl is a crime thriller novel by american writer Gillian Flynn.

August 30, 2025 · 3 min

Maps in Golang

In programming, a “map” typically refers to a data structure that stores key-value pairs, allowing for efficient retrieval of values based on their associated keys.

May 23, 2025 · 3 min

Arrays and Slices

In programming, an array is a data structure that stores a collection of elements of the same data type, typically in contiguous memory locations.

February 23, 2025 · 4 min

Switch and Defer Statements

In programming, switch and defer statements are control flow mechanisms with distinct purposes.

December 22, 2024 · 3 min