Skip to content
View Shymaa2611's full-sized avatar
Block or Report

Block or report Shymaa2611

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

Typing SVG


shymaa2611 shymaa2611 shymaa2611

from fastapi import FastAPI
from pydantic import BaseModel

app = FastAPI()

class Introduction(BaseModel):
  name: str = 'Shymaa Medhat'
  job_title: str = 'Backend Developer'
  knowledge: list = ['Python','Django','FastAPI','Rest Framework', 'Graphql', 'Swagger', 'PostgreSQL', 'MongoDB']

@app.post("/introduce_yourself")
async def introduce_yourself(request: Introduction):
  name = request.name
  job_title = request.job_title
  knowledge = ', '.join(request.knowledge)

  introduction = f"Hello, my name is {name}. I am a {job_title} and I have Knowledge in {knowledge}."

  return {'introduction': introduction}

Languages and Tools:

css3 django docker git graphql html5 javascript linux mongodb postgresql postman python selenium

## Technologies I Love
  • ๐Ÿ’ป Python (Django,FastAPI)

  • ๐Ÿ—„๏ธ Relational and NoSQL Databases (PostgreSQL, MongoDB)

  • ๐Ÿš€ RESTful API Development and Graphql

  • ๐ŸŒ Server Deployment and Management (Docker,pythonanywhere)

  • โšก fact: ...

  • Programming is the art of turning imagination into reality

Pinned

  1. instagram_clone_Backend instagram_clone_Backend Public

    JavaScript

  2. college-management_system_API college-management_system_API Public

    Python

  3. Kids_Education_App Kids_Education_App Public

    JavaScript

  4. Learning_Platform Learning_Platform Public

    CSS

  5. Django-Performance-Optimization-technologies Django-Performance-Optimization-technologies Public

    JavaScript

  6. Graphql_API_Project Graphql_API_Project Public

    JavaScript