Skip to content
View Mightysho's full-sized avatar
🎯
Focusing.... Feel free to get in touch with me....
🎯
Focusing.... Feel free to get in touch with me....

Block or report Mightysho

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mightysho/README.md

Micheal Shokunbi

WELCOME TO MIGHTYSHO πŸ‘¨πŸ»β€πŸ’» GITHUB PAGE

Aminated Gif

About me

class Bio(dict):
    pass


def get_bio():
    return Bio({
        "πŸ‘‹ Name": "Hi, I'm Micheal Shokunbi (Mightysho)",
        "πŸ’» Role": "Software Engineer | Backend & API Integration Specialist",
        "πŸš€ Passion": "Building scalable solutions, solving real-world problems, and driving innovation in technology",

        "πŸŽ“ Education": [
            "Bachelor Degree (B.Sc) in Computer Science (Top-Up Programme) - Anchor University, Lagos",
            "Higher National Diploma (HND) in Computer Engineering - Yaba College of Technology, Lagos",
            "National Diploma (ND) in Computer Engineering - Yaba College of Technology, Lagos"
        ],

        "πŸ›  Core Skills": [
            "RESTful APIs",
            "Backend Development",
            "Git & Version Control",
            "Database Management",
            "System Troubleshooting"
        ],

        "🌍 Collaboration": "Open to collaborating with global and multinational tech companies",

        "πŸ“« Contact": {
            "LinkedIn": "/michealshokunbi",
            "Email": "michealshokunbi.official@gmail.com"
        }
    })


def main():
    bio = get_bio()

    for key, value in bio.items():
        if isinstance(value, list):
            print(f"{key}:")
            for item in value:
                print(f"   - {item}")
        elif isinstance(value, dict):
            print(f"{key}:")
            for sub_key, sub_value in value.items():
                print(f"   {sub_key}: {sub_value}")
        else:
            print(f"{key}: {value}")


if __name__ == "__main__":
    main()

You can reach me at πŸ‘½

Micheal Shokunbi's Facebook Profile Micheal Shokunbi's DEV Profile Micheal Shokunbi's Twitter Profile Micheal Shokunbi's LinkedIn Profile Micheal Shokunbi's Stack Overflow Profile Micheal Shokunbi's StackShare Profile Micheal Shokunbi's Medium Profile Micheal Shokunbi's YouTube Channel Micheal Shokunbi's WhatsApp Chat Micheal Shokunbi's Gmail

My stack πŸ‘¨β€πŸ’»

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

Mightysho :: StackShare

Github stats πŸ“Š

Visitor's count πŸ‘€

Mightysho :: Visitor's Count

Top langs πŸ‘…

Mightysho :: Top Langs

Profile stats 🎹

Mightysho :: Profile Stats

Animation

GitHub Profile Trophy πŸ†


Pinned Loading

  1. Mightysho Mightysho Public

    Config files for my GitHub profile.

    2

  2. meektech-site meektech-site Public

    Meek Technology Website Development Project ongoing..

    HTML 1

  3. MEEK-Technology/ai-structural-design MEEK-Technology/ai-structural-design Public

    Initial name: "AI Structural Design System" | New name: "AI Reinforced Concrete Beam Design System (AI-RCBDS)".

    Python