Skip to content
View mazenmohamedmahmoudatia666's full-sized avatar
Block or Report

Block or report mazenmohamedmahmoudatia666

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

Hi 👋, I'm Mazen Mohamed

Account: LinkedIn Account: Facebook Account: Twitter Account: Instagram Account: GitHub

Typing SVG

const express = require('express');
const bodyParser = require('body-parser');
const app = express();

app.use(bodyParser.json());
app.post('/introduce-yourself', (req, res) => {
  const name = req.body.name || 'Mazen Mohamed';
  const occupation = req.body.occupation || 'Software Developer';
  const interests = req.body.interests || ['JavaScript', 'Nodejs', 'Rest Framework'];

  const introduction = `Hello, my name is ${name}. I am a ${occupation} and my interests include ${interests.join(', ')}.`;

  res.json({ introduction });
});
  • 🌱 I’m currently working on Amazing Tool 🙄

  • 📫 How to reach me [email protected]

Connect with me:

mazen mazen mohamed Mazen mohamed

💻 Tools & Technologies

C++ C JavaScript Pyhton HTML CSS
Nodejs Express.js MongoDB Netlify

fire: My Stats:

mazenmohamedmahmoudatia666

Mazen mohamed‬‏

Anurag's GitHub stats

⚡ Fun fact

The most important step of all is the first step. Start something.

— Blake Mycoskie


Popular repositories

  1. mazenmohammed.github.io mazenmohammed.github.io Public

  2. mazenmohammeddd.github.io mazenmohammeddd.github.io Public

    CSS

  3. E-Shop-Website E-Shop-Website Public

    Forked from alin00r/E-Shop-Website

    🌐 E-Shop website

    HTML

  4. E-commerce-nodejs E-commerce-nodejs Public

    Forked from OmarZahrah/E-commerce-nodejs

    amazing E-commerce project using node java script & mongoDB & express

    JavaScript

  5. Threads-api Threads-api Public

    Thread-Api using MongoDB, ExpressJS, NodeJS, JWT, Cloudinary

    JavaScript

  6. learning-github learning-github Public