_sortieren

117 bookmarks
Custom sorting
Stitch images together with Stitchy
Stitch images together with Stitchy
From time to time I need to stitch together two or three images into a horizontal or vertical image. It seems so wasteful to spin up a whole design document for that task. What I wanted was a CLI that does that for me and I found one that does the job: Stitchy.
·daverupert.com·
Stitch images together with Stitchy
SolidJS
SolidJS
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
·solidjs.com·
SolidJS
Tiny UI Toggle
Tiny UI Toggle
Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog / modal.
·nigelotoole.github.io·
Tiny UI Toggle
Intersection Observer | 12 Days of Web
Intersection Observer | 12 Days of Web
Use the Intersection Observer Web API as a performant way to track where elements are in the viewport and other scrollable regions.
·12daysofweb.dev·
Intersection Observer | 12 Days of Web
How Marketing Changed OOP In JavaScript — Smashing Magazine
How Marketing Changed OOP In JavaScript — Smashing Magazine
Discussing the decisions surrounding JavaScript prototypes, the article by Juan Diego Rodriguez scrutinizes their origin, examines missteps in the design, and explores how these factors have affected the way we write JavaScript today.
·smashingmagazine.com·
How Marketing Changed OOP In JavaScript — Smashing Magazine
Environment Variables in JavaScript: process.env
Environment Variables in JavaScript: process.env
How to access environment variables in JavaScript using process.env and expose them to the browser runtime using bundlers like Vite and webpack.
·dmitripavlutin.com·
Environment Variables in JavaScript: process.env
Patterns for Reactivity with Modern Vanilla JavaScript
Patterns for Reactivity with Modern Vanilla JavaScript
Reactivity is how systems react to changes in data and is core to web development. Learn JavaScript reactivity patterns to add to your toolbox, no matter what frameworks and libraries you use!
·frontendmasters.com·
Patterns for Reactivity with Modern Vanilla JavaScript
An intro to state-based UI with JavaScript
An intro to state-based UI with JavaScript
Yesterday, we looked at where traditional DOM manipulation starts to break down when building complex JavaScript apps. When you find yourself making lots of UI updates that require you to be aware of the current state of other UI elements, it might be time to consider using a different approach: state-based UI. Let’s dig in! What is state-based UI? With state-based UI, you hold data about the UI and how it should look in one or more JavaScript variables, called state.
·gomakethings.com·
An intro to state-based UI with JavaScript
The Cost Of JavaScript - 2023
The Cost Of JavaScript - 2023
As we build sites that are more heavily reliant on JavaScript, we sometimes pay for what we send down in ways that we can’t always easily see. In this talk, ...
·youtube.com·
The Cost Of JavaScript - 2023
Dependency injection in JavaScript | Snyk
Dependency injection in JavaScript | Snyk
In this article, you'll learn what dependency injection is, when you should use it, and what popular JavaScript frameworks it's implemented in.
·snyk.io·
Dependency injection in JavaScript | Snyk
Use Maps More and Objects Less
Use Maps More and Objects Less
Objects in JavaScript are awesome. They can do anything! Literally…anything. But, like all things, just because you can do something, doesn’t (necessarily) mean you should.
·builder.io·
Use Maps More and Objects Less