zilton7

zilton7

Why I Stopped Using Docker in Development

Discussing the decision to move away from using Docker for local development due to performance overhead and increased complexity. Highlighting issues like slow file system syncing on non-Linux systems and the friction Docker adds to daily debugging workflows.

Most Liked

mortz

mortz

I primarily develop applications in python and the language ecosystem offers some tools to manage different versions of the language and different versions of the libraries etc. Why is using something like nix or flox better? Is it fair to say that the advantage of using nix/flox are much more for developers using multiple languages?

gfqdjb

gfqdjb

I wouldn’t say dev containers, Devbox, or similar tools are strictly “better”. It really depends on your needs. That said, here are a few reasons people might choose them over language specific tools:

  • System-level dependencies: you can manage compilers, libraries, shells, databases, CLI tools, etc., all in one place alongside your language tooling (like you mentioned).

  • Easier onboarding: language-specific tools usually don’t handle system-level requirements, so it’s pretty common to run into issues when setting up a dev environment for a new project.

  • Developer experience: sometimes it just comes down to preferring the workflow these tools offer.

Personally, I like the idea of frictionless, reproducible environments and using the same tools everywhere, no matter what language a project is built in.

Where Next?

Popular Backend topics Top

New
New
First poster: AstonJ
Ten years without Elixir. I never got into Elixir, largely because it looked like Ruby. I was a Rubyist for a good while, spent time and...
New
AstonJ
Not had time to read it yet but this looks like a good interview… Our friend Yukihiro Matsumoto, creator of the Ruby programming langua...
New
First poster: bot
I discovered Elixir and Go at about the same time (2019). I had pivoted almost eight years of working as a Java developer, and part of me...
New
First poster: bot
At Grammarly, the foundation of our business, our core grammar engine, is written in Common Lisp. It currently processes more than a thou...
New
New
elbrujohalcon
Erlang is famous for its introspecting powers. You can get a lot of information about the processes running in your nodes without any ext...
New
brainlid
In episode 78 of Thinking Elixir, we talk with Chase Granberry about Logflare. We learn why Chase started the company, what Logflare does...
New
First poster: AstonJ
Ruby’s Struct is one of several powerful core classes which is often overlooked and under utilized compared to the more popular Hash clas...
New

Other popular topics Top

PragmaticBookshelf
Stop developing web apps with yesterday’s tools. Today, developers are increasingly adopting Clojure as a web-development platform. See f...
New
PragmaticBookshelf
Andy and Dave wrote this influential, classic book to help their clients create better software and rediscover the joy of coding. Almost ...
New
Rainer
My first contact with Erlang was about 2 years ago when I used RabbitMQ, which is written in Erlang, for my job. This made me curious and...
New
Exadra37
I am asking for any distro that only has the bare-bones to be able to get a shell in the server and then just install the packages as we ...
New
DevotionGeo
The V Programming Language Simple language for building maintainable programs V is already mentioned couple of times in the forum, but I...
New
New
AstonJ
Was just curious to see if any were around, found this one: I got 51/100: Not sure if it was meant to buy I am sure at times the b...
New
PragmaticBookshelf
Author Spotlight Rebecca Skinner @RebeccaSkinner Welcome to our latest author spotlight, where we sit down with Rebecca Skinner, auth...
New
First poster: bot
zig/http.zig at 7cf2cbb33ef34c1d211135f56d30fe23b6cacd42 · ziglang/zig. General-purpose programming language and toolchain for maintaini...
New
New