Newsletter • April 2025

Welcome to the April 2025 edition of my newsletter!

My post The Case of the Vanishing Pages: Debugging an Elusive React Bug has been translated in French on the Octo blog.

This month was a conferences month for me:

Some companies are seing a raise of fake candidates using AI. Look at this AI fakers exposed in tech dev recruitment: postmortem and this Deep fake prevention paper - 17 Practical Strategies to Detect Fake IT Workers.
Speaking of AI we have how to use AI to increase Software Development productivity blog post and a set of cursor rules.

AI has limitations. Discover the challenges of achieving general AI capable of reasoning and planning at a human level with why Anthropic’s Claude still hasn’t beaten Pokémon. Clause has weak visual processing, memory limitations, lack of meta-strategies, inconsistent planning and adaptation…

In Async, Sync, in Between, we learn that Javascript librairies must handle sync and async. This article exposes this problem and how they are doing it, mostly by having different APIs for sync and async behaviours.
The author expose a new solution, that allows to have only one code for both.

If you are using Next.js, a CVE has been disclosed about Authorization Bypass in Next.js Middleware. Learn more on this blog post made by the security researcher. If you are using Datadog, they also made a follow up with their findings.

On the API side, learn how Eve Online APIs evolved from XML API to Kubernetes and Quasar, how they enhanced observability and what they plan for the future.

Typescript

A really interesting video on How the TypeScript Compiler Compiles - understanding the compiler internal

We had big announcements this month with TypeScript 5.8 and Typescript Go, a port of the Typescript compiler in Go. Learn more on what’s Really Behind That 10x Performance Claim?

On a fun way, you can now run DOOM using Typescript.

I am a big fan of using zod for data validation in Typescript. Here a nice zod overview.

Emmett is an opinionated yet flexible framework that implements Event Sourcing for Node.js applications”.

React

Git

Vrac

By Octo

Tools

Fun