Skip to content
View MoARABY's full-sized avatar
:octocat:
Diving into advanced database topics
:octocat:
Diving into advanced database topics

Highlights

  • Pro

Block or report MoARABY

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

banner


Hi 👋, I'm Mohamed Araby

About me

app.get('/introduce-yourself', (req, res) => {
    const name = 'Mohamed Araby';
    const acknowledgements = 'Software Engineer';
    let location = 'Ismailia , Egypt || AnyWhere';
    let background = ['JavaScript','TypeScript' 'Nodejs', 'Express Framework','Nest.Js','SQL','noSQL'];
    const introduction = `Hello, my name is ${name}. I am a ${occupation}
    and my interests include ${interests.join(', ')}.`;
    res.json({introduction});
}
  • 🌱 I’m currently working as freelancer🙄
  • 📫 How to reach me arabym702@gmail.com
  • 🎓 Bachelor of Computer Science from Suez Canal University.
  • 🌍 Exploring new technologies and developing software solutions.


pacman contribution graph


⭐ GitHub Stats

GitHub Streak

Technologies and languages 💻

My Skills

🚀 Frameworks and Databases

My Skills

🛠️ Development Tools

My Skills

ilustração de um computador

I graduated as a Software Engineer from Suez Canal University and am currently working as a backend engineer and coding instructor @ischool.

I've been delving deeper into JavaScript,Typescript focusing on Node.js {express.js, PostgreSQL,MongoDB} for the back end. I've also been exploring technologies like nestJS PostgreSQL, MySQL, and Docker, applying this knowledge to personal projects that are part of my portfolio.

I believe that learning by doing is the best path, and that's why I transform theory into practice whenever possible.🚀

Let's connect? Send me an email, follow me on LinkedIn! 💌✨

Gmail LinkedIn

MoARABY

Mohamed Araby's github activity graph

moaraby

Popular repositories Loading

  1. .NET-Roadmap .NET-Roadmap Public

    Backend .NET Developer Roadmap

    209 21

  2. NodeJS-Roadmap NodeJS-Roadmap Public

    Backend nodeJS Developer Roadmap

    63 5

  3. nodejs-advanced-topics nodejs-advanced-topics Public

    Advanced APIs topics

    20 1

  4. OVI-Store-E-Commerce OVI-Store-E-Commerce Public

    e commerce platform for OVI Store

    JavaScript 8

  5. DevS_Website DevS_Website Public

    DEVS Website

    JavaScript 3

  6. crudConsoleApp crudConsoleApp Public

    # CRUD Console App using C# ## Overview This is a simple CRUD (Create, Read, Update, Delete) console application written in C#. It allows users to manage a list of friends' data

    C# 2