Tick: A Plain-Text Task DSL
Tick is a line-oriented task format that stays grep-friendly and readable. No UI, no database — just a text file.
Sharing what I have learned as a developer
Tick is a line-oriented task format that stays grep-friendly and readable. No UI, no database — just a text file.
UUIDv7, async I/O via io_uring, and worker pool improvements are coming in PostgreSQL 18.
How bloom filters work, why they sometimes lie to you, and when to use them in production.
Using TUSd, FFmpeg, RabbitMQ, and S3 to build a video transcoding service that doesn't need enterprise infrastructure.
Use Nginx as a load balancer and Docker Compose to run multiple Express instances. Covers load distribution and basic failover.
A minimal client-side router in React that swaps components based on pathname. 45 lines, no dependencies.
Install OpenGL on Ubuntu, set up a build environment, and draw your first triangle.
Compile C++ to WebAssembly using Emscripten and run it in the browser. No JavaScript needed.
Merge, split, and manipulate PDFs using Python and Pillow. No uploading to third-party services.