Skip to content
View MANOJ-M-01's full-sized avatar
🚀
Focusing 🔥🔥🔥
🚀
Focusing 🔥🔥🔥

Organizations

@Artmarg @Vendikar

Block or report MANOJ-M-01

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
manoj-m-01/README.md

👋 About Me

Lifelong Learner. Builder. Debugger of Chaos.

I'm Manoj, A full-stack developer who believes that code isn't just written, it's crafted. Over the past 4+ years, I've worked at the intersection of creativity, logic, and problem-solving, building everything from billing systems and e-commerce platforms to sleek, static websites. But it's not just about shipping features for me it's about engineering elegant solutions that make lives easier.

Right now, I’m working on a project that dares to challenge how people think about "problems." And when I'm not coding, you'll likely find me reading dev blogs, experimenting with emerging tools, or learning something that's slightly ahead of its time.

🧠 Skills, Tools & Tech Stack

Category Technologies & Concepts
Core Concepts OOP, Networking, Proxy, MVC, REST, WebSockets,
Languages JavaScript, TypeScript, Python, PHP, Dart, SQL, HTML5, CSS3, SASS
Frontend React.js, Redux, Zustand, Tailwind CSS, Bootstrap, jQuery, Flutter
Backend Node.js, Express.js, Next.js, Remix.js, Laravel, FastAPI, CodeIgniter
Databases PostgreSQL, MySQL, MongoDB, Redis, NeonDB
ORM & DB Tools Prisma, Sequelize, SQLAlchemy, Query Optimization, Database Design, Indexing, Replication, Partitioning, Sharding
Architecture Monolith & Microservices, API Design, Application Architecture, System Design, Scaling Strategies
DevOps & CI/CD Git, GitHub Actions, Jenkins, Docker, Docker Compose, Kubernetes, Nginx, AWS, GCP, Ubuntu, Terraform
Testing Jest, Playwright, Cypress, Postman, Unit Testing
Development Tools VS Code, Vim, Android Studio, SSH, Webpack
Project & Agile Agile Methodologies, Scrum, Kanban, Release Planning, Estimation, Documentation, Notion, JIRA, Confluence
Others Stripe, Hitpay, Firebase, Auth0, Clerk, Mailgun

🌍 Find me on

CodePen   Linkedin   Quora   Medium   Leetcode  


“Every generation imagines itself to be more intelligent than the one that went before it, and wiser than the one that comes after it.” – George Orwell

Pinned Loading

  1. react-boilerplate react-boilerplate Public template

    React 19, Tailwind 4, Prettier, ESlint, ShadeCN

    CSS 2

  2. express-boilerplate express-boilerplate Public template

    Production-ready Express.js + TypeScript boilerplate with ESLint, Prettier, Docker, Docker Compose, Winston logging, Morgan, Helmet, Rate Limiting, and Yarn support.

    TypeScript 1

  3. Banner-Board Banner-Board Public

    A fullscreen text banner app with marquee, blink, pulse, and wave animations using Flutter.

    Dart

  4. CSS-Battle-Solutions CSS-Battle-Solutions Public

    CSS Battle Solutions

    3 1

  5. Coming Soon Counter Coming Soon Counter
    1
    const countdown=()=>{
    2
    	const countDate=new Date("Nov 17,2021 00:00:00").getTime();
    3
    	const now=new Date().getTime();
    4
    	const gap=countDate - now;
    5
    	const second=1000;
  6. leetcode leetcode Public

    LeetCode: A Journal of My Problem-Solving Adventure

    JavaScript 3 1