Skip to content
View wisdomgu's full-sized avatar
😭
"It works on my machine"
😭
"It works on my machine"

Block or report wisdomgu

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
wisdomgu/README.md

wavestop

Hi, I'm Satish

var satish = {
    about: "A developer interested in building scalable systems with a current focus on open-source contributions.",
    pronouns: "He/Him",
    code: ["GSAP", "Python", "TypeScript", "HTML/CSS", "JavaScript"],
    askMeAbout: ["Web Development", "Backend Systems", "UI/UX", "Internationalization", "Quant"],
    technologies: {
        frontEnd: {
            js: ["React", "Next.js"],
            css: ["Sass", "Tailwind", "Bootstrap"],
            uiLibraries: ["Material UI", "Ant Design", "Chakra UI", "Aceternity UI"],
        },
        backEnd: {
            js: ["Node", "Express", "NestJS"],
            python: ["Django", "Flask"],
        },
        mobileApp: {
            crossPlatform: ["Flutter"],
        },
        databases: ["PostgreSQL", "MongoDB", "SQLite"],
    },
    funFacts: {
        currentFocus: "Open Source",
        writing_systems_learned: 9,
        lore_behind_username: "Reference to Reverend Insanity",
        pfp_made_by: "Me"
    },
};
const featured_projects = [
    {
        name: "Regime-Aware Reinforcement Learning for Optimal Trade Execution",
        desc: "Study of regime-conditioned RL for optimal trade execution in simulated limit order book markets"
    },
    {
        name: "PlanWise – AI-Powered Plan Generator",
        desc: "Generate, visualize, and track AI-generated personalized plans with React, GSAP & OpenRouter API"
    },
    {
        name: "Dexterity: EventEye",
        desc: "Full-stack event management app with Flask & PostgreSQL"
    },
    {
        name: "Re:Draw",
        desc: "Convert handwritten notes to digital text with Python & OpenCV"
    },
    {
        name: "Expense Tracker",
        desc: "Manage finances with Python, SQL & Tkinter"
    },
    {
        name: "School Competition Website (IMAGE)",
        desc: "Responsive React/TypeScript site with animations"
    }
];

An image of @gitsatishgarg's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. regime-rl-exec regime-rl-exec Public

    Empirical study of regime-conditioned reinforcement learning for optimal trade execution in simulated limit order book markets

    Python

  2. planwise planwise Public

    Generate, visualize, and track AI-generated personalized plans with React, GSAP & OpenRouter API

    JavaScript

  3. Re-Draw Re-Draw Public

    Convert handwritten notes to digital text with Python & OpenCV

    Python

  4. Dexterity Dexterity Public

    Full-stack event management app with Flask & PostgreSQL

    HTML

  5. IMAGE IMAGE Public

    Responsive React/TypeScript site with animations

    TypeScript 1

  6. expense-tracker expense-tracker Public

    Manage finances with Python, SQL & Tkinter

    Python