Where Are Docker Volumes Stored?
2 minJonas Scholz
Docker volumes provide persistent storage for containers, but their location varies by operating system. This guide explains where Docker volumes are stored on Linux systems (typically /var/lib/docker/volumes), the differences on Windows and macOS (inside Linux VMs), and best practices for managing these storage locations without breaking your Docker setup. Perfect for developers troubleshooting storage issues or managing Docker deployments.
AWS ECS vs Sliplane - Comparison of two container hosting services
7 minLukas Mauser
#ComparisonDiscover the key differences between AWS ECS and Sliplane for container hosting. Compare pricing, scalability, reliability, and ease of use to find the best fit for your containerized applications. Learn which platform serves enterprise needs versus startup requirements in this detailed comparison.
CapRover: A Self-Hosted Heroku Alternative
4 minJonas Scholz
Discover CapRover, an open-source alternative to Heroku that lets you deploy and manage applications on your own servers. Learn about its features, advantages, security considerations, and how it compares to other PaaS solutions for cost-effective, self-hosted application deployment.
Dokku: The Self-Hosted Heroku Alternative
5 minJonas Scholz
A comprehensive guide to Dokku, the open-source alternative to Heroku that lets you host web applications on your own server. Learn about its features, advantages, security considerations, and whether self-hosted PaaS is right for your needs compared to managed alternatives.
How to use Redis with Docker
4 minJonas Scholz
#TutorialLearn how to set up and run Redis using Docker containers, including steps for persistence, custom configurations, networking, and using the Redis CLI. Perfect for developers looking to quickly deploy Redis for their applications.
5 Awesome Redis Alternatives you need to know in 2025
2 minJonas Scholz
Explore 5 compelling Redis alternatives for 2025, from KeyDB's multi-threaded performance to Valkey's enhanced I/O capabilities. Whether you need a simple cache with Memcached or high-performance in-memory storage with Dragonfly, this guide covers the best options for your key-value database needs.
5 Cheap Ways to Deploy Docker Containers
3 minJonas Scholz
Explore the cheapest options for deploying Docker containers in 2025. From Hetzner's raw compute power to Sliplane's PaaS convenience, discover the best hosting solution for your side projects and production apps.
51 Tools to Make You a Better Fullstack Developer
3 minJonas Scholz
Discover essential tools that will boost your productivity as a fullstack developer. From container hosting with Sliplane to AI-powered coding with Cursor and DeepSeek, plus database management and code search tips. No tool will make you a better developer, but these will make you more productive!
Cursor is now free for students
1 minJonas Scholz
Cursor AI coding editor is now completely free for students. Learn why tools like Cursor are multipliers of your skills, not shortcuts, and how to use them effectively to become a better developer.
Don't Build Docker Apps Without This Flag
1 minJonas Scholz
Learn how to prevent Docker builds from hogging all your CPU and slowing down other apps on your server. The --cpu-quota flag is a game-changer for managing resource allocation during Docker builds.