Max Wagnerwagner-dev.com·Aug 7, 2024Upgrade your development workflow: Use DevSpace instead of DockerIn the fast-paced world of software development, keeping an efficient workflow is crucial. Local Docker setups often face challenges like high resource use, complex configurations, and differences between development and production environments. Thes...Discuss·165 readsDocker
Fireworkkksunnysun119.hashnode.dev·Mar 16, 2024PHP: A Powerful Option for Web Development ProjectsSome say: PHP is heading towards its end, accelerating its demise. Others say: the new generation of programmers won't choose to learn the PHP language but will opt for node.js. However, an undeniable fact is: The Internet still heavily relies on PHP...Discuss·2 likesPHP
Girish Vgirishv.hashnode.dev·Dec 31, 2023DevContainers: Streamlining Your Development EnvironmentIn the ever-evolving landscape of software development, maintaining a consistent and reproducible development environment is crucial. DevContainers offers a solution by containerizing your development environment, providing a standardized setup for y...Discuss·76 readsdevcontainers
Arpit Bhardwajproffapt.hashnode.dev·Nov 10, 2022Guide To Set Up C/C++ Dev EnvironmentHow To Read This Guide This guide is meant for beginners as well as readers with basic knowledge. Most of the technical terms have been explained or have been linked to a webpage with more information. If you still don't understand a term, just Googl...Discuss·10 likes·668 readsTechnical GuidesC
Vincenzo Ciacciovikkio.hashnode.dev·Sep 4, 2022Personal TODO list on how I set up my dev machineI am a Linux fanboy, I have been using Linux (and especially Debian-based distros) since 2007 more or less. In 2007, I started using Ubuntu Gutsy Gibbon and when I wanted to upgrade to Ubuntu Intrepid Ibex I did it from the package manager, and disa...Discuss·1 like·99 readsDeveloper
Hardy Pottingerhardyoyo.hashnode.dev·Jul 13, 2020Part 3: Learning as I go: building a Django workspace with LandoHere’s a workspace I put together recently to help me learn Django: lando-seed-Django When you first crank it up, it probably won’t do much of anything. You’ll need to follow along with the Django Tutorial to get your feet wet. Here’s what you get ...Discussdev environment
Hardy Pottingerhardyoyo.hashnode.dev·Jul 1, 2020Part 2: Learning as I go: building an Omeka-S workspace with LandoHere’s a quick thing I did for a couple of my colleagues, to demo writing a Lando environment from scratch. I grabbed the latest copy of Omeka-S and unzipped the file, then wrote the following .lando.yml file name: omeka-s recipe: lamp config: php: ...Discussdev environment
Hardy Pottingerhardyoyo.hashnode.dev·Jun 19, 2020Learning as I go (building dev workspaces with Lando)I’ve been trying to ramp up quickly on a number of projects, which all use similar yet different stacks. Some of them have documented/established practices for setting up a dev workspace, but, I’ve always wanted to try using Lando to set up a dev env...Discussdev environment