About me

I have strong interests in engineering and a long-term ambition to become a robotic engineer.

I am particulary intrested in engineering and maufacturing environments, where I can contribute , learn frrom experinced professionals and continue to develop my technical abilities

What I am learning

GIT and GITHUB

Creating a GitHub account

  • Go to GitHub.
  • Click Sign up.
  • Enter your email address.
  • Create a password and choose a username.
  • Complete the verification/CAPTCHA if asked.
  • Check your email and verify your email address.
  • Choose the Free plan when asked.
  • Your GitHub account is now ready
  • How The Web Works

    The web works by using these 3 terms:

    Term Explanation Example
    DNS(Domain Name System) Finds the IP address for a website name google.com → 142.250...
    HTTP/HTTPS(Hyper Text Transfer Protocol) Rules for sending information between your browser and a website. HTTPS encrypts data between a web brower and a website Opening https://google.com
    JSON It is an open standard file format and interchange that uses human readable texts to store and trnsmit data objects consisting of arrays and name value pairs. { "id": 101, "name": "Jane Doe", "isActive": true, "roles": ["Admin", "User"], "contact": { "email": "jane.doe@example.com", "phone": "555-0199" } }
    Browser An app used to access websites. Chrome, Safari, Edge
    Server A computer that stores websites and sends information to users. A web server hosting a website
    Request A message your browser sends asking for something. Asking for a webpage
    Response The information the server sends back. The webpage being sent to your browser

    APIs

    In this section i learnt how to use fast API and used it create some messages like the 404,200 and 500.

    What is FastAPI?

    FastAPI is a modern, fast (high-performance) web framework for building APIs with Python based on standard Python type hints. It is one of the most popular tools for creating backend services, particularly for machine learning applications, data science, and microservices.

    What does it look like?

    Quick FastAPI code looks like this:

    When you run this code, it immediately sets up a web server and builds an interactive documentation page for you at http://127.0.0

    Break down of the code:

    Project evidence

    Phase 1 Placeholder Portfolio

    Completed

    • Front end
    • Github and Github workflow
    • Internet connections
    • Back end: fastAPI

    Contact