Bookmarks

Bookmarks

50067 bookmarks
Custom sorting
JsonMocker
JsonMocker
An easy to use web-based editor to create reusable json mock data schema files.
·laurawebdev.github.io·
JsonMocker
Introduction
Introduction
Edge is a simple, Modern and batteries included template engine for Node.js
·edgejs.dev·
Introduction
Solid Queue 1.0 released
Solid Queue 1.0 released
The first major release of Solid Queue is out, just in time for Rails World.
·dev.37signals.com·
Solid Queue 1.0 released
Writing More Expressive Ruby with the it Shorthand
Writing More Expressive Ruby with the it Shorthand
Ruby is a language that consistently evolves to make code more expressive, concise, and readable. With the release of Ruby 3.4, one of the exciting new features introduced is the use of it as a shortcut for the first parameter in a block. This enhancement aims to simplify code, especially in situations where blocks are used extensively, reducing the need to explicitly declare block parameters.
·mintbit.com·
Writing More Expressive Ruby with the it Shorthand
🆕 Shortest.com
🆕 Shortest.com
I've been dreading this...but I think Rails is a legacy language, and TypeScript/React/Next is the future. This isn't that crazy to say given that one
·sahil.gumroad.com·
🆕 Shortest.com
Eliminating Intermediate Array Allocations
Eliminating Intermediate Array Allocations
Recently I gave a talk at RailsWorld (hopefully they’ll post the video soon), and part of my presentation was about eliminating allocations in tokenizers. I presented a simple function for measuring allocations: def allocations x = GC.stat(:total_allocated_objects) yield GC.stat(:total_allocated_objects) - x end Everything in Ruby is an object, but not all objects actually make allocations. We can use the above function to measure allocations made in a block. Here are some examples of code that never allocate:
·tenderlovemaking.com·
Eliminating Intermediate Array Allocations
Types of React Components [2024]
Types of React Components [2024]
There are many types of React Components that make it difficult for React beginners. This tutorial goes through each React Component Type by example ...
·robinwieruch.de·
Types of React Components [2024]
htmx ~ Why Gumroad Didn't Choose htmx
htmx ~ Why Gumroad Didn't Choose htmx
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
·htmx.org·
htmx ~ Why Gumroad Didn't Choose htmx