Introducing OwnCDN
OwnCDN is self-hosted CDN server software running as an IIS website on your own Windows computer/VM/VPS. It does caching...
Filter CouchDB query results with arbitrary JavaScript - like SQL WHERE...
CouchDB has a "List function" feature which allows you to transform query results. This can be used to filter results...
Evaluating VB.NET to C# converters - Follow Up
A year ago, I evaluated 4 tools for converting VB.NET code to C# ( see blog post ). At that time, I decided on "Instant...
Why I am moving to CouchDB
Starting today, I will be using CouchDB as my primary database server for new projects and will gradually be moving...
Evaluating VB.NET to C# converters
Update Jan 11th 2025: see follow up post I am converting several projects from VB.NET to C#. In preparation for this, I...
Revisiting site search + SQLite as a search engine
Back in 2017, I researched adding search functionality to our websites ( blog post ) and ended up going with Zoom Search...
My thoughts on Mithril.js
Mitril.js is a client-side JavaScript framework (similar to React, Vue, Svelte, etc.) My current go-to client-side...
Tasty Vanilla JS - 4 tips
[ Definitions: "Vanilla JS" = plain old JavaScript with no framework, and no build tools etc., "Big-framework-X" = React,...