Backing up API data to GitHub with Flat-Data
For the last 10 years or so I have used Trello as my preferred service to keep track of my reading. I wrote a blog post »
For the last 10 years or so I have used Trello as my preferred service to keep track of my reading. I wrote a blog post »
This is a cross-post of my contribution to this year's advent calendar we do over at Bekk. Hope you like it! Introduction Setting up reliable environments »
Continuing the containerization Last year I wrote about how to set up a local reverse proxy with nginx and mkcert via Docker-Compose. Being able to spin »
For the second year in a row, my current employer Bekk has set out on a ambitious December journey: Bekk Christmas, 264 tech articles in 24 »
Good practices from the Twelve-Factor app When developing modern web application or services, the Twelve-factor app taught us that our services is completely self-contained and does »
If you host some simple hobby services with plain old Docker, chances are high that you have been thinking about how to automate the deployment process. »
Intro Github Actions is a welcomed edition to the (still) growing world of CI/CD tools. Since Actions is Github's own tool, it integrates more closely »
Intro Micro-mobility has gotten a lot of hype over the last couple of years. In many cities all over the world rentable city bikes, cargo bikes »
Enter Coverlet The one thing I missed when moving away from full-framework and Visual Studio to VSCode and dotnet core, was simple code coverage. Given the »
Markdown is great. It's easy and flexible, and provides a good markup language even non-technical people can understand and enjoy. But, that flexibility and customizability can »