Skip to content
View sujitmemane's full-sized avatar
🎯
Ruling the World
🎯
Ruling the World

Organizations

@FrontendFreaks

Block or report sujitmemane

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sujitmemane/README.md

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, ongoing

swap 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. πŸ‘€

Pinned Loading

  1. algojs algojs Public

    Data Structures & Algorithms in JavaScript - clean implementations, optimized solutions, and notes for interview preparation.

    JavaScript

  2. notevault notevault Public

    My backend-from-first-principles playground β€” a note app that grows a new production concept (HTTP β†’ auth β†’ caching β†’ Kafka β†’ k8s) at every stage.