Online-Hash-Tool
shorts |
I found this random Hash tools pretty useful while I was working on a course. Sometimes you have to mock up some hashes or create a super secure password. This tool is pretty flexible.
Online GIF Tools
shorts |
So many GIF (pronounced like the peanut butter) tools on this site. I like that you can make a sprite from a GIF, do the reverse or modify any of the properties like playback speed.
CSS Grid Editor in Chrome
shorts |
Chrome now has a new CSS Grid editor. Seems like it's catching up to others, but that should help with Grid Adoption.
Astro Demo Video
shorts |
The other day, I mentioned Astro as being the potential next great thing. Here's a video that shows you why. Not mine, but from a podcast. https://go.raybo.org/4cRg
File Converter
shorts |
Free for 25 conversions per day and pretty handy, this site converts an insane amount of formats. Pretty handy.
Modern Unix Repo List
shorts |
I really like this list of alternative Unix commands. Didn't have lots of them available in zsh, but I did have and enjoyed using bat for displaying code nicely.
Optimising for high density displays
shorts |
A nice writeup or how to prepare your images for high density screens.
ES2021 Features
shorts |
ES2021 has been approved. This site has a nice short and concise list of examples of what's new.
Temporal-JavaScript's new Date API
shorts |
Finally, a date object an API that makes sense. The upcoming JavaScript temporal API. Here's a write-up from Axel Raushmayer.
JS is Weird
shorts |
This is such a fun test ( I can't believe I'm saying that). Don't worry about the score (srsly, don't try to get a good score), but try to think about what's happening. I think the best part is the explanations at the end of the test.
JS1024
shorts |
This is an annual event for JS developers who love pain (I mean a challenge). Try to make something cool in less than 1024 bytes (1k). It's like when someone asks me if I want to get up at 5am to go to the beach and see the sunrise (no thanks). I feel like I have enough of a hard time doing anything in infinite K.
HTTP Code Generator
shorts |
This code generator for HTTP requests will help you build and give you the code for different HTTP requests.
Wikipedia QL
shorts |
Scrape Wikipedia through a query language and receive the results as JSON objects that you can use on your projects. Wikipedia has so much data you might end up using this one.