Skip to content
View TJVaughn's full-sized avatar
🎯
Deep work
🎯
Deep work
Block or Report

Block or report TJVaughn

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

Recent Projects

Chaos Manager (Solid, PostgreSQL, Actix, Rust)

Chaos manager is not your typical todo list style app. It allows you to prioritize tasks and times of day to accomplish those todos.

Chaos manager is written in TypeScript and Rust.

This project enabled me to learn:

  • Solid
    • Front end library
    • Written in TypeScript
  • Actix
    • Rust web service library
    • Writing a REST API in rust
  • Rust
    • Write SQL queries against local database
    • Receiving and sending data to and from the client
  • PostgreSQL

CopyCat (Rust)

CopyCat is a basic clipboard manager that stores recently clipped items, and also allows storage of custom clips.

CopyCat is written entirely in rust and utilized the egui library.

This project taught me how to use rust to:

  • read and write files to drive
  • create threads
  • listen for clipboard events without blocking the UI
  • utilize Egui library to create a simple UI to interact with
  • set clipboard values

Pinned

  1. chaos-manager chaos-manager Public

    TypeScript

  2. copycat copycat Public

    Rust 2