William Javier Acelas Granadoscontourkde.hashnode.dev·Jul 29, 2024Must-Have Tools and Services for Developers Using DevContainers in VS CodeThe Development Container Specification (DevContainers) is a fantastic tool that makes development easier by adding common settings, tools, and configurations to existing formats. This spec aims to offer a simple, single-container option for coding e...Discussvscode extensions
anjanj.hashnode.dev·Jul 16, 2024Set Up of a Django Project with PostgreSQL, Celery, Valkey, and RabbitMQ Using VSCode Dev Containers and Docker ComposeWhy Use VSCode Dev Containers? Consider the time wasted installing and maintaining virtual environments or system dependencies across different setups. VSCode Dev Containers eliminate this hassle by containerizing everything. You'll have a clean mach...Discuss·93 readsdevcontainer
Baivab Mukhopadhyaydevopswithbaivab.hashnode.dev·Jul 9, 2024From Setup to Success: How DevPod Transformed Our Hackathon ProjectParticipating in Hack4Bengal 3.0 was an incredible experience, made even more seamless by using DevPod, a powerful open-source development tool. Launched in May,2023 and already amassing over 8.4k stars on GitHub, DevPod stands out for its cost effic...Discuss·2 likes·94 readsdevpod
Navneet KarnaniforMandrakeTech Blogblog.mandraketech.in·Jun 14, 2024VSCode DevContainer setup for C/C++ programmersThis article delves into getting a VS Code DevContainer Development environment based setup for early C/C++ programmer. The environment runs on Debian, and hence is a good place to start for all School / College students too. As part of my investigat...Discuss·38 readsVSCode DevContainers for various LanguagesC++
Eduardo Basíliobasiliocode.hashnode.dev·Apr 25, 2024My vscode dev container customizationThis is my vscode devcontainer customization in file .devcontainer/devcontainer.json "customizations": { "vscode": { "settings": { "terminal.integrated.profiles.linux": { "zsh": { ...Discussvscode
Prasit (O) Sutthikamolsakulprasitstk.hashnode.dev·Mar 16, 2024Streamline Terraform-AWS Development with Dev Containers in GitHub CodespacesIn my previous post, I explained how to set up your Codespace for Terraform on AWS manually. If you're planning to work with multiple repositories using the same setup, you can use "Dev containers". "Dev containers" (Development containers) are Docke...Discuss·54 readsTerraform
Amadeusz Annissimoannissimo.com·Nov 22, 2023How to push to remote Git repo from VS Code Docker devcontainer on Windows with WSL2I've been recently experimenting with migrating my local Laragon dev environment to Docker with Laravel Sail. One of the problems I ran into, was pushing to my remote repo via SSH. I like to make a push directly from VS Code by selecting "push" optio...Discuss·292 readsDocker
Michael Lohrblog.lohr.dev·Nov 15, 2023Reverse engineering Microsoft's dev container CLIDev containers allow you to open up projects and have them running in a fully pre-configured environment with one click! ... is how I introduced the concept of dev containers in my last article. I also mentioned that I have been working on a small u...Discuss·933 readsvscode
Michael Lohrblog.lohr.dev·Oct 30, 2023Dev Containers: Open, Develop, Repeat...Dev containers allow you to open up projects and have them running in a fully pre-configured environment with one click! It is especially useful if you want to keep your system clean of different SDKs with different (conflicting) Versions (looking at...Discuss·382 readsvscode
Davide Bersanidavidebersani.hashnode.dev·Oct 9, 2023The power of Dev ContainersIn this article, we're going to explore the power of Dev Containers, what they are and how they can be used. What Dev Containers are? During my work days, I often read about dev containers, but I never used them. So, I started studying and experiment...DiscussDeveloper