Are you still building desktop first?
Are you still building desktop first?
You can control individual services using `docker compose`.
Do you need to rebuild a service? Restart? See logs? 🙇♂️
No need to do it for all. Add the relevant service name to the command and that's it!
Compose will only interact with that service.
You can control individual services using `docker compose`.
Do you need to rebuild a service? Restart? See logs? 🙇♂️
No need to do it for all. Add the relevant service name to the command and that's it!
Compose will only interact with that service.
This is especially useful for testing webhooks during development.
Cloudflare Quick Tunnels can give one for free.
You can even automate it in your Node server with a few lines of magic ✨
This is especially useful for testing webhooks during development.
Cloudflare Quick Tunnels can give one for free.
You can even automate it in your Node server with a few lines of magic ✨
Let me save you some headache.
You can open localhost to public internet using Cloudflare, for free ✅
Test webhooks, share a public link to friends, and test your web app on your phone.
All with two commands.
Let me save you some headache.
You can open localhost to public internet using Cloudflare, for free ✅
Test webhooks, share a public link to friends, and test your web app on your phone.
All with two commands.
Instead, use Traefik 🚦
It can route requests to your apps without any config files. Everything is automagic. Even TLS setup.
Attach some labels to your apps and that's it. It will pick up dynamically, without a restart.
Instead, use Traefik 🚦
It can route requests to your apps without any config files. Everything is automagic. Even TLS setup.
Attach some labels to your apps and that's it. It will pick up dynamically, without a restart.
Instead, use Amazon Q Developer, for free ✅
It can do code completions, refactors, security audits, and chat with project wide context.
Use it for free by creating an AWS Builder ID and installing the VS Code extension.
Instead, use Amazon Q Developer, for free ✅
It can do code completions, refactors, security audits, and chat with project wide context.
Use it for free by creating an AWS Builder ID and installing the VS Code extension.
You can run your own container registry with 5 lines of code. All you need is a VPS with Docker installed.
Here is a simplified example for local development 👇
You can run your own container registry with 5 lines of code. All you need is a VPS with Docker installed.
Here is a simplified example for local development 👇