this post was submitted on 06 Mar 2024
3 points (100.0% liked)
Talks
79 readers
2 users here now
A community to share and discuss good (conference) talks in/about software industry.
Please try to listen to a significant chunk of the talks before engaging in discussion and try to avoid responding just to the title of the talk.
Rules
- Follow programming.dev rules
- Be excellent to each other, no hostility towards other users for any reason
- No spam of tools/companies/advertisements.
Credits
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Dev containers are amazing, even just for solo projects. They make maintenance a breeze, and don't pollute your coding rig with unneeded packages, or venv created by package managers.
EDIT: Here's a very simple VSCode dev container that I've spun up for a python project, if anyone wants another example of what they can look like:
https://github.com/wesker-albert/cibo/tree/master/.devcontainer