Access authorization header in an RPGLE CGI program
Accessing the authorization header in an RPGLE CGI program can be tricky, but it is possible!
Accessing the authorization header in an RPGLE CGI program can be tricky, but it is possible!
A short snippet for retrieving the basename from a full stream file path
Having your website's dark/light mode flicker on each page load is not a nice user experience. A white flash when in dark mode is particularly disturbing.
My approach to modeling a SAAS subscription business using Postgres
Example of how to implement a client side pagination component using the composition api
How to add a constraint that prevents time intervals from overlapping; e.g, prevents a room from being booked twice for the night
In this post I share how to build Docker images with Github Actions and push them to a private Docker registry
This error can show up for multiple reasons. In this post I explain why I got it in my setup with Vue and Vite, and how I solved it.