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.
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.
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.
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?)
Engineer at Aztec. Councilmember at @graphprotocol. Mentor at @zeitgeistxyz. Formerly @OpenZeppelin, @manastech. Author of Ethereum for Web Developers book.
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)
Oldest comments (66)
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/
Crontab.guru is a really good one.
Whoa, Varvy looks pretty sweet!
Vimium (vimium.github.io/) - chrome extension for navigating the web w/o a mouse.
I prefer cVim, I found it faster for link annotation rendering :) but both are awesome utils for mouseless interaction.
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.
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.
WakaTime for tracking how much time I actually code.
ooooo cool. i'm going to try this.
Maybe not that uncommon, but GLM for any and all 3D maths in C++. It's lightweight, simple and fast.
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/
screenhero is the shit, i use it almost every day
Sure, just send me your email address. You could either use Twitter DM or use my email off my GitHub profile.
github.com/alecthomas/ondir
Small bash lib to easily register commands when cd'ing into a directory, such as setting the terminal's title :-)
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)
I've been using Hapi.js for all my recent projects. Been liking it since. Haven't looked into Swagger, but sounds pretty sweet!
github.com/wting/autojump βΒ a tool that allows you to shorten your
cdpaths.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.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.