Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SMony-L/SMony-L

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published