A simple URL shortener using Next.js 14 server actions, Postgres or SurrealDB, Shadcn/ui and Tailwind.
Shows the stock holdings for each fund, and the change in fund weight and market value over time for each stock
Usualy updated once per day, not affiliated with Ark Invest
A REST API provides JSON data on the holdings of an ETF. Written in rust using Axum, Redoc/Swagger, and Parquet using Polars.
Tic-Tac-Toe game that implements the MiniMax algorithm, to find the best move, with prefect play from the player will always result in a draw, or if the player makes a mistake the algorithm will win.