/* Build Your First Artificial Neuron in C: The Perceptron Made Simple */

A practical C exercise to understand how a perceptron works, using a simple example that connects basic code with neural networks and machine learning.

August 9, 2025 · 8 min · Vincenzo Argese

/* Coding in Italy: Why Scratch Isn’t Enough (and What Students Really Need) */

A personal take on how coding is often taught in Italy, and why graphical tools alone are not enough if students never move on to real programming languages.

June 29, 2025 · 7 min · Vincenzo Argese

/* Hello World in C: Why Every Programmer Starts Here */

The classic Hello World in C is more than a ritual. It is the first real step toward understanding syntax, compilation, and how a program is structured.

June 4, 2025 · 1 min · Vincenzo Argese