Skip to content
View nylla8444's full-sized avatar
💤
sleeping
💤
sleeping

Highlights

  • Pro

Block or report nylla8444

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
nylla8444/README.md

cat sprigatito

Hi, I'm Allyn

Get to know me on LinkedIn but as a human.

allyn8444


Currently a CS Student. I major in Artificial Intelligence (AI). Generally, I just build what I want and need. I play around with new stuff (so I dont get FOMO). I also know 🦀 (Rust btw). And yes, I love Sprigatito 💚!

At present, my comfy stack is React Vite + TanStack. But I also know other stuff:

const stack = {
  version_control: ["Git", "GitHub"],
  languages: ["JavaScript", "TypeScript", "Python", "Rust"],
  frontend: {
    core: ["HTML5", "CSS3", "JavaScript", "TypeScript"],
    styling: ["SASS", "TailwindCSS"],
    frameworks: ["React", "Next.js"],
    build_tools: ["Vite"],
    libraries: ["TanStack Query", "TanStack Router"]
  },
  backend: {
    runtime: ["Node.js", "Bun"],
    frameworks: ["Express.js"],
    cms: ["Strapi", "Directus"]
  },
  databases: ["MongoDB", "MySQL"],
  tools: ["Visual Studio Code", "PowerShell", "Tor", "Obsidian"],
  design: ["Figma", "Adobe Photoshop"]
};

GitHub Stats: (forked and self-hosted)

GitHub Streak


Exploring Github Actions
📖 Word of the Day

Ethephons

Definition: a synthetic plant growth regulator C2H6ClO3P that induces flowering and abscission by promoting the release of ethylene and has been used to cause early ripening (as of apples on the tree)


GitHub Certification:


Pinned Loading

  1. configs configs
    1
    # For easy github account swtiching
    2
    
                  
    3
    # Setup accounts
    4
    git config --global alias.useA '!git config user.name "A" && git config user.email "[email protected]"'
    5
    git config --global alias.useB '!git config user.name "B" && git config user.email "[email protected]"'
  2. dotfiles dotfiles Public

    my windows setup files. I use powershell as my main terminal

    PowerShell

  3. rust-application-guide rust-application-guide Public

    Rust application guide for learning by building a real personal finance tracker system across CLI, TUI, desktop, web, APIs, databases, and release workflows.

  4. Cloaxa Cloaxa Public

    An IP-masking browser extension powered by Tor routing. (Looking for 5$ sponsor)

    JavaScript 4

  5. TODO-CLI-Tool TODO-CLI-Tool Public

    A simple TODO CLI application that uses Rust with Clap and Serde

    Rust

  6. strayspot strayspot Public

    A CIT 214 - Software Engineering Finals Project (deployment paused)

    JavaScript