Building an IT Asset-Tracking Spreadsheet From Scratch
Despite the file's title, this is a long iterative build of a VBA-powered Excel asset tracker for a new IT department, refined version by version.
Related
Coding, Backtesting, and Deploying a Momentum Strategy
In three quick turns, the assistant builds a simple momentum trading strategy, backtests it against four years of data, and deploys it to paper trading.
12-Week AI Automation Mastery Course
A 12-week self-study curriculum for learning AI automation, with a one-hour daily schedule, weekly topics, and exercises building toward practical skills.
A client-side MP3 silence cutter, built waveform-first
A four-round build of a browser-only MP3 silence trimmer, adding zoomable dual waveforms, click-to-play scrubbing, and neatly categorized CSS along the way.
A from-scratch guide to porting a diffusion model to WebGPU
Claude clones a browser-based diffusion model port and writes a from-scratch guide covering ONNX export, WebGPU execution, and every design choice in the code.