tech/webdev magazine

March 21, 2025

React Trends in 2024

Friday, March 21, 2025 Teklinks

The year 2024 got me excited about React's ecosystem again. Despite the various challenges and dramas (the biggest one of them moving React to the server with React Server Components) we had last year, there are emerging React trends that everyone should have on their watchlist.

Full article

Next.js vs TanStack

Friday, March 21, 2025 Teklinks

See this post for inspiration. Over the past few months, I’ve moved as much code as possible away from Next.js. While I see why people are attracted to it and its growing ecosystem, I am no longer sipping the KoolAid.

Full article

March 19, 2025

AI's effects on programming jobs

Wednesday, March 19, 2025 Teklinks

There's been a whole lot of discussion recently about the impact of AI on the market for web developers, for programmers in general, and even more generally the entire labor market.

Full article

How to get deep traces in your Node.js backend with OTel and Deno

Wednesday, March 19, 2025 Teklinks

One important facet of running production software is observability—monitoring logs, traces, and metrics so you can identify and fix issues quickly. In Node.js servers, adding observability isn’t trivial. You have to add instrumentation code, modify your logger, and configure various services.

Full article

Building APIs with Next.js

Wednesday, March 19, 2025 Teklinks

This guide will cover how you can build APIs with Next.js, including setting up your project, understanding the App Router and Route Handlers, handling multiple HTTP methods, implementing dynamic routing, creating reusable middleware logic, and deciding when to spin up a dedicated API layer.

Full article