Skip to content
View TheWebDevel's full-sized avatar
☁️
AWS & Chill
☁️
AWS & Chill

Block or report TheWebDevel

Report abuse

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

Report abuse
TheWebDevel/README.md

hello_world() 👋

thewebdevel/

I'm a Software Engineer at PRESIDIO. I solve problems & architect stuff.

  • 🔭  I’m currently playing around with Rust & contributed to K9 - Rust Testing Library.
  • 🦋  Contributing to Kutty - a tailwind plugin for building web applications.
  • 🐦‍⬛  Contributing to MynaUI - Tailwind CSS Design System.
  • 🌱  I’m currently learning to get better at Rustlang.
  • 💬  Ask me about (Ruby || Rust || Javascript || AWS).
  • 💯  Currently obsessed with writing clean & maintainable code.
  • ⚡️  Fun fact: I code without coffee. ☕️

Say hi to me on Twitter.

Pinned Loading

  1. boujeepossum/k9 boujeepossum/k9 Public

    Rust testing library

    Rust 347 23

  2. fidelius fidelius Public

    TOTP Generator for 2FA

    Rust 8

  3. codeframe codeframe Public

    Capture pretty code-frames.

    Rust 12 1

  4. praveenjuge/kutty praveenjuge/kutty Public

    Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.

    JavaScript 841 44

  5. My zshrc My zshrc
    1
    
                  
    2
    # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
    3
    export PATH="$PATH:$HOME/.rvm/bin"
    4
    
                  
    5
    # Load Nerd Fonts with Powerlevel9k theme for Zsh
  6. monkey-interpreter monkey-interpreter Public

    An Interpreter for a programming language called Monkey written in Go (Book: https://interpreterbook.com/)

    Go 1