Skip to content
View Abdurraheem's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Abdurraheem

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

Hi, I'm Mohammad Abdurraheem πŸ‘‹ πŸ’»

I'm a Full-Stack Developer with strong expertise in backend development, advanced project architecture, and database design. I’m passionate about making open-source more accessible, building impactful projects that help developers, and contributing to the modern Web.

I love working across the stack with technologies like Node.js, Express.js, TypeScript, React, and MongoDB. Recently, I've been exploring AI-driven development, including Model Context Protocol (MCP) and agent-based automation to build smarter and more scalable systems.

My interest in the Node.js ecosystem led me to create SECURE REST API β€” a complete, production-ready template for secure REST API integration for Node.js developers.

Feel free to explore my repositories, contribute, or connect!

Find me around the web 🌎:

  • Learning in public on Mentor πŸ“Ή ✍🏾
  • Stacking with interactions on Stack OverFlow πŸ“
  • Sharing updates on LinkedIn πŸ’Ό

Codementor badge

Codementor badge

Codementor badge

Codementor badge

Pinned Loading

  1. REST-API-JWTWEB-TOKEN REST-API-JWTWEB-TOKEN Public

    Securing Node.js RESTful APIs with JSON Web Tokens

    JavaScript 7 3

  2. BlockChain BlockChain Public

    A blockChain with Nodejs

    JavaScript 2 1

  3. SmartChat SmartChat Public

    Angular5 ChatBot

    TypeScript 3 1

  4. node node Public

    Forked from nodejs/node

    Node.js JavaScript runtime βœ¨πŸ’πŸš€βœ¨

    JavaScript 1

  5. Nodejs Post on LinkedIn using REST API Nodejs Post on LinkedIn using REST API
    1
    /**
    2
     * @param Function :  Post on LinkedIn 
    3
     * @param Send Json data of Text/Photos with POST 
    4
     * @Date: 15 Feb, 2018  
    5
     */
  6. Upload File (PDF/Image) to DropBox Upload File (PDF/Image) to DropBox
    1
    /**
    2
     * File Uploading in Dropbox using its API and Node.js
    3
     *
    4
     * For demonstration purposes, configuration is hard-coded; in practice, configuration should be externalized
    5
     * e.g. into a file or environment variables.