jay3332
Hey! I’m a 16-year old student who has a passion for software development and computer science. I created this portfolio as a way to showcase and elaborate on my projects and accomplishments.
Development
I’m currently working on a few projects, notably:
- Adapt, a privacy-first social platform
- TurboVUE, an assignment and grade analyzer for my school district
- RIL, an image processing library for Rust
- the Terbium Programming Language
You can view almost all of my projects on my GitHub profile. I typically open-source my work and make it available for others to use and contribute to.
My Stack
Languages
I primarily program in Rust and Python when dealing with backend development and low-level programming. I also use Kotlin to write code for my FIRST robotics team. I also know some C/C++ for competitive programming and native bindings with Rust.
Data Management
PostgreSQL is my go-to database for relational data storage, while Redis is used for caching and session management. I also use RabbitMQ as a way to pass messages and events between microservices.
Web Development
When developing websites, I use TypeScript with frameworks such as Astro (like this website), Solid.js, and React. Sometimes, I may also integrate my Rust projects into my websites using WebAssembly. For styling, I primarily use TailwindCSS and Sass.