Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
This is a (work-in-progress) series of articles on the Nix ecosystem. Some things planned for the...
Let's get started with Nix! This article guides you into setting up the Nix package manager, along...
In this article, we shall cover declarative development shells with Nix flakes! If you're new to Nix,...
A predictable, stable environment (in terms of your operating system, system libraries, build tools,...
Why I Wrote This Article As a developer, I've often found the lack of beginner-friendly...
It might be overwhelming to dive into the Nix world, but this little glossary should help refine your...
Hello Dev.to community! At LETSQL, we're passionate about delivering the best tools for data...
Some time ago I wrote a short article on nix first steps...
Today, I upgraded my NixOS system to the latest version, v25.05. It went smoothly. I just want to...
Python development setup with Nix
I've recently started exploring the Nix ecosystem (I got hooked by Vimjoyer's videos) and decided to...
Let's cross-post this blog post to Dev.to using its API. Getting Started We will use the...
When I setup my most recent primary development machine I chose NixOS. I figured, why not. If it...
I bumped into an annoying issue today while upgrading my Python dependencies in a codebase. And I...
The future of software is Nix and we at Determinate Systems want to have a role in building that...
I have mentioned a few times in my posts that Haskell is my go-to language. This is true even for...
After a few years of floating from one hack to another, this is my practical guide to setting up a...
Using Nix to manage project dependencies and development environments is a great way to keep your...
GitHub CLI (gh) is one of my favourite tools. In addition to its built-in commands, it allows you to...
In my blog post yesterday, I mentioned fzf. Its simplicity and power make it a good tool for many...
Welcome to my optimized Laravel development setup featuring Nvim with LazyVim integration. This...
NixOS is a purely declarative distro, where everything is configured in a configuration file located...
Candidly, I'm very surprised it seems like no one has written this article yet, but I looked and it...
Nix is now central to how I structure my workstation setups and manage development and production...
I often find myself conditionally adding values into a list or map when writing configurations and...
I recently had the pleasure of sitting down with Justin Cormack, CTO of Docker, and Ron Efrani, CEO...
So, you've come across deep search tools and are wondering if you can build your own. Well, you...
The persistent challenge of ensuring software behaves consistently across different machines – from a...
How to turn NEOVIM into an IDE-like code editor in NIXOS? ...