D
Dev
Log
Technical · Blogs · Tutorials · Tools
Tools
Reviews, comparisons and walkthroughs of the tools developers actually use.
3 posts
Tools
September 15, 2026
ripgrep: why it replaced plain grep for me
A fast search tool that respects your .gitignore. A quick walkthrough of why it beats grep.
Tools
September 15, 2026
Getting started with jq: parsing JSON on the command line
jq turns piles of JSON into formatted, filtered output. Real commands to learn the essential filters.
Tools
September 15, 2026
SQLite vs PostgreSQL: two very different databases
They both speak SQL, which is about all they share. Here is when to reach for each.