class Sujit implements Developer {
role = "SDE-1 @ Auragold";
building = "Tovix β a microlearning app (stealth Β· ships in ~30 days)";
stack = {
ship: ["TypeScript", "React", "Next.js", "React Native"],
leveling: ["Python", "backend", "applied ML", "infra"],
};
mission = "build and ship my own apps, products, and SaaS";
quirks = {
thermostat: "16Β°C AC + a blanket, non-negotiable β my brain only compiles when I'm basically in cryosleep",
bookmarks: () => {
const saved = 400;
const read = 3;
return `${saved} tabs bookmarked "for later" β later has not arrived`;
},
lostAndFound: "once used my own phone's flashlight to search for... my phone",
memoryLeak: "the 'where did I keep that' bug has no patch yet",
};
status(): string {
return this.building ? "heads down, building" : "open to ideas";
}
}$ git log --oneline --graph --decorate career
* stealth building Tovix β microlearning, not public yet, dropping soon
* current SDE-1 @ Auragold β shipping product in TypeScript, web + mobile
* learning going deep on Python β backend, applied work, infra
* endgame launch my own SaaS|
shipping with import { TypeScript, React } from "daily-driver";
import { NextJS, ReactNative } from "web-and-mobile";
import { Redux, TailwindCSS } from "the-usual-suspects"; |
leveling up in from python import backend, applied, infra
from tools import FastAPI, Docker, AWS
still_learning = True |
$ cat currently-reading.txt
[Book / Course Name 1] β chapter 4 of 12
[Book / Course Name 2] β in progress
[Docs / Resource Name] β reference, ongoingswap these in for whatever you're actually reading right now
$ ls -la projects/
drwxr-xr-x tovix/ microlearning app Β· stealth Β· shipping in ~30 days|
Tovix β a microlearning app, currently in stealth. Built end-to-end on the TypeScript stack (web + mobile). More coming once it's live. |
$ cat contact.txt
mail β officialsujitmemane@gmail.com
linkedin β linkedin.com/in/sujit-memane-4704b01b0
twitter β @iAmSujitMemane
youtube β @thesujitmemane
Tovix is currently in stealth. Come back in ~30 days. π


