KDevelop runtimes: Docker and Flatpak integration in your IDE

On my last blog post I discussed about how some assumptions such as the platform developed on can affect our development. We need to minimize it by empowering the developers with good tools so that they can develop properly. To that end, I introduced runt… Read more

Similar

SQL Server in a Fedora Docker Container

You might have seen the Magazine’s previous article on running SQL Server v.Next on Fedora.  That post talks about how to install it directly in to your Fedora installation. However, containers are an incredibly popular way to deploy apps especially ...

Read more »

Docker vs. Docker-Compose

After clarifying why [I use Docker for every project I set up](/tidbits/2021/01/why-i-use-docker-for-every-project/) let me try to clarify also: **Why would I use a docker-compose setup over a single Dockerfile setup?** I had been doing the single Dockerf... (more…)

Read more »