 
 
        HTML
        You already know what this is. Is this even a programming language? Well, that is for you to decide, I'm just
            slapping this on here to make myself look better.
     
    
         
        JavaScript
        Alright, this has to mean something to you. This language can actually do stuff. Not to mention all the
            libraries and frameworks this thing can do. C'mon.
     
    
         
        CSS
        Now this is some real style. The real sheet. Sorry, I think bad jokes is simply part of the programming
            industry. It is just a part of us. Anyway, CSS I can do.
     
    
         
        Markdown
        Honestly this is a joke for people who program, but...for those who are just looking through it makes me look
            smarter. Yeah, that's right, I know four programming languages. 
     
 
    
         
        Replit
        Replit is an online IDE that allows you to write, run, and debug code in over 50 programming languages. It is
            a great tool for beginners and experienced programmers alike.
     
    
         
        GitHub
        GitHub is a web-based platform for version control using Git. It is used for source code management and
            collaboration. GitHub offers distributed version control and source code management functionality of Git,
            plus its own features.
     
    
         
        VS Code
        Visual Studio Code is a source-code editor developed by Microsoft for Windows, Linux and macOS. It includes
            support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and
            code refactoring.
     
    
         
        Git
        Git is a distributed version-control system for tracking changes in source code during software development.
            It is designed for coordinating work among programmers, but it can be used to track changes in any set of
            files.
     
 
    
         
        Node.js
        Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven,
            non-blocking I/O model that makes it lightweight and efficient.
     
    
         
        Next.js
        Next.js is a React framework that enables functionality such as server-side rendering and generating static
            websites for React based web applications.
     
    
         
        React
        React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of
            individual developers and companies.
     
    
         
        Express
        Express is a minimal and flexible Node.js web application framework that provides a robust set of features
            for web and mobile applications.
     
 
    
         
        Tailwind CSS
        Tailwind CSS is a utility-first CSS framework for rapidly building custom designs. It is a low-level CSS
            framework that gives you all the building blocks you need to build bespoke designs without any annoying
            opinionated styles you have to fight to override.
     
    
         
        Biome
        Biome is a JavaScript library that allows you to create and manage web components with ease. It is a
            lightweight and flexible library that allows you to create and manage web components with ease.
     
    
         
        NGINX
        NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy
            server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low
            resource consumption.
     
    
         
        Python
        Python is an interpreted, high-level and general-purpose programming language. Python's design philosophy
            emphasizes code readability with its notable use of significant whitespace.