The easiest way to export the chrome reading list is to use takeout.google.com and to export the...
In this blog post, we'll discuss a benchmarking process I used while refactoring the software for a...
Using this docker compose yaml: version: '3.9' services: log-generator-syslog: image:...
Turns out that ChatGPT can draw system architecture diagrams for it's suggestions using mermaid.js I...
I had trouble figuring out keyboard events in Vue, so I'm writing this for future reference Edit in...
Recently, I was confronted with a 700mb json file which I needed to manipulate and explore in order...
I was trying to find a way to append a file into a zip file in python, but I could not find an easy...
To celebrate Hanukkah (חנוכה), I made a WebXR scene where the user can pan, walk around (WASD),...
Ever had to monitor a long running process on a webpage like Jenkins? Constantly switching tabs to...
I want to showdev how I built a serverless IoT (internet-of-things) dashboard for a Tasmota / BME680...
Splunk is a tool for querying and summarizing unstructured or structured text. You can use Splunk to...
What are Custom [HTML] Elements? Custom Elements are reusable html elements which can...
I setup a home weather station using Tasmota on an ESP8266 with a BME680 sensor. To record the data,...
basic introduction to concurrency in Go for beginners.
Overview of the software architecture for scraping facebook groups for apartment rental posts. Includes design decisions and tradeoff analysis.
Why TDD leads to a more enjoyable developer experience
Rename tabs without an extension using document.title in the Javascript console
The Javascript console is a powerful tool for rapid debugging and data manipulation. By taking...