Happy Friday!
We're getting new laptops at work, which means I have a good opportunity to re-evaluate my development setup. What lesser-known tools should I check out?
Happy Friday!
We're getting new laptops at work, which means I have a good opportunity to re-evaluate my development setup. What lesser-known tools should I check out?
For further actions, you may consider blocking this person and/or reporting abuse
Arseni Kavalchuk -
Dessad -
Sandheep Kumar Patro -
Ben Halpern -
Top comments (32)
Some of my must-have tools are the followings. With no specific order.
Gitkraken is better alternative to github desktop offering vast variety of features. Its free too.
When i opened GitKraken for myself, I was surprised that the VCS can be simple & clear.
I will check it, thanks for the suggestion 😇
Here's a few of mine:
Clip-Path Generator: bennettfeely.com/clippy/
Box-Shadow Generator: cssmatic.com/box-shadow
Palette Generator/Gradient Gnerator: mycolor.space/
RegEx Playground: regex101.com
Babel Playground: babeljs.io
DevDocs(works offline): devdocs.io
Cubiz-Bezier Generator for Animations: cubic-bezier.com/
Animations: animista.net/
Cross-Browser Generator: css3please.com/
Dev Hints/Tips: devhints.io
CommandLine One LIners: commandlinefu.com/
VMware ESXi VM Commands Cheatsheet: code.vmware.com/docs/4164/vsphere-...
JSON Editor and Formatter: jsoneditoronline.org/
TLDR For CommandLine: github.com/tldr-pages/tldr
I've got more somewhere but can't remember where they've gone to. devdocs and devhints and regex101 and babel playground are my jams. Use them a lot
It's certainly not lesser-known, but Visual Studio Code really can't be beat for any platform at this point. What may be lesser known (?) is that its remote tools (they really are just "wrappers" for well-known services like SSH, but they finally got integrated) are very evolved now and work very well on nearly any platform, and are "better" in many cases than third-party plugins (they put your workspaces and many of your plugins onto remote servers/local VM's/etc, which is very solid).
An the debugger is love 😊
I'm really loving the terminal setup Ali Spittel goes through in this post. I'm super new to Mac so being able to easily make my terminal work and look like my Ubuntu terminal made me feel right at home. 😊
My Terminal Setup: iTerm2 + Zsh 🔥
Ali Spittel ・ Jul 31 '18 ・ 4 min read
Not exactly a "developer tool", but I've really been enjoying Coda for the past week or so. It's like a Google Doc, but you can embed mini databases within it (like more structured and more powerful spreadsheets). It was launched earlier this year, and I first heard about it from their announcement here on DEV:
Coda 1.0 publicly available
Al Chen ・ Feb 6 ・ 6 min read
Just this week, I thought about setting up a small SPA to help me with tracking a D&D campaign. But then I remembered Coda, tried it out, and have found it to be really nice for something like this. And now, I don't have to maintain a crappy app to have easy access to the data I want!
Here's the D&D tracker I've been working on, which might give you an idea of the kind of stuff you can do with Coda. And if anyone plays D&D, I'd love feedback on how to improve it, I'm trying to release it as a template in their Template Gallery.
coda.io/d/D-D-Campaign-Notes-Templ...
I find it a bit off that they don't support Firefox
Docker - docker is love, docker is life
exa -
ls
replacement, written in rustripgrep - smarter+faster
grep
entr - watch files, and run something when the files change
shellcheck - shell script linter
ngrok - tunnel your local ports out to the internet
bpython - amazing python REPL
blackbox - safely store secrets in version control
ranger - console file manager with some dope addons
tmux + tmuxp - terminal multiplexer, and a session manager
kitty - GPU accelerated terminal, supports ligatures
mailhog - modern mailcatcher
postman - API tester
metabase - Beautiful DB tool
if you use kubernetes a ton:
kubectx + kubens - easier management of many k8s clusters and namespaces
kubetail - stream logs from any number of pods in k8s
Windows Subsystem is so great. It's Linux. Built into Windows. So amazing. I have all my favourite Linux tools - in Windows!
ack is a great upgrade from grep.
I've never used it for Java. They've just recently released a Java version of it, and like most open projects it's completely dependent on which plugins you install--it's FOSS and written in the Electron framework, and the root front-end is all TypeScript (see en.wikipedia.org/wiki/Visual_Studi...).
If you install the right plugins, it's the best PHP IDE I've used, and there's a consensus that's it the best for JavaScript/TypeScript (for really obvious reasons). The plugin community is really why it has taken over.
Vs code is maybe the best code editor but it's not an IDE and if you make a project you need an IDE.
For PHP just try PhpStorm. After loosing 2 hours on a laravel project I switched to jetbrains software and now Vscode is only for markdown or code reading.