Profile avatar
alakbarnurul.bsky.social
he/him
41 posts 20 followers 187 following
Prolific Poster
Active Commenter

The best path forward is to empower developers to write HTML and CSS in the editor of their choosing. Any abstraction that hampers that (whether it’s a web site builder or ✨Tailwind✨) has (in my experience) inhibited productivity and increased long-term maintenance costs.

I'm curious: When someone asks you, "why does accessibility matter?" or "why is accessibility so important?", what do you usually answer? P.S. I might quote your response in a post or discussion.

strangestloop.io/essays/thing...

astro users, does this seem like a fair description of what's going on? or would it be very important to also include "server islands"?

i want to do a little ama topics: react, atproto, or whatever you want to ask me about really

I’m tired of hearing the “AI is killing tech jobs” narrative. Here is data on “top” tech companies and startups hiring. The last 2 years (since GenAI went mainstream and AI coding tools evolved greatly) we’re seeing more hiring from them. Below the pandemic peak ofc

The e18e initiative is helping to improve npm dependency graphs across the ecosystem. Here is one example of impact.

What’s better than a good read during a long weekend? I enjoyed reading @kentbeck.com Tidy First. Full of common sense and good advice, through the prism of a seasoned developer and true craftsman.

The tsdown documentation site is now live! Check it out here: tsdown.dev

Kunci utama investasi di saham itu adalah berbisnis.

🚩 Open source lib red flags Your lib is hard to adopt for anything serious if it has: - no changelog and/or GitHub releases - no respect for a clear versioning scheme (SemVer) - no license - no docs/website/blog All these require extra effort, but are important for adoption

We are excited to announce Rspack support in Next.js and look forward to partnering with the Next.js team and Vercel teams on the shared needs of the Rust foundations. rspack.dev/blog/rspack-...

Life.

1 Syawal 1446 H

🖍 chalk drop-in w/o dependencies: import { styleText, inspect } from "node:util"; const c = a => new Proxy(t => a.reduce((x, y) => styleText(y, x), t), { get: (_, p) => (p in inspect.colors ? c([...a, p]) : _[p]) }); export const chalk = c([]); console.log(chalk.blue.bgRed.bold("hello world!"));

Stock.

invertedpassion.com/dont-compete/

There it is! Finally, a real solution for how to style all of the HTML form controls using your own custom CSS to change anything — building on an interoperable UA set of defaults. First, styling the in-page part of controls + the popover for <select>. (Later we’ll do popovers for more things.)

📢 Support for streaming is coming to @tanstack.com React Query: It will soon natively (with a wrapper around the queryFn) understand AsyncIterables 🙌

📽️ From a radical rethink to the new standard in speed and simplicity, @vite.dev v has become the go-to tool for modern web development. Discover its story and the impact shaping the future of the web

 The @vite.dev Documentary is coming soon! Stay tuned for the release date! 🚀

Good question where all this will lead www.ft.com/content/a801...

Which one do you like better? I think it’s not even close. The version with early returns gets clear branching, type-narrowing (TS knows that posts are defined after we check for isPending and isError), and evolves a lot better (can easily add branches) than the version with conditional rendering.

This comment by Anders Hejlsberg on the choice of languages for TypeScript is worth reading. Spead that type of thinking! (And recognize the massive shift that Microsoft made)

www.quora.com/Is-it-true-t...

Architecture Principles (pdf) www.ruthmalan.com/systems/2025...

😉 Just got a new domain for AST Explorer: ast-explorer.dev! ast-explorer.dev

🗣️ The talk I gave at @reactdayberlin.gitnation.org in December last year, “React Query: The Bad Parts”, is now available for everyone on Youtube:

Having some ideas around improving MSW docs. Let's split it by API type, lay out all the relevant basics, techniques, and best practices right there. One play to learn everything about mocking that API.

💥 I did a drawing of web rendering! I might have to do more than one, because there is so much detail and optimizations that I couldn’t fit inside it. Enjoy!

I noticed someone mentioning that they couldn't afford "How Git Works" right now. we have a "buy one give one" program where we give away 1 free copy for every zine sold. You can use code BUYONEGIVEONE to get a free PDF copy of How Git Works if $12 is a lot for you. wizardzines.com/zines/git/