Development Tools
Run your apps
Section titled “Run your apps”Run everything with Docker!
- Ensure your app runs the same on all machines.
- Clone your codebase anywhere and pick up your dev environment as you made it.
Debugging might be harder to configure as your local machine is isolated from the container, but it saves you a lot of time in the long run.
CLI tools
Section titled “CLI tools”I’ve made some CLI tools to speed up your workflow:
- DockerC: Wrapper for docker compose commands.
It makes it easier to run docker commands in the context of a project. It also provides shorthands to common commands.
I also use these tools:
- jq: Command-line JSON processor.
It is a must-have for any developer working with JSON data, Docker, Kubernetes, etc.
IDE tools
Section titled “IDE tools”I’ve made some CLI tools to speed up your workflow:
- Instant Commit (VS Code): Auto-generate messages based on changes for one-click commits.
It saves you time while keeping commits clean and consistent. It only describes changes made to the file tree, so it is suitable for commits in documentation, configuration, or anywhere where a detailed description is not necessary.
Devlopment tools
Section titled “Devlopment tools”I’ve made some development tools to help your development process:
- CORS Proxy: Simple CORS proxy server to bypass browser restrictions locally.
Online tools
Section titled “Online tools”I’ve made some online tools to help you in everyday dev tasks and speed up your workflow. Check them out!
- Env Converter: Convert your
.envfiles between different formats. - EML Reader: Read
.emlfiles without opening an email client.