JavaScript import maps are now supported cross-browser
With import maps, importing ES modules now becomes a lot better.
JavaScript import maps are now supported cross-browser
With import maps, importing ES modules now becomes a lot better.
Creating Custom Rails Generators
Rails generators can help remove friction from spinning up new ideas, but you don't have to limit yourself to the included generators. You can also create custom generators as long as you're familiar with the available APIs and know where the speed bumps are.
npx depcheck
Depcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from package.json
Hat tip to Wes Bos for this one.
MacGPT is a fantastic way to interact with ChatGPT on your Mac.
Even better, there is an excellent menubar option you can wire a keyboard shortcut to.
A bit slow for a service, but faster than me. Safurai
Safurai is the AI Coding Assistant that saves you time searching, changing, and optimizing code.
I ran some tests converting CoffeeScript to regular javascript, and the results were great.
One of the shortcuts I have missed from vim in VS Code: Alternate Files
Join the KickoffLabs affiliate program
We (@kickofflabs) now offer a 30% lifetime commission on all referrals.
Suggestions for consuming less social media:
Kredis (Keyed Redis) encapsulates higher-level types and data structures around a single key, so you can interact with them as coherent objects rather than isolated procedural commands. A declarative DSL can configure these higher-level structures as attributes within Active Models and Active Records.
A game of spotting the hidden cancel link.