Jaysen Tsao

Jaysen Tsao

Hey! I’m a 18-year old student who is interested in full-stack software and embedded development. I created this portfolio to showcase and elaborate on my projects and accomplishments.

Development

I’m currently working on a few projects, notably:

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 use C/C++ for competitive programming, native bindings with Rust, and computer systems.

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.