Posts
All the articles I've posted.
Detect Cycle in Linked List
Detecting a cycle in a linked list
Understanding Structs in Golang
Understanding pointers in Golang
Golang Snippets
Simple HTTP Server in Golang
What is Kafka
Apache Kafka is a distributed event streaming platform that is used for building real-time data pipelines and streaming applications.
Shared Prototypes Problem
Rate Limiter Problem
Enums in Typescript
Enums in TypeScript are a way to define a set of named constants.
Typescript Utility Types: Partial<Type>
The Partial utility type in TypeScript is used to make all properties of a type optional.