Happy Summer 2026
SEE YOU THE 26th OF AUGUST
SEE YOU THE 26th OF AUGUST
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 »
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 »
In this post, we will see what LM Studio is and how we can use it to run local LLMs directly on our machine.In a previous post, we saw how to run local Large Language Models using Ollama. Ollama is a very good tool, especially if we want something simple, fast and terminal-oriented.However, there is… Read More: AI – Run local LLMs with LM Studio »
In this post, we will see how to use Minikube in a more advanced way.In the previous posts about Kubernetes, we saw how to use Kubectl for deploying some resources in a local cluster.Now, we will move one step forward.We will see how to create a multi-node Minikube cluster, how to configure the network with… Read More: Kubernetes – Advanced Minikube »
In this post, we will see how to deploy a Docker container on Azure using Azure Container Apps.The goal of this post is very simple: we will create a basic HTML page, we will put it inside a Docker image using Nginx, we will push the image into Azure Container Registry, and finally we will… Read More: Azure – Deploy a Docker Container in Azure »
In my previous post, we saw what Signals are and the basics of how to use them. In this post, we will see how to use the new input() and output() functions, and how we can simplify our state management by using the inject() function with a Service.But first of all, what are Signal Inputs… Read More: Angular – Signals: Input, Output and inject() »
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 »
This post is the .NET adaptation of the AI – How to create an AI Agent in Python post I published previously: the same Weather Agent, the same logic, the same structure but rewritten from scratch in C#. What we will cover[Environment setup]: How to create a .NET console project and configure the API key… Read More: AI – How to create an AI Agent in .NET »