Skip to content
View SMony-L's full-sized avatar
:octocat:
:octocat:

Block or report SMony-L

Report abuse

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

Report abuse
SMony-L/README.md

Typing SVG


╔══════════════════════════════════════════════════════════════╗
║  "Code is like humor. When you have to explain it,          ║
║   it's bad."  - Cory House                                   ║
╚══════════════════════════════════════════════════════════════╝

🎯 About Me

Coding

const mony = {
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  👤 PERSONAL INFO
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    pronouns: "He" | "Him",
    location: "🌍 Earth",
    coffee: "☕️ Always brewing...",
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  💻 CODING LANGUAGES
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    languages: [
        "Python",
        "JavaScript",
        "TypeScript", 
        "Java",
        "C++",
        "Bash"
    ],
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  💡 EXPERTISE & INTERESTS
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    
    interests: {
        stockMarkets: "Technical Analysis & Trading Strategies",
        crypto: "Blockchain Technology & DeFi",
        ai: "Machine Learning & Data Analysis"
    },
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  🛠️ TOOLS I WORK WITH
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    workingWith: {
        frontEnd: ["React", "Next.js", "TailwindCSS"],
        backEnd: ["Node.js", "Flask", "FastAPI"],
        databases: ["MongoDB", "MySQL", "PostgreSQL"],
        cloud: ["AWS", "Docker", "Kubernetes"],
        tools: ["Git", "VS Code", "Postman"]
    },
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  🎯 CURRENT FOCUS
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    currentlyLearning: [
        "RAG (Retrieval-Augmented Generation)",
        "eBPF (Extended Berkeley Packet Filter)",
        "Next.js 14 App Router"
    ],
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  🎮 LIFE OUTSIDE CODE
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    hobbies: [
        "⚽️ Soccer",
        "🏋🏼 Gym",
        "🏃🏼‍♂️ Running",
        "🚴🏻 Cycling",
        "🎮 Gaming",
        "☕️ Coffee Tasting"
    ],
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  ⚡ FUN FACTS
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    funFacts: [
        "🐛 I debug with console.log()",
        "☕ My blood type is Coffee+",
        "🌙 Peak productivity: 10 PM - 3 AM",
        "💡 Best ideas come in the shower"
    ],
    
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  🚀 LIFE MOTTO
    //  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    motto: "Code, Coffee, Repeat! 💻☕️🔁"
};

🔥 Current Focus


RAG Systems
Building intelligent AI apps

eBPF
Kernel-level programming

Next.js 14
Modern web development

💎 Interests

💰 Investments 🪙 Cryptocurrency ⛓️ Blockchain 🤖 Artificial Intelligence
Stock Market DeFi & Web3 Smart Contracts ML & Deep Learning

🎮 When I'm Not Coding

⚽️ Soccer • 🏋🏼 Gym • 🏃🏼‍♂️ Running • 🚴🏻 Cycling • 🎮 Gaming • ☕️ Coffee Tasting

🌐 Connect With Me

LinkedIn LeetCode GitHub

🛠️ Tech Arsenal

👨‍💻 Languages

Python JavaScript TypeScript Java C++ Bash

🚀 Frameworks & Libraries

React Next.js Node.js Flask Gatsby

☁️ Cloud & DevOps

AWS Azure Docker Kubernetes Nginx Grafana

🗄️ Databases

MongoDB MySQL PostgreSQL

🛠️ Tools

Git Linux Postman Android



💙 Thanks for visiting! Let's build something amazing together! 🚀

Profile Views

⭐️ From SMony-L with 💖 and lots of ☕



🤖 Crafted with the help of GitHub Copilot



Wave

Pinned Loading

  1. click click Public

    Forked from pallets/click

    Python composable command line interface toolkit

    Python

  2. code-examples code-examples Public

    Forked from vgs-samples/code-examples

    Examples of using VGS HTTP proxy in different languages.

    Java

  3. dotfiles dotfiles Public

    Shell

  4. dog-api-images dog-api-images Public

    Forked from jigsawpieces/dog-api-images

    Collection of all the images served from Dog API sorted by breed category

  5. awesome-machine-learning awesome-machine-learning Public

    Forked from josephmisiti/awesome-machine-learning

    A curated list of awesome Machine Learning frameworks, libraries and software.

    Python