Recent Posts
Downloading Sharepoint documents from .NET with PnP.Core, without Windows
By Martijn Storck
read moreTesting list contents with xUnit and Assert.Collection
Assert.Collection
.
By Martijn Storck
read moreWriting and testing Azure Functions with TypeScript
By Martijn Storck
read moreSerializing .NET 6s new DateOnly to JSON
By Martijn Storck
read moreValidating HTTP(S) URLs in Ruby on Rails
By Martijn Storck
read moreAdding a .NET 6 minimal Web API to a Blazor Server project
By Martijn Storck
read moreDraw a line chart with Blazor and SVG
By Martijn Storck
read moreThe broken windows of software
By Martijn Storck
read moreTrix editor as a Blazor Component
By Martijn Storck
read moreDeploying AWS CloudFormation templates from CircleCI
By Martijn Storck
read moreAnnouncing Xsv 1.0.0
By Martijn Storck
read moreForcing C# indentation in Visual Studio Code using Omnisharp
By Martijn Storck
read morePair a TRÅDFRI remote to deCONZ - the hard way
Years ago I replaced my IKEA TRÅDFRI gateway with a Rasbperry Pi with a Raspbee, running deCONZ. It allowed me to mix and match ZigBee devices from various brands and make flexible configurations. Plus the integration with Home Assistant is superb.
However, one thing I lost is the ability for the IKEA remote to control my lights directly when the deCONZ gateway is down, which was possible back when I used the IKEA gateway. Depending on who you ask, this is either not possible at all or should be taken care of automatically be deCONZ when you set up the remote. The latter didn’t work for me and it took me quite a few attempts to figure out how to set up the pairing manually.
By Martijn Storck
read moreIt's time to consider C# and .NET 5
By Martijn Storck
read moreThe case for proportional programming fonts
By Martijn Storck
read moreAdding TypeScript to your Svelte components in Rails 6
By Martijn Storck
read moreMoving from Capybara to Cypress
By Martijn Storck
read moreBuilding a small Docker image to deploy your Go application
By Martijn Storck
read moreDeploying Ruby on Rails apps to Kubernetes from Gitlab CI
By Martijn Storck
read moreFull resolution Jump Desktop on iPad Pro 11" using SwitchResX
By Martijn Storck
read moreAdding external hosts to a Prometheus Operator helm release
Prometheus Operator is the perfect cloud-native monitoring solution for Kubernetes. By deploying the Helm chart you get a preconfigured Prometheus and Grafana setup plus an array of CRDs to add monitoring your own services.
Not everything necessarily lives in a Kubernetes cluster, though. So how would you add external targets to a Prometheus Operator setup? One could define an Endpoint, Service and ServiceMonitor for the external resource to have it picked up by Prometheus’ Kubernetes service discovery, which works, but there is a better solution that is more in line with how Prometheus is used outside of the Operator deployment.
By Martijn Storck
read moreEfficient XML parsing in Ruby
TL;DR I wrote a super fast Excel file reader called Xsv, check it out! It’s fast and low on memory because it uses a SAX-based XML parser instead of a DOM-based one. Here’s some benchmarks to prove it.
Simple API for XML, or SAX for short is an event-based API, of which development started in December 1997 1. It is an alternative to the well-known Document Object Model, which was developed around the same time 2.
By Martijn Storck
read moreAdd jemalloc to your Ruby Docker images, now!
The topic of this post is neither new nor original, so I’m going to keep things short. People have been using jemalloc with MRI Ruby for years and praising it’s benefits all the while. The TL;DR here is: for Rails apps, using jemalloc will reduce memory consumption and might increase performance a little.
Why?
To illustrate my own experience, here’s a Grafana graph showing the effect of switching to jemalloc on a production server running a few instances of a Rails application:
By Martijn Storck
read moreDisable JavaScript source maps in production Rails applications
Ruby on Rails 6 allows us to leverage the excellent Webpack bundler to manage JavaScript and CSS components in a way that’s more native to those technologies than the old asset pipeline: no more gems to wrap JavaScript libraries and no more libv8 gem issues.
Another advantage Webpack brings is the excellent source maps. I was surprised to see the source code of my Svelte components, complete with comments available from the Firefox development tools:
By Martijn Storck
read morePICO-8 is the coolest thing I've seen all year
For a long time I’ve been thinking about getting out of my comfort zone and try to develop a game for something like the Sega Mega Drive or maybe the Atari 2600. But for a spoiled high-level developer like me that would be quite a daunting task so I’ve postponed indefinitely.
Then last week, in the midst of the COVID-19 crisis, I stumbeld upon this awesome project called PICO-8. To quote the official website:
By Martijn Storck
read moreRaspberry Pi Can't Find My Wifi
By Martijn Storck
read more