Posts
All the articles I've posted.
Go + Mongo
Published:Go Mongo usage example
Golden mypy config
Published:Very strict mypy config
Load Balancer with health checks
Published:Round-robin load balancer with health checks implemented with Go
Tic-tac-toe, Memory Game, Wordle
Published:Small games implemented using TypeScript and React.js
Understanding Go Interfaces: Pointer Receivers vs. Value Receivers
Published:Important difference between pointer receivers and value receivers
React Native Todo App
Published:React Native application with backend written in Go
Auth Server: Microservice for user authentication
Published:Written in Go, provides gRPC endpoints used for authenticating users
Go + PostgreSQL + Migrations + SQL builder
Published:Go PostgreSQL SQL builder example