Docker attach to running container
Interactively attach to running Docker container using FZF
Development tips and snippets that i share on my Twitter account
Interactively attach to running Docker container using FZF
Delete all your node_modules, venv and vendor folders periodically Here are small bash scripts that delete all dependencies folders recursively older than 90 days inside the /dev folder Add this function to your .zshrc or .bashrc file
Auto reload Celery on any code changes In the recent Celery versions --autoreload command was deprecated, to achieve the same result we can use watchdog and watchmedo which monitors file system events when files are changed, updated, or deleted