A software developer and I own my bugs.
I'm passionate about crafting awesome and scalable software using JavaScript (TypeScript), Golang and Postgres.
Read the blog posts or check about me for more info.
Featured
Useful slices operations in Golang
Published: at 05:55 AMUsing updates from Go 1.22, how you can easily concatenate slices.
Documenting everything learnt in Computer science self-study
Updated: at 05:55 AMDocumenting what I have learnt so far since I began my self-study to Computer science
My Computer science study program
Published: at 05:55 AMHow I've been personally studying stuff about Computer science
Recent Posts
Getting started with a simple web server in Go
Updated: at 03:32 PMCreating a simple web server in Golang.
Parsing form data from requests in Go
Published: at 08:23 PMHow to parse and retrieve form values from requests in Go.
What is the linked list data structure?
Published: at 01:55 PMLinked list data structure, its properties and methods