Skip to content
View aashu0148's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report aashu0148

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
aashu0148/README.md

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 Frontend Engineer at Permar AI

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: "[email protected]",
  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


Harlok's WakaTime stats

Top Langs

Pinned Loading

  1. aashu0148 aashu0148 Public