Skip to content
View Ayobami6's full-sized avatar
:octocat:
Just being curious
:octocat:
Just being curious
Block or Report

Block or report Ayobami6

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

News24

Software Engineer

wakatime

📫 Connect With Me:

👨🏻‍💻 Languages and Tools

React Bootstrap JavaScript TypeScript Node.js MongoDB PostgreSQL C Django Docker Python Nginx Express.js Linux GCP Git Redux Spring GraphQL NextJS Jest NestJS Java MySQL Azure Bash AWS Jenkins Kubernetes Redis Tableau

📋 A little bit more about me

ayo = {
    "full_name": "Ayobami Alaran",
    "pronouns": "He | Him",
    "college_degree": "Statistics",
    "programming_lang": ["Python", "C", "Javascript", "Bash", "R", "Java", "Typescript"],
    "interest": ["Machine Learning", "AI", "Software Development"],
    "technologies": {
        "backend": {
            "python": ["Django", "FastApi"],
            "Js": ["Nodejs"],
            "Java": ["Spring boot"]
        },
        "frontend": ["Html", "CSS", "Bootstrap", "Javascript", "react"],
        "devops": ["GCP", "Docker", "VPS", "Linux", "Nginx", "Kubernetes", "Travis CI", "Github Action"],
        "database": ["Postgres", "Sqlite3", "Mysql", "Mongodb", "Redis"],
        "data_science": ["Tableau", "TensorFlow", "Sckit-learn", "Powerbi"]
    },
    "education": ["Coursera", "Udacity", "Edx", "Google", "Udemy", "LinkedIn Learning"],
    "current_focus": "Be better than yesterday!",
    "fun_fact": "To me programmers are the greatest artists of all time!"
}


class Ayo:
    def __init__(self, **kwargs):
        for k, v in kwargs.items():
            setattr(self, k, v)

    def __str__(self):
        return f"Hello there 👋, My name is {self.full_name}, Nice to meet you!"

    def __call__(self, **kwargs):
        for k, v in kwargs.items():
            setattr(self, k, v)


print(Ayo(**ayo))

📊 Weekly coding time

From: 18 May 2024 - To: 25 May 2024

Total Time: 49 hrs 45 mins

Python            33 hrs 47 mins  █████████████████░░░░░░░░   67.90 %
HTML              4 hrs 43 mins   ██▒░░░░░░░░░░░░░░░░░░░░░░   09.48 %
Java              4 hrs 18 mins   ██▒░░░░░░░░░░░░░░░░░░░░░░   08.67 %
JavaScript        2 hrs 54 mins   █▒░░░░░░░░░░░░░░░░░░░░░░░   05.85 %
TypeScript        2 hrs 13 mins   █░░░░░░░░░░░░░░░░░░░░░░░░   04.47 %
Java Properties   44 mins         ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.50 %

Main projects

Data Science and ML Case Study Projects:

Data-Science-Youtube-Analysis Tweet-Data-Analysis Communicating_Findings_With_Viz ProjectCollaboration.github.io Data_Detective Exploratory-Data-Analysis-in-Finance

Sotware Development Projects:

simple-shell Peersonline monty AirBnB_clone AirBnB_clone_v2 AirBnB_clone_v3 AirBnB_clone_v4 binary_trees Peers_Conway-GOL sms_backend_assessment

Hands-On-Practice:

Hands-On-Practice alx-low_level_programming alx-higher_level_programming alx-system_engineering-devops CS50 learn_python

Projects I've Contributed To:

MultiTrain devops-exercises AirBnB_clone sorting_algorithms mindsdb


trophy

Top Langs

GitHub stats

GitHub Streak

Jokes Card

GitHub metrics


Profile views

Pinned

  1. alx-low_level_programming alx-low_level_programming Public

    Low level programming language C

    C 7 7

  2. Peersonline Peersonline Public

    Peers is a website that helps Alx Students of software engineering learn better, faster and do hard stuffs easily with colleagues and peers of the same cohort and different cohorts

    JavaScript 2

  3. readme-generate readme-generate Public

    Generate your detailed readme easily and faster with openai language model from your command line

    JavaScript 1 1

  4. simple-shell simple-shell Public

    Simple Shell with special funtionalites, has inbuilt git publish command that does git add, git commit and git push at once and prompt for commit message

    C

  5. MeetDevs MeetDevs Public

    A platform where developers from across the globe meets employers and vice versa

    TypeScript 7 2

  6. AirBnB_clone_v4 AirBnB_clone_v4 Public

    Part 4 of the AirBnB_clone project series, worked on consunming apis with the frontend framework jquery

    Python