SwiftUI – EasyiToDoList 3.0

By | 09/08/2026

I am excited to announce the release of EasyiToDoList 3.0! This new update focuses on making task tracking even more reliable, actionable, and seamless. With localized reminders, enhanced task editing capabilities, visual improvements, and key bug fixes, version 3.0 brings a suite of refinements designed to ensure you never miss an important deadline. Smart Local… Read More: SwiftUI – EasyiToDoList 3.0 »

AI – Apple MLX

By | 29/07/2026

In this post, we will see what Apple MLX is, why it is interesting for people who have a Mac with Apple Silicon, how it is different from tools like Ollama and LM Studio, and how we can use it to run some local Large Language Models.But first of all, what is MLX?“MLX is an… Read More: AI – Apple MLX »

Category: AI

Angular – Signals

By | 20/05/2026

In this post, we will see what Signals are and how we can use them in our Angular projects.But first of all, what is a Signal?“A Signal is a wrapper around a value that can notify interested consumers when that value changes. It sits at the core of Angular’s modern reactivity model and gives us… Read More: Angular – Signals »