Skip to content
View argodeep's full-sized avatar
🌐
Javascript & Product Ethusiasts
🌐
Javascript & Product Ethusiasts

Block or report argodeep

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
argodeep/README.md

Arghyadeep Majumder πŸ‘‹

Senior Engineer & Solution Architect Β· Full-Stack Β· AI-Augmented

I care about what I build β€” and I try to build it well.

I have 7+ years of experience designing and shipping products end to end, in production. From microservices to React & React Native frontends β€” for millions of users across global enterprises and clients. Every layer, every cycle.

Stack: React Β· React Native Β· Node.js Β· JavaScript Β· Microservices Β· System Design Β· Mobile App


πŸ€– AI Adoption Story

I ranked #1 on my org's AI usage leaderboard. This is how it happened.

When AI coding tools rolled out across the org, most engineers tried them. I committed to making AI a daily collaborator β€” not a shortcut, but a thinking partner across architecture, code reviews, debugging, and migrations. The discipline of prompt crafting, context window management, and knowing when not to trust the model started compounding β€” I was shipping more, faster, without cutting corners on quality. Accepted diffs climbed because the suggestions were actually correct, and I knew enough to validate them. By Q1 2026, the numbers were in: I had generated nearly 2Γ— the agent lines of code of the second-ranked engineer.

Metric Count
βœ… Accepted Diffs 12,550
⚑ Tab Completions 5,984
🧠 Agent Lines of Code 641,650

The accepted diffs metric matters most β€” it reflects code that was good enough to actually ship. That number only grows when you understand your codebase deeply enough to guide the model, not just prompt it blindly.


πŸ” A few things I've built

  • πŸŽ₯ Screen Recorder + Webcam β€” offline-first screen & cam recorder with React
  • πŸ” Google Lens Clone β€” text recognition via AWS Rekognition in React Native
  • πŸ“° MicroNEWZY β€” my own micro news service
  • πŸ“¦ ngx-light-pagination β€” lightweight Angular pagination library (npm)

🎀 Talks & Recognition

  • Talk proposal "Text Detection with AWS Rekognition" at AppJS Conference, Europe 2020
  • Talk proposal "From Flutter to Expo in 90 Days: How AI-Powered Development Accelerated Our React Native Migration" at AppJS Conference, Europe 2026
  • HackerRank certified Β· LinkedIn Skill Badges

🌐 arghyadeep.com  ·  🐦 @argodeep

Pinned Loading

  1. Google_lens-ReactNative Google_lens-ReactNative Public

    This project shows how to use text recognition feature in a react native app similar to google lens

    TypeScript 7 2

  2. Screen-Recorder-with-webcam Screen-Recorder-with-webcam Public

    Record your screen and cam both. Create your presentation, youtube videos, coding tutorials. Works Offline!

    JavaScript 18 5

  3. Twitter_Clone-ReactJS Twitter_Clone-ReactJS Public

    Twitter Clone - ReactJS

    JavaScript 2

  4. Ngx-Light-Pagination Ngx-Light-Pagination Public

    This is a light weight pagination library built for angular 2+ versions. Less than 15 kb, No Dependencies.

    TypeScript

  5. Bind, Call, Apply Polyfill using fun... Bind, Call, Apply Polyfill using function prototype
    1
    let car1 = {
    2
      color: 'Red',
    3
      company: 'Ferrari',
    4
    };
    5
    
                  
  6. js-undo-redo js-undo-redo Public

    Undo & Redo Logic in javascript. Open for suggestions/feedback

    JavaScript