How to containerize a SvelteKit application
This article guides you through the steps required to containerize your SvelteKit application
This article guides you through the steps required to containerize your SvelteKit application
Introduction I found it annoying, that over time, my macOS collected more and more stale entries within the list of
A short write up of what I consider good practices when using FluentResult with ASP.NET Core... to be continued
This is going to be a short post, demonstrating how you can remove public exposure from your Dokploy management interface
This article takes a look at how a radius-based proximity search can be implemented with Postgres & PostGIS
Introduction When building RESTful APIs with ASP.NET Core, you'll sooner or later find yourself in the place
This article compares CapRover, Coolify, and Dokploy as self-hosted PaaS options. Through hands-on testing, it highlights strengths, weaknesses, and trade-offs to help teams choose the right platform for deploying and managing applications efficiently.
This article demonstrates how your Ghost SQLite DB can be migrated to MySQL 8
This article explains how a basic setup can be reached to get started with Auth0 and Blazer Server based on ASP.NET Core 9.
Switched to macOS and missing SSMS? Here’s how I export an Azure SQL database, run SQL Server in Docker, and restore it using Azure Data Studio or sqlpackage.
Consider the following, not so exciting, git workflow, common in trunk-based development, where branches should be short-lived. You start by
Feature toggles in Terraform allow resources to be created or skipped dynamically using count or for_each. They make updates safer, enable selective changes, and ensure backward compatibility, helping manage infrastructure efficiently without disrupting existing setups.