51 Tools to Make You a Better Fullstack Developer
3 min
Jonas ScholzDiscover 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 min
Jonas ScholzCursor 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 min
Jonas ScholzLearn 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.
How to Dockerize a Bun App
3 min
Jonas ScholzLearn how to dockerize your Bun application with a minimal Dockerfile and make it production-ready with optimizations like multi-stage builds and smart caching strategies. Reduce your image size by 35% and speed up your builds!
How to fix Docker "no space left on device"
3 min
Jonas Scholz#TutorialLearn how to fix the Docker 'no space left on device' error with step-by-step solutions. Discover how to clean up Docker images, containers, and volumes, manage the Docker root directory, and check host system storage to resolve storage issues in your Docker environment.
How to get the full id of a Docker container
2 min
Jonas Scholz#TutorialLearn how to retrieve the complete container ID in Docker using simple command-line instructions. This step-by-step guide covers various methods to get the full Docker container ID for both running and stopped containers, perfect for system administrators and developers working with Docker containers.
How to install Portainer on Ubuntu
4 min
Jonas Scholz#TutorialLearn how to install and set up Portainer on Ubuntu with this step-by-step guide. From creating Docker volumes to accessing the web interface, discover everything you need to get this powerful container management tool up and running on your system.
How to restart Portainer
3 min
Jonas Scholz#TutorialLearn how to quickly restart Portainer in Ubuntu using simple Docker commands. Fix timeout issues and get your container management system back online with step-by-step instructions for both restart and manual stop/start methods.
Install Redis on MacOS
2 min
Jonas Scholz#TutorialLearn how to install and set up Redis on your Mac using Homebrew in this step-by-step guide. Includes commands for installation, starting Redis in foreground and background modes, and verifying your setup works correctly.
Say Goodbye to Docker Volumes
6 min
Jonas ScholzDocker Compose Watch is the game-changer for Docker development workflows. Learn how to use sync, rebuild, and sync+restart actions to create a seamless hot-reloading experience without the pain of traditional Docker volumes.