Archives
All the articles I've archived.
20261
August1
Understanding the Harness Behind AI Coding Agents
Why AI coding agents like Claude Code feel so capable, and why the harness matters just as much as the language model.
20201
January1
grep command [ Linux tips ]
How to use the grep command to filter or search text from files or input streams.
20182
June2
Thumbnail images from MS Office files using PHP and LibreOffice
Generate thumbnail images from Microsoft Office files by converting them to PDF with LibreOffice and using Imagick in PHP.
How to create a Google chrome extension with injected ReactJS
Build a Chrome extension that injects a ReactJS app into a loaded webpage using content scripts.
20172
June1
How to create an Instagram like heart animation in a UWP app
Recreate the Instagram double tap heart animation in a UWP app using XAML storyboards and the Segoe MDL2 Assets font.
January1
Foldable Content in UWP
A custom UWP user control to fold and expand content in a list, since UWP lacks an out of the box control like WPF had.