Johannes Schüth · @jotschi
15 followers · 59 posts · Server fosstodon.org

The single tool which most improved my development speed was a simple clipboard manager. It is immensely helpful to stash away lines of code. Especially during a refactor. It also reduced the burden on my mental stack.

#DevTip #dev

Last updated 1 year ago

Ricardo N Feliciano · @FelicianoTech
187 followers · 243 posts · Server nanobyte.cafe

Homebrew core still doesn't have a v1.20.x release for Go and it frustrates me. Before adding Go to my own tap, I did some quick research and learned a neat trick.

You can install Go with Go and version specific commands. lakefs.io/blog/managing-multip

#DevTip #golang

Last updated 1 year ago

Preslav Rachev · @preslavrachev
504 followers · 441 posts · Server mastodon.social

Here is a dev tip. If you have to do anything with or around Kubernetes, k9s will make your life so much easier: k9scli.io/

k9s is an auxiliary UI around kubectl. You simply turn it on in a terminal and it will live there. k9s gives an immediate feedback around the status of pods and nodes, and saves you from typing 80% of the boilerplate-y kubectl commands.

---

#DevTip #kubernetes #k8s #kubectl #k9s

Last updated 1 year ago

Ricardo N Feliciano · @FelicianoTech
164 followers · 127 posts · Server nanobyte.cafe

You should really `git add` individual files BUT if you're going to be lazy, make sure to use `git add --all` instead of `git add .`.

The former uses git's smart while the latter relies on the shell.

#DevTip

Last updated 2 years ago

ArthurHoaro 🦁 · @ArthurHoaro
48 followers · 256 posts · Server framapiaf.org

Soft line wrapping in VSCode — Here is a quick trick to write Markdown or any text related format in VSCode comfortably and without messing with your file line endings links.hoa.ro/shaare/4167HA

#DevTip #vscode

Last updated 2 years ago

Ricardo N Feliciano · @FelicianoTech
147 followers · 71 posts · Server nanobyte.cafe

💡 Did you know? If you change your default branch on GitHub, CircleCI will pick up that change and update the default branch for the project the next time you push some code.

#CircleCI #CI #DevOps #DevTip

Last updated 4 years ago