Hi. I'm Sathwik
A FullStack Developer
I'm a Software developer from India. Here, you'll find my projects, blogs and social profiles.
Feel free to explore and connect with me. Thanks for stopping by!
Say Hello! 👋🏼
My Tech Stack
Javascript
ReactJS
Tailwind
NodeJS
Redis
MySQL
Go
NextJS
ExpressJS
Github
Latest work

Projects

BlinkClaw preview

BlinkClaw

AI Agent Deployment Platform

Built one-click OpenClaw deployments that provision private VPS agents with Telegram bot setup, subscription checkout, and payment webhooks.

One-click OpenClaw deployment
ReactTypeScriptSupabaseDigitalOcean
GodisDB preview

GodisDB

Redis-like Database in Go

Built an in-memory key-value database from scratch in Go with Redis command support, persistence, and transactions to ensure atomicity.

60 GitHub stars
GoRedisPersistenceTransactions
Low Content Studio preview

Low Content Studio

AI Book Studio

Built an AI studio for KDP low-content creators to generate coloring pages, worksheets, covers, metadata, exports, and paid subscription workflows.

AI-powered creator workflow
Next.jsReactTypeScriptSupabaseOpenAI
View More of my Projects
Crafting software that prioritizes exceptional user experience brings me great joy.
I document my learnings through Technical blogs, simplifying complex concepts.
Building my own Redis in Go - Part 1
Introduction I've always wanted to understand how Redis works internally and how its features are built. So, I decided to create my own version of Redis, but in Go (Redis is actually built in C)...
Understanding Scroll Driven Animations in CSS
Scroll-driven animations are 'animations that are triggered as the user scrolls through a webpage,' according to ChatGPT. I always wanted to build a personal website with cool scroll-based...

WTF is an event loop in Javascript
You probably already know that JavaScript is a single-threaded language as you read this blog. However, JavaScript can carry out asynchronous actions that may appear to be occurring in ...
View more blogs