Is it ok not to be able to run application locally?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. telepresence

    Local development against a remote Kubernetes or OpenShift cluster

    If they're web services you work on, you might try https://www.telepresence.io/ (Requires something to be installed in the cluster though, easily done).

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. distroless

    🥑 Language focused docker images, minus the operating system.

    One of the things we did that helped was to use Go for fast builds, and then we build our binary into Google’s distroless base container image. This makes really tiny images (like 20-30MB images) so uploading the container images to our container repository and deploying to our dev K8S cluster is super fast! This helps make deploys fast.

  4. tilt

    Define your dev environment as code. For microservice apps on Kubernetes.

    At my current company, we are investing in tooling that is aiming to provide a simple local dev experience for faster iteration times, but also allow that tooling to scale to our CI/CD processes. One thing we've looked at internally is https://tilt.dev/ which works well in a containerized environment. I'd recommend making incremental steps to make the local dev process as simple as possible: whether that means making heavier use of IaC tools to get sandboxed infrastructure repeatably brought up or down, or containerization tools.

  5. okteto

    Develop your applications directly in your Kubernetes Cluster

    You can consider using okteto for development environments, it lets you deploy your local code directly to k8s replacing the existing pods, our team uses it and it works pretty well with Golang.

  6. pycon2023

    notes from talks from PyCon 2023

    If you want to see my conf notes, you can go to: https://github.com/djotaku/pycon2023

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit 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

  • Show HN: Kloudlite – Open-Source Dev Environments That Just Works

    2 projects | news.ycombinator.com | 16 Oct 2024
  • 12 Factor: 13 years later

    3 projects | dev.to | 26 Apr 2024
  • New job has no way of coding locally?

    1 project | news.ycombinator.com | 7 Nov 2023
  • Introducing a tool for running diagnostic and administrative tools locally on your machine, but with outgoing network connectivity as if they're running in your k8s cluster.

    1 project | /r/sre | 5 Jun 2023
  • Local development set up for microservices with Kubernetes - Skaffold

    3 projects | /r/kubernetes | 31 May 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?