Skip to content
View manishprajapatidev's full-sized avatar
😊
Full Stack Developer - India
😊
Full Stack Developer - India
Block or Report

Block or report manishprajapatidev

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

πŸ‘‹ Hello there! I'm Manish Prajapati

πŸ‘¨β€πŸ’» I am an experienced Full Stack Developer and Associate Project Manager at Octal IT Solution LLP. My passion for web development extends to organizing the Laravel Live Jaipur Community, where I contribute by hosting meetups, sharing knowledge, and fostering collaboration.

πŸ› οΈ Tech Stack & Tools

  • Languages: JavaScript, HTML, CSS
  • Frontend: React, Next.js
  • Backend: Node.js, Express.js
  • Database: MongoDB, MySQL
  • Frameworks: Laravel
  • Tools: Git, GitHub Actions
  • Cloud: AWS, Vercel

🌱 I’m currently learning

  • Advanced Node.js and MongoDB techniques
  • Cloud Computing and Deployment Strategies

πŸ‘― I’m looking to collaborate on

  • Open-source MERN stack projects
  • Laravel-based community initiatives

πŸ’¬ Ask me about

  • Full Stack Development with MERN
  • Organizing tech meetups and community building

πŸ“« How to reach me

πŸ˜„ Pronouns

  • He/Him

⚑ Fun fact

  • I love spending quality time with my family and exploring new technologies in my free time.

Feel free to reach out for collaborations or just a tech chat!

Pinned Loading

  1. canvas-drawing-in-reactjs-hooks canvas-drawing-in-reactjs-hooks Public

    In this example, We are merging two canvas to render at once, can drag and drop and pan zoom using React JS.

    JavaScript 3

  2. nodejs-base64-converter nodejs-base64-converter Public

    base64 encode/decode methods in nodejs

    JavaScript 2 1

  3. Check Current Date is between start ... Check Current Date is between start date and end date
    1
    var start_date = 'YOUR_START_DATE';
    2
    var end_date = 'YOUR_END_DATE';
    3
    var today = moment().local().format("YYYY-MM-DD");
    4
    var start_date_to_match = moment(start_date).local().format("YYYY-MM-DD");
    5
    var end_date_to_match = moment(end_date).local().format("YYYY-MM-DD");
  4. SonarCloud bitbucket-pipelines for A... SonarCloud bitbucket-pipelines for Angular JS, React Js or other Framwork.
    1
    image: feeni/node-chrome:latest
    2
    
                  
    3
    clone:
    4
      depth: full              # SonarCloud scanner needs the full history to assign issues properly
    5
    
                  
  5. securedeveloper/react-data-export securedeveloper/react-data-export Public

    Export dataset in react.

    JavaScript 180 182

  6. proxy-pass-ip-address-to-port proxy-pass-ip-address-to-port Public

    1