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

Block or report TheWebDevel

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
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. aaronabramov/k9 aaronabramov/k9 Public

    Rust testing library

    Rust 333 22

  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 813 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