Skip to content
View WackyDawg's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Organizations

@Team-Hawk-HNG

Block or report WackyDawg

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

wakatime twitter github

class Attributes(WackyDawg):
    @staticmethod
    def contact() -> tuple:
        discord  = "julian090#0107"  # ๐Ÿ“ฑ Discord: Let's talk tech or share memes! ๐Ÿค™
        telegram = "t.me/wackydawg"  # ๐Ÿ’ฌ Telegram: I'm just a message away, no spam, promise!
        proton   = "wackydawg@protonmail.com"  # ๐Ÿ“ง ProtonMail: Drop me an email, encryption is cool!

        return discord, telegram, proton

    @staticmethod
    def life() -> tuple:
        langs         = ['English', 'Igbo']  # ๐Ÿ—ฃ๏ธ Languages: English for the world, Igbo for the soul!
        nationalities = ['Nigerian']  # ๐ŸŒ Proudly Nigerian, representing from Africa to the world!
        age           = 19  # ๐ŸŽ‚ Age: I'm 19, but my coding skills are timeless! โณ

        fun_facts = [
            "Always with a cup of coffee โ˜• when I'm coding (because debugging needs energy! โšก)",
            "Jollof rice is my spirit food ๐Ÿš, but I'm also an avocado toast enthusiast ๐Ÿฅ‘๐Ÿž",
            "When I'm not coding, youโ€™ll find me in a gaming session, trying to beat my high score ๐Ÿ†๐ŸŽฎ",
            "Meme collector ๐Ÿ–ผ๏ธ: I have an archive of memes that would make you laugh out loud ๐Ÿ˜‚",
            "I can code while listening to music ๐ŸŽถ โ€“ every line of code is better with a good playlist!"
        ]

        return langs, nationalities, age, fun_facts

    @staticmethod
    def coding() -> tuple:
        langs = {
            'expert':   ['PHP(Laravel)'],  # ๐Ÿ’ป Expert: PHP & Laravel โ€“ I build websites that scale with ease!
            'intermediate': ['Python', 'JavaScript'],  # ๐Ÿง  Intermediate: Python & JS โ€“ Crafting code for the future!
            'learning': ['Flutter', 'Node.js', 'AWS', 'Blockchain', 'Java', 'ReactJS']  # ๐Ÿš€ Learning: Always leveling up my tech stack!
        }
        specialities  = ['Web/App Reverse Engineering', 'Full-stack Development', 'Backend Development']  # ๐Ÿ”ง Specialties: Full-stack for life, but I love diving deep into the backend!
        environment   = ['VSCode', 'PyCharm', 'SublimeText', 'PHPStorm']  # ๐ŸŒŸ My IDEs: Code, debug, repeat.

        cool_projects = [
            "AI-driven website recommendation engine ๐Ÿค– โ€“ because everyone loves personalized suggestions!",
            "Blockchain-based voting system ๐Ÿ”’๐Ÿ—ณ๏ธ โ€“ Making elections more secure, one block at a time!",
            "A smart home automation app ๐Ÿ ๐Ÿ’ก โ€“ Controlling lights with a tap... or a voice command!",
            "A real-time collaborative whiteboard app ๐Ÿ–๏ธ โ€“ Work together, even from miles apart!"
        ]

        habit = [
            "I prefer writing clean code ๐Ÿงน: If itโ€™s not readable, it's not real code!",
            "Always testing my projects ๐Ÿ”ฌ: No bugs are safe when I'm around ๐Ÿ‘จโ€๐Ÿ’ป",
            "I love solving algorithm challenges ๐Ÿคฏ โ€“ because a good puzzle is like brain food!",
            "My favorite bug? The one that only happens on a Friday afternoon! ๐Ÿ˜…"
        ]

        return langs, specialities, environment, cool_projects, habit

    @staticmethod
    def projects() -> tuple:
        website_clones = ['AliExpress Clone', 'Amazon Clone', 'Netflix Clone', 'YouTube Clone']  # ๐Ÿ›’ Project Showcase: I love making clones of the giants, but with my own twist!
        
        extra_projects = [
            "AI-powered content recommendation system ๐Ÿ“š โ€“ Tailoring suggestions just for you!",
            "Real-time multiplayer online game ๐ŸŽฎ โ€“ Compete with friends or random players!",
            "E-commerce app with integrated payment gateway ๐Ÿ’ณ โ€“ Because online shopping should be seamless!",
            "Weather forecasting app ๐ŸŒฆ๏ธ โ€“ Plan your day based on accurate, real-time data!"
        ]
        
        return website_clones, extra_projects

    @staticmethod
    def hobbies() -> tuple:
        hobbies = [
            "Photography ๐Ÿ“ธ: Capturing the world one shot at a time โ€“ It's like coding, but with a camera!",
            "Gaming ๐ŸŽฎ: I'm a pro at open-world RPGs, and I'm always up for a good challenge.",
            "Tech Blogging ๐Ÿ“: Sharing my journey, mistakes, and achievements with the world (because learning never stops!)",
            "Music ๐ŸŽถ: Coding with a playlist is my jam โ€“ my go-to genres: Lo-fi, EDM, and hip-hop!",
            "Reading ๐Ÿ“š: From tech books to fantasy novels โ€“ a good book is a great escape."
        ]
        
        fun_habits = [
            "I always carry a notebook ๐Ÿ“’ to jot down ideas or solve problems when I'm away from the computer.",
            "I enjoy mentoring others and love helping newcomers break into tech โ€“ everyone deserves to code! ๐Ÿ’ก"
        ]
        
        return hobbies, fun_habits
  • ๐Ÿ”ญ Automation,Fullstack Development,Mobile App Development
  • ๐Ÿ’ญ Flutter Community Builder
  • ๐ŸŒฑ Iโ€™m currently learning Flutter,Nodejs,AWS,Blockchain,JAVA,REACT
  • ๐Ÿค” Technical Writer
  • ๐Ÿ“ซ How to reach me: @wackydawg

Skills

Vahiwe's Top Langs

[Vahiwe's github stats]

Vahiwe's wakatime stats

Pinned Loading

  1. Swaggies Swaggies Public

    Swaggies by WackyDawg : Your playful ๐ŸŽ‰ and wacky ๐Ÿคช companion for managing your finances with a smile ๐Ÿ˜Š. Experience unique savings challenges ๐ŸŽฏ, customizable avatars ๐ŸŽจ, and a world of financial fun โ€ฆ

    JavaScript 1

  2. HNGX-Backend-Project-2 HNGX-Backend-Project-2 Public

    User CRUD API: A versatile API for creating, reading, updating, and deleting user profiles. Streamline user management in your applications with this comprehensive API solution.

    JavaScript 2

  3. Jumia-Kol-API Jumia-Kol-API Public

    Retrieve Jumia product details effortlessly with our KOL Affiliates API. Specify category and user ID, and voila! Get images, URLs, plus an auto-generated affiliate promotion link using your KOL acโ€ฆ

    JavaScript

  4. Tapswap-Clicker-v2.0 Tapswap-Clicker-v2.0 Public

    Bot that mines coins in Tapswap

    JavaScript 9 4

  5. online_shopping_monolithic online_shopping_monolithic Public

    JavaScript