From 2f328cc9506d3de4ceab9c6a5a9375d09a0f3006 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 15 Jul 2021 22:25:53 +0200 Subject: [PATCH] Copy Nix to Programming productivity section --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 4740c1e..daf7bed 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1691,6 +1691,7 @@ See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](../README. * [Devhints](https://devhints.io/) - Rico's cheatsheets | TL;DR for developer documentation * [Semver check](https://jubianchi.github.io/semver-check/#/) - More and more projects try to follow Semantic Versioning to reduce package versioning nightmare and every dependency manager implements its own semantic versioner. Composer and NPM for example don't handle version constraints the same way. It's hard sometimes to be sure how some library version will behave against some constraint. This tiny webapp checks if a given version satisfies another given constraint. * [CodeElf](https://unbug.github.io/codelf) - Search over Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project, GitLab to find real-world usage variable names | A search tool helps dev to solve the naming things problem. **Source code** : [unbug/codelf](https://github.com/unbug/codelf) +* [Mattia Gheda](https://ghedam.at/15490/so-tell-me-about-nix) - (2020) So, tell me about Nix ## Programmer humor * [CommitStrip](http://www.commitstrip.com/en) - daily life of developers