Tags
6K
back to homepage

News from June 2024

The terminal WARS begins! // Warp vs Wave

What terminal are you using on macos ? Ive recently switched to Warp less than a year ago and really like it, but Wave seems pretty interesting too. Discover the differences between the 2 and choose which one would be the best for your needs.

The "SQL In React" Drama

Every time i see a post about rsc and sql requests inside a component, i always looks at the comments, to always see a lots of people choked by this new RSC pattern. Very often, people don't know that even inside a react component, this code only runs on server. Theo explains very precisely how it works, why it is secure, but also why it is only a pattern for prototyping and other patterns are preferable for production.

How to build a RAG agent that is reliable & accurate

This is not a tutorial to install or train your own AI, but a very detailed description on how RAG are working, why they have issues to process existing data, and how they can learn and improve their knowledge database.

If You Cannot Name All 5 JS Scopes You Need To Watch This Video

I'm not a fan of this clickbait title, but the video is actually pretty interesting to understand about how javascript scopes are working. Where to define, access and override our constants and functions ? All the answers are in this short video.

Coolify Crash Course | Self Host 101 | Secure Set up

You love the simplicity of Vercel or Netlify hosting, but you want to self host your projects or avoid shady billing systems ? Coolify is the answer for you. It's a self hosting project, that allow you to manage your websites and benefits from github hooks and automatize building from git hooks.

Astro 4.10

Astro evolves pretty fast, and in this new release, we have performances improving at build, a new env module to manage your variables with a zod schema, and container api who allows to export components into strings. You can now, for exemple, use react component directly in a elixir page with an island. Very useful for non javascript developers.