Kafkafka: How I built Kafka from Scratch in Golang
I did not know what Kafka even is, so I decided to build it from scratch in Golang to understand how it works.
I did not know what Kafka even is, so I decided to build it from scratch in Golang to understand how it works.
A microservices-based time planner built with Nest.js, Go, and Supabase.
Solving the LeetCode problem 'Number of Substrings Containing All Three Characters' using a sliding window approach in Golang.
Solving the LeetCode problem 'Parsing A Boolean Expression' using a stack-based approach in Golang.