How to set up ad hoc (developer) environments

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nixpkgs

    Nix Packages collection & NixOS

  • let nixpkgs = (fetchGit { name = "nixos-release-21.11"; url = "https://github.com/nixos/nixpkgs/"; ref = "refs/tags/21.11"; rev = "506445d88e183bce80e47fc612c710eb592045ed"; }); getpkgs = import nixpkgs; pkgs = getpkgs {}; in pkgs.mkShell { buildInputs = [ pkgs.git pkgs.nodejs-14_x pkgs.yarn pkgs.ripgrep pkgs.cowsay ]; shellHook = '' cowsay "here is your shell environment" ''; }

  • nix

    Nix, the purely functional package manager

  • A good starting point is the NixOS website. The site covers Nix and a tool and you do not need to set up NixOS to get started with it. It outlines some of the use cases for Nix, of which ad hoc environments are just one of them.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts