> articles
Writing
Notes on development, security, and building things.
Demistifying Agents
What's an AI agent? Is this some sort of superentity or just a simple program? Let's find out! In this article, we'll explore the concept of AI agents and how they can be implemented in TypeScript.
An introduction to web backends in Rust - Part 2
Let's implement the second part of our webserver, we'll see how to handle JSON and a simple pattern to organise routes and handlers.
An introduction to web backends in Rust - Part 1
Rust is a system language mainly developped at Mozilla, it's designed to limit errors leading to security issues and it aims to be as fast as possible while maintaining a good devXP.