tech/webdev magazine

June 26, 2025

JavaScript broke the web (and called it progress)

Thursday, June 26, 2025 Teklinks

Most websites are awful. Not just slow – awful. Bloated, fragile, over-engineered disasters. They load slowly, render erratically, and hide their content behind megabytes of JavaScript. They glitch on mobile. They frustrate users and confuse search engines. They’re impossible to maintain.

Full article

June 22, 2025

Bringing React's to vanilla JS

Sunday, June 22, 2025 Teklinks

I like React. I really do. It is the default answer for modern web development, and it is that answer for a reason. Generally when React adds a feature it is well thought through, within the React system of thinking.

Full article

LangGraph for complex workflows

Sunday, June 22, 2025 Teklinks

I may be late to the party, but LangGraph lets you build complex workflow architectures and codify them as powerful automations. Also LLMs, if you want. But you don’t have to! I always liked the idea of “flow-based” programming. PureData, DaVinci Resolve, Node Red... they all appeal to me.

Full article

Want to Be a Better Frontend Engineer? Try a Week On-Call

Sunday, June 22, 2025 Teklinks

You’re going to hate me for saying this, but I actually like being on-call. I know. I know. But hear me out. Obviously not the part where PagerDuty yanks you out of a dream with your heart pounding. But on-call taught me more about frontend quality than any bug tracker ever did.

Full article

June 20, 2025

Jest 30: Faster, Leaner, Better

Friday, June 20, 2025 Teklinks

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long.

Full article