Hi, I'm Satish 
var satish = {
about: "A full-stack developer specializing in web development with a newfound focus on quant.",
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: "Regim",
desc: "A quantitative finance market microstructure & optimal execution research system."
},
{
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: "HMM Uncertainty Signals in Optimal Trade Execution",
desc: "Cross-asset study of HMM regime uncertainty signals as predictors of execution quality."
},
{
name: "Regime Survival Forecasting for Adaptive Execution: Beyond Fixed Aggregation Windows",
desc: "Tests if predicted regime duration can replace fixed aggregation windows in HMM execution"
},
{
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"
}
];
