Explore >> Select a destination


You are here

ldez.github.io
| | www.silvestar.codes
14.7 parsecs away

Travel
| | Lint, linter, linting? What is it and why you should use it? I'll try to show you how Atom linter packages could save you a lot of development time.
| | jahir.dev
13.7 parsecs away

Travel
| | Learn how to get linting and formatting tools to be pals in one easy step!
| | www.zagaja.com
12.4 parsecs away

Travel
| |
| | vxlabs.com
75.8 parsecs away

Travel
| In this post I show how you can setup a Kubernetes pod for reproducible development purposes on a single-node Kubernetes cluster using Rancher Desktop on Linux or Docker Desktop for Windows. What are devcontainers? At my quasi-hypothetical workplace, we are fans of Visual Studio Code's development containers idea, or devcontainers for short. In short, you add a specially crafted devcontainer.json file (and some docker yamls) to your repo, and the next time a new dev opens the project, they will be prompt...