Giter Site home page Giter Site logo

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: [email protected]

💬   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

Mohamed Abdelmonem 's Projects

cova icon cova

:coffee: A minimal & modern coffee shop one-page site

dj-amazonclone icon dj-amazonclone

Amazon Clone using Python Django , Rest Framework and Javascript

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.