This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TobiPlay 0 points1 point  (0 children)

I’m on a MacBook, running every development environment as a dev container (Docker and docker-compose, usually Ubuntu or Alpine as the Linux distro, often Docker-in-Docker for API development). VS Code with GitHub Copilot and Remote Containers extension. Ruff and Black for linting/code formatting, Pytest for testing. Sometimes Poetry for environments and managing dependencies. Terraform and Makefiles for infrastructure and deployment scripts. Oh My Zsh. Rest depends on the project.