Skip to content
View Mohamed00Abdelmonem's full-sized avatar
👨‍🎓
👨‍🎓
Block or Report

Block or report Mohamed00Abdelmonem

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 Mohamed Abdelmonem

Junior Backend Developer | Python Django

Typing SVG

from rest_framework.decorators import api_view
from rest_framework.response import Response

@api_view(['POST'])
def introduce_yourself(request):
    name = request.data.get('name', Mohamed Abdelmonem')
    occupation = request.data.get('occupation', 'Software Developer')
    interests = request.data.get('interests', ['Python', 'Django', 'Rest Framework'])

    introduction = f"Hello, my name is {name}. I am a {occupation} and my interests include {', '.join(interests)}."

    return Response({'introduction': introduction})

Visitors Count



About me

Coding gif

✌️   Enjoying programming and sharing knowledge

❤️   Love writing code and learning new features

📧   Reach me anytime: mmohamedabdelm@gmail.com

💬   Ask me about anything here

🌐   Check out my portfolio: My Portfolio




Use To Code

python logo django logo git logo github logo docker logo mysql logo postgresql logo redis logo vuejs logo javascript logo bootstrap logo css3 logo digitalocean logo heroku logo jquery logo linux logo sqlite logo pycharm logo html5 logo vscode logo


🔝 Top Contributed Repo




Saif's GitHub streak

Mohamed Abdelmonem's GitHub Contribution

Mohamed Abdelmonem's Github Stats Mohamed Abdelmonem's Top Languages

Snake animation


Mohamed Abdelmonem's GitHub Activity Graph

Pinned

  1. Dj-AmazonClone Dj-AmazonClone Public

    Amazon Clone using Python Django , Rest Framework and Javascript

    CSS 5 1

  2. Dj-Online-Courses-Api Dj-Online-Courses-Api Public

    JavaScript 1

  3. STUDENTT_HUB STUDENTT_HUB Public

    JavaScript 3

  4. Dj-Vue-todo Dj-Vue-todo Public

    Python 1

  5. Dj_System_Quiz Dj_System_Quiz Public

    HTML 2 1

  6. Django-Blog Django-Blog Public

    Python 1