Skip to content
View Mohamed00Abdelmonem's full-sized avatar
🏠
Working from home
🏠
Working from home

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

GitHub Followers LinkedIn

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 Loading

  1. Dj-AmazonClone Dj-AmazonClone Public

    Amazon Clone using Python Django , Rest Framework and Javascript

    CSS 5 1

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

    The Dj-Online-Courses project is a Django-based web application designed to facilitate online

    CSS 1

  3. Dj-React-ToDo Dj-React-ToDo Public

    Python 1

  4. Dj-Job-Board-Microservices-App Dj-Job-Board-Microservices-App Public

    Python 1

  5. Dj-Vue-todo Dj-Vue-todo Public

    Python

  6. Dj-Real-Estate Dj-Real-Estate Public

    A real estate web application built with Django and Django REST Framework, offering features like CRUD operations, location selection from a map, user authentication, property reviews, and caching …

    CSS 1