Skip to content
View faresemad's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Highlights

  • Pro
Block or Report

Block or report faresemad

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

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

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', 'Fares Emad')
    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



Languages and Tools:

bash csharp django docker git html5 linux mysql postgresql postman python qt selenium


🤖Most Used Languages:

Top Langs


⚡ Fun fact

  • “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” — Martin Fowler

Pinned

  1. Django-Roadmap Django-Roadmap Public

    Django roadmap outlines key features and improvements for upcoming releases, including performance and scalability improvements, new features for modern web development, enhanced security, and impr…

    77 12

  2. Blog Blog Public

    Django Blog: A robust web application for seamless blogging, powered by Django framework.

    Python 2

  3. DjChannels DjChannels Public

    Django Channels and Websocket

    Python 2

  4. DjStripe DjStripe Public

    Managing a payment method with stripe

    5 1

  5. Artec Artec Public

    Mcq tests, hand drawing and Digital drawing

    Python 2

  6. DjTranslation DjTranslation Public

    Django Multi Language (Translation)

    Python 7 1