Bookmarks

Bookmarks

dead framework theory
dead framework theory
These are my opinions and are ruminations on what might be happening as more and more developers use LLMs and Frameworks to build on the web. In October last year I wrote “will developers care about frameworks in the future?” predicting that LLMs would abstract away framework choice. I was wrong—or at least, wrong about the timeline. The reality is more interesting and more permanent: React isn’t competing with other frameworks anymore. React has become the platform. And if you’re building a new framework, library or browser feature today, you need to understand that you’re not just competing with React—you’re competing against a self-reinforcing feedback loop between LLM training data, system prompts, and developer output that makes displacing React functionally impossible.
·aifoc.us·
dead framework theory
Support for TanStack Start - Vercel
Support for TanStack Start - Vercel
Vercel now detects and deploys TanStack Start, a full-stack framework powered by TanStack Router for React and Solid.
·vercel.com·
Support for TanStack Start - Vercel
Matchaとは
Matchaとは
Matcha は、法的推論を形式的に記述するための新しい言語です。法的根拠・要件・事実・結論を構造的に表現することができるようになります。
·elecode.jp·
Matchaとは
Node.js — Security Best Practices
Node.js — Security Best Practices
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
·nodejs.org·
Node.js — Security Best Practices
darula-hpp/react-source-lens: Instantly locate any React component's source code with a single keystroke. Hover + Cmd+Shift+O = your editor opens the exact file and line.
darula-hpp/react-source-lens: Instantly locate any React component's source code with a single keystroke. Hover + Cmd+Shift+O = your editor opens the exact file and line.
Instantly locate any React component's source code with a single keystroke. Hover + Cmd+Shift+O = your editor opens the exact file and line. - darula-hpp/react-source-lens
·github.com·
darula-hpp/react-source-lens: Instantly locate any React component's source code with a single keystroke. Hover + Cmd+Shift+O = your editor opens the exact file and line.
Baseline JS Docs
Baseline JS Docs
Documentation for eslint-plugin-baseline-js
·baselinejs.vercel.app·
Baseline JS Docs
Visual Types
Visual Types
Interactive visualizations of TypeScript concepts. Behold pretty colors.
·types.kitlangton.com·
Visual Types
Play
Play
A chilling tale of deliverables, deadlines and doomed decisions
·scope-creep.xyz·
Play
The Browser Choice Alliance
The Browser Choice Alliance
The Browser Choice Alliance is a coalition of browsers dedicated to the principle that consumers should have the right to use their browser of choice on Windows devices.
·browserchoicealliance.org·
The Browser Choice Alliance
Programming principles for self taught front-end developers
Programming principles for self taught front-end developers
The majority of us are a bunch of self taught people with rather spotty knowledge and that's fine! Kilian (also self taught) is here to share some of the computer science fundamentals you probably are missing with the aim to improve your code in the long term.
·piccalil.li·
Programming principles for self taught front-end developers
Postgres, Kafka and event queues
Postgres, Kafka and event queues
After stumbling on a pair of interesting blog posts — You Don’t Need Kafka, Just Use Postgres (Considered Harmful) — somewhat in the style of good old “flame wars” (which are increasingly rare these days) in the recent Postgres Weekly, as a response to a previous article — Kafka is...
·kmoppel.github.io·
Postgres, Kafka and event queues
PostgreSQL 18 - Temporal Constraints
PostgreSQL 18 - Temporal Constraints
PostgreSQL 18 introduced a powerful new feature that lets you enforce uniqueness across time periods: Temporal Constraints. With this addition, you can now define UNIQUE, PRIMARY KEY, or FOREIGN KEY constraints by either Date Range or Timestamp Range fields, making it easier than ever to prevent overlapping data.
·hashrocket.com·
PostgreSQL 18 - Temporal Constraints
Did you know? Tables in PostgreSQL are limited to 1,600 columns
Did you know? Tables in PostgreSQL are limited to 1,600 columns
It's a hard-coded limit in Postgres for tables to not exceed 1,600 columns. Let's test all the ways you can reach that limit, and explore how to address the situation when you reach this limit unexpectedly.
·data-bene.io·
Did you know? Tables in PostgreSQL are limited to 1,600 columns