Skip to content
View grayguava's full-sized avatar
:octocat:
not everything has to be complicated
:octocat:
not everything has to be complicated

Block or report grayguava

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 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
grayguava/README.md

Hi there 👋🏽

I spend most of my time learning by building and experimenting with systems — usually around Linux, basic networking, and small self-hosted or browser-based projects. I don’t have everything figured out yet; I mostly learn by setting things up, breaking them, and understanding what went wrong.


🔧 What I’m currently experimenting with

  • General networking concepts (how things connect, route, and fail)
  • Linux basics (processes, permissions, services, command-line tools)
  • Small virtual labs and local setups
  • Trying out cloud concepts at a surface level (just enough to understand what’s happening)

📁 What lives in my GitHub

  • Small experiments and side projects built out of curiosity
  • Repositories that exist mainly to make things work, not to look polished
  • Occasional notes or comments when something is likely to be forgotten later
  • A few focused tools I built to explore specific ideas:
    • FormSeal → an experiment around end-to-end encrypted form submissions
    • ByteSeal → a browser-only, offline file encryption tool

🎯 Direction (very much in progress)

Right now I’m focused on building fundamentals and getting comfortable with how systems behave in practice. I’m still exploring different areas and figuring out what I want to go deeper into long-term.


🧩 Fun fact

I break things often — mostly because that’s how I end up learning how they actually work.

Pinned Loading

  1. byteseal byteseal Public

    Offline browser-based file encryption tool using AES-256-GCM and Web Crypto API. No uploads, no backend, fully client-side.

    JavaScript 1

  2. formseal formseal Public

    Client-side encrypted form submission pipeline with basic abuse mitigation for Cloudflare Pages.

    JavaScript