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.

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

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

I'm a software engineer,Backend Developer and advance Project Architecture setup alongside Database Designer who is passionate about making open-source more accessible, creating project to elevate people, and building the Web. Some technologies I enjoy working with include NodeJS, ExpressJS (JavaScript, APIs + Authorization) and MongoDB. My interest in the NodeJS ecosystem led me to create SECURE REST API, a repo for full fledge Secure REST API integration for NodeJS developers.

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 3 1

  3. SmartChat SmartChat Public

    Angular5 ChatBot

    TypeScript 4 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.