aashu0148 - Overview

Hey, I'm Anshul!

I'm a Software Engineer🧑‍💻 leaned towards Frontend, building digital products using Lean Design principles. I’ve always thrived in startups and fast-paced environments, enjoying the energy and challenge they bring. My passion for coding started in school, and in college, I immersed myself fully in it—rarely attending classes but diving deep into projects. I secured my first internship in my freshman year and have never looked back, moving through multiple internships and full-time roles with a continuous drive to push my limits.

When I'm not coding find me exploring different cities & Indian Culture.

Current working as Software Engineer - Frontend @ Vectorshift

Linkedin: anshul Gmail Badge

How I'd define myself...literally

interface Dev {
  name: string;
  email: string;
  work: string[];
  roles: string[];
  education: string[];
  hobbies: string[];
  technologies: {
    frontend: Record<string, string[]>;
    backend: Record<string, string[]>;
    databases: string[];
    misc: string[];
  };
  location: {
    current: string;
    next: string;
  };
}

const me: Dev = {
  name: "Anshul",
  email: "aashu.1st@gmail.com",
  work: ["Permar AI", "Hushl AI", "Cuvette Pvt. Ltd."],
  roles:["Frontend Engineer😎", "Software Engineer"],
  education: ["B-Tech in Computer Science (7.9)"],
  technologies: {
    frontend: {
      js: ["React", "Next.js", "TypeScript"],
      css: ["Sass", "Tailwind", "CSS"],
      misc: ["Lexical", "Service Workers", "Web Workers", "MUI"],
    },
    backend: {
      js: ["Node.js", "Express", "NestJS"],
      misc: ["Socket.IO", "REST APIs", "HLS", "🤏FFmpeg", "Cron Jobs"],
    },
    databases: ["MongoDB"],
    misc: ["Chrome Extensions", "Figma"],
  },
  location: {
    current: "Delhi, India",
    next: "Anywhere within India (maybe 'South India' this time😉)",
  },
  hobbies: ["Traveling", "Gaming", "Binge Watching"],
};

🐱 My GitHub Data

🏆 2594 Contributions in the Year 2024

📜 42 Public Repositories

🔑 21 Private Repositories