Skip to content
View SeriousBug's full-sized avatar

Sponsoring

@foosel
Block or Report

Block or report SeriousBug

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

Featured Projects

Bulgur Cloud offers a user-friendly, self-hosted file storage and sharing platform with emphasis on hassle-free setup and maintenance. Built with modern web technologies: Rust (Actix-Web) for a robust backend and TypeScript (React, Next.js) for an intuitive interface.

Rust Embed for Web simplifies web asset management by enabling direct embedding of HTML, CSS, and JavaScript into Rust executables. This ensures deployment consistency and includes performance optimizations like pre-computed headers and compression. The companion project, Rust Embed Responder for Actix Web, is tailored to efficiently serve embedded assets with intelligent caching and content negotiation, with a focus on high-performance web delivery.

Cuttlestore provides a versatile abstraction layer for interacting with popular key-value stores like Redis and SQLite (with support for CouchDB and DynamoDB planned). This streamlines development, facilitates switching between storage backends, and promotes adaptable application design.

A TypeScript library for managing the number of concurrent asynchronous operations. It helps prevent server overload by ensuring only a set number of network requests, database queries, or other async tasks are in flight simultaneously. This library minifies under 1kb and has zero dependencies, helping minimize your bundle size.

Niche middleware for the Actix Web framework that allows HTML forms to be submitted using HTTP methods other than the standard 'GET' or 'POST'. This provides greater flexibility in designing web forms and RESTful APIs, allowing lightweight pages to interact with rich APIs.

This project simplifies domain management for dynamic IP setups. It automates DNS updates via Gandi's Live DNS feature, ensuring services remain accessible even with changing IP addresses. The solution offers both containerized (Docker) and traditional system package deployments, providing adaptability to different infrastructure environments.


About me

  • I'm currently working at Tailwind as a Software Engineer. I'm building microservices and polished UIs at Tailwind alongside a fantastic team. We use TypeScript, Next.js, and AWS technologies like Lambda, DynamoDB, EventBridge, and more.
  • On my free time, I love playing with Rust and TypeScript to build open source projects. All the big ones are listed above! These projects usually involve React or SvelteKit, Actix Web, and Docker among other technologies.
  • I'm learning Svelte. It's very fun because it compiles down to simple javascript, and gracefully supports progressive enhancement.
  • When I'm not programming, I am usually cooking (vegan), playing (World of Warcraft, Rimworld, Ultrakill), riding my bicycle, or spending time with my spouse and our 2 dogs.
  • I graduated from The Ohio State University with an MS in Computer Science. You can find my publications online.
  • Pronouns: he/him or they/them

You can find me at:

Pinned

  1. bulgur-cloud/bulgur-cloud bulgur-cloud/bulgur-cloud Public

    Simple and delicious cloud storage and sharing.

    Rust 5

  2. gandi-live-dns-rust gandi-live-dns-rust Public

    Automatically updates your IP address for Gandi's Live DNS.

    Rust 7

  3. live-limit live-limit Public

    A promise based generic rate limiter. Runs a limited number of async function calls at a time, queuing or discarding remaining calls.

    TypeScript 6

  4. actix-web-rust-embed-responder actix-web-rust-embed-responder Public

    An actix-web responder for rust-embed that implements cache revalidation and compressed responses.

    Rust 2 1

  5. cuttlestore cuttlestore Public

    A generic rust API for interacting with key-value stores that can be selected at runtime.

    Rust 4

  6. rust-embed-for-web rust-embed-for-web Public

    Forked from pyrossh/rust-embed

    Rust Macro which embeds files into your executable. A fork of `rust-embed` with a focus on usage on web servers.

    Rust 24 3