Ask HN: How can I make local dev with containers hurt less?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • devenv

    Fast, Declarative, Reproducible, and Composable Developer Environments

  • It would be a smoother transition for most I imagine to use nix via https://devenv.sh/ even if only for it's excellent documentation.

  • engmark

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • emergency-management-tools

    Source code to support emergency events

  • typescript-pgtyped-starter

    A standalone full-stack starter project with PgTyped-based query generation.

  • My ideal is a starter that offers a nice blend of microservices and configures them for me just enough to get them working in easy-to-manage and organized way. Most importantly, they are all optional and easily removable.

    I do this with npm scripts for "compose", "start", "stop", and "reset" for every service and tie it all together with dotenv for environment vars. Currently, I have dockerized Traefik (partially), Webpack (dev server only so far), Pocketbase, PostgreSQL, PostgREST, Swagger UI, PgTyped, and MongoDB under this and will soon also dockerize the Express-based RESTish API feature.

    https://github.com/dietrich-stein/typescript-pgtyped-starter

  • mise

    dev tools, env vars, task runner

  • Would recommend checking out mise. It's a newer clone of asdf. I switched due to bugs I was running into specifically with using asdf to manage versions of python.

    https://github.com/jdx/mise

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

  • Fast, Declarative, Reproduble and Composable Developer Environments Using Nix

    5 projects | news.ycombinator.com | 12 Apr 2024
  • Show HN: Lapdev, a new open-source remote dev environment management software

    7 projects | news.ycombinator.com | 23 Mar 2024
  • Show HN: Daytona – Open-Source Dev Env Manager from a 15-Year Journey

    5 projects | news.ycombinator.com | 6 Mar 2024
  • What's the Next Vagrant?

    1 project | news.ycombinator.com | 15 Jan 2024
  • Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way

    6 projects | news.ycombinator.com | 9 Jan 2024