Bookmarks

Bookmarks

49816 bookmarks
Custom sorting
Why I Won’t Use JSDOM
Why I Won’t Use JSDOM
Explore how JSDOM's browser simulation works, and learn front-end testing approaches using Vitest Browser Mode for direct browser testing and native APIs
·epicweb.dev·
Why I Won’t Use JSDOM
LLMs: harmful to technical innovation?
LLMs: harmful to technical innovation?
Newer ideas have less available training data so the LLM experience will be worse, which might harm innovation slightly.
·evanhahn.com·
LLMs: harmful to technical innovation?
HTML tags supported by WOVN
HTML tags supported by WOVN
WOVN extracts the following tag contents as translation targets. headIn-tag translation target meta name="description"meta name="title"meta name="twitter:description"meta name="twitter:title"met...
·support.wovn.io·
HTML tags supported by WOVN
Storing times for human events
Storing times for human events
I’ve worked on various event websites in the past, and one of the unintuitively difficult problems that inevitably comes up is the best way to store the time that an …
·simonwillison.net·
Storing times for human events
Antora
Antora
An Asciidoctor documentation toolchain that helps technical teams create, manage, collaborate on, remix, release, and publish documentation sites sourced from multiple versioned repositories.
·antora.org·
Antora
JReleaser
JReleaser
The quick and effortless way to release your project!
·jreleaser.org·
JReleaser
Rails link_to_if and link_to_unless
Rails link_to_if and link_to_unless
Rails comes with the link_to_if and link_to_unless helpers that will help you clean up your views.
·railsdesigner.com·
Rails link_to_if and link_to_unless
IO in Ruby
IO in Ruby
Learn about Ruby’s beautiful, duck-typed approach to Input/Output.
·thoughtbot.com·
IO in Ruby
Don't die
Don't die
On the most important rule in SaaS: don't die.
·keygen.sh·
Don't die
Trailblazing
Trailblazing
On the impacts of technology and culture in startups and small business.
·keygen.sh·
Trailblazing
Conventional Commits
Conventional Commits
Conventional Commits is a defacto standard for writing commit messages in a manner more useful for both humans and machines. Examples: feat(batches): adjust callback data model to conform to naming standards ci: add ruby 3.4 to matrix style: upgrade standard formatting I learned of conventional commits recently and like the simplicity and ease of use. I want to use this standard going forward for all of my projects but I had one problem: how do I train myself to use this every time? It’s too easy to forget or skip without some sort of prompt or cheatsheet so that’s exactly what I did!
·mikeperham.com·
Conventional Commits