DEV Community

Ben Halpern
Ben Halpern

Posted on • Updated on

What's your favorite tool or library that few others have heard of?

Oldest comments (67)

Collapse
 
mikengarrett profile image
Mike 🤘

Instead of harping on a popular framework, I want to highlight some niche web-based tools I find myself going back to far too often. It's usually for things I don’t do often enough or when I get stuck on a particularly niche aspect of something.

Crontab time formatter: crontab.guru/
CSS entity conversion calculator: evotech.net/articles/testjsentitie...
Regex tool: regexr.com/
Testing website readiness: varvy.com/ (previously feedthebot.com)
The “what the hell does this command do?” for command line: explainshell.com/
htaccess tester: htaccess.madewithlove.be/
Free online lossless image compressor: kraken.io/
Parse your css (for fun?): cssstats.com/
Collect a user’s browser info: yourbrowser.is/

Collapse
 
michael profile image
Michael Lee 🍕

Crontab.guru is a really good one.

Whoa, Varvy looks pretty sweet!

Collapse
 
ross profile image
Ross Creighton

Vimium (vimium.github.io/) - chrome extension for navigating the web w/o a mouse.

Collapse
 
jorgecedi profile image
jorgecedi

I prefer cVim, I found it faster for link annotation rendering :) but both are awesome utils for mouseless interaction.

Collapse
 
casen profile image
Casen

NuclearJS

It's popularity is dwarfed by redux and other flux libraries used in conjunction with React, but I find it absolutely flawless. I have nothing but good things to say about it. If you're planning on build a large, complex React app, do give it a try.

Collapse
 
ben profile image
Ben Halpern

Awesome. The dev.to client is completely vanilla JS and I'm casually shopping around for the future. It's always great to find more options for comparison when you're not in a hurry to implement.

Collapse
 
gonzalodelgado profile image
Gonzalo

WakaTime for tracking how much time I actually code.

Collapse
 
ross profile image
Ross Creighton

ooooo cool. i'm going to try this.

Collapse
 
alishug profile image
Alistair

Maybe not that uncommon, but GLM for any and all 3D maths in C++. It's lightweight, simple and fast.

Collapse
 
cwreacejr profile image
Charles Reace

Not sure how well-known it is, but I quite like ScreenHero for remote pair programming. (I guess they've recently joined Slack, so probably are gaining visibility?)

screenhero.com/

Collapse
 
reqshark profile image
Bent Cardan

screenhero is the shit, i use it almost every day

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
tbodt profile image
tbodt

Sure, just send me your email address. You could either use Twitter DM or use my email off my GitHub profile.

Collapse
 
tux0r profile image
tux0r

Listary, pretty much adding a quick launcher and a number of Folder History functionalities to Windows.

Collapse
 
spalladino profile image
Santiago Palladino

github.com/alecthomas/ondir

Small bash lib to easily register commands when cd'ing into a directory, such as setting the terminal's title :-)

Collapse
 
binaryidiot profile image
Kris Siegel

I have a few that I find handy.

tohtml.com/
Take code samples and generate highlighted HTML for blog entries and documentation

hapijs.com/
Hapi.js is a great alternative to express.js for creating web servers in node. Using this with joi.js and Swagger means you can write your endpoints once, supply the code for validation and swagger reads all of this in and generates documentation. Never have stale comments again!

purecss.io/
Pure CSS is a super, super small CSS library that helps you do a lot of what Bootstrap does just more bare bones. It's run my Yahoo and hasn't been frequently updated but they're working on turning it over to the community. Great little library that's 3.8kb when gzipped.

msngrjs.com/
A JavaScript messaging library that includes handy utilities for type validation (#ShamelessPlug, this is my library)

Collapse
 
michael profile image
Michael Lee 🍕

I've been using Hapi.js for all my recent projects. Been liking it since. Haven't looked into Swagger, but sounds pretty sweet!

Collapse
 
freeatnet profile image
Arseniy ✌️ Ivanov

github.com/wting/autojump — a tool that allows you to shorten your cd paths.

Collapse
 
pysysops profile image
Tim Birkett

I'm a fan of Goss - github.com/aelsabbahy/goss for server validation and use it in my provisioning and monitoring tools.

Jenkins Job Builder - docs.openstack.org/infra/jenkins-j... is an absolute must have for sensible Jenkins management.

Collapse
 
vanish profile image
Amazing Vanish

A tool I've used extensively on some old legacy sites I maintained to encode HTML entities visually. mothereff.in/html-entities

Collapse
 
yaybdj profile image
Brian Dean Jennings

VRTK for getting your Unity VR projects up and running fast.

vrtoolkit.readme.io/

Collapse
 
antonycourtney profile image
Antony Courtney

Tabli - A Free, Powerful Tab Manager Extension for Google Chrome: gettabli.com

This is a Shameless Plug (I wrote Tabli). But I wrote it because, as a developer, I really needed it, and now it's a tool I can't live without. And, much to my chagrin, few others have heard of it. :)

Tabli's best feature is the ability to save collections of tabs as a "Saved Window" and easily restore that saved state. This is invaluable when using the web as a source of reference material; the "quick tour" video on the web site shows how this works for (for example) CSS reference docs.

Tabli's other killer feature is the Tabli popout window. This provides a quick at-a-glance real-time updating view of all the windows and tabs you currently have open in Chrome, essential on the giant 4K+ monitors many of us use nowadays.

Finally, Tabli has extensive keyboard shortcuts so you can accomplish most navigation tasks without your fingers ever leaving the keyboard.

Hope you find Tabli useful as a developer tool -- feedback always welcome!

Collapse
 
nathanflurry profile image
Nathan Flurry

Deepstream is a great open source alternative to services like Firebase with far more extensibility and ease of use.

Paws for Trello integrates Trello with macOS and gives a native-feeling experience (even though it's still an Electron application).

devRant is a great place to go when looking for programmer jokes or feeling the need to rant about something.

Collapse
 
tribex profile image
Joshua Bemenderfer

I tried Deepstream in a production app.

Nothing but regret all over the place. I don't think it's production-ready yet.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.