// blog

Articles

// Projects
Calories Tracker Project — Round 1/7

Let's start simple. Step by step.
We have a calorie tracker to build. Before we write a single line of code, we need to think about the data. What do we actually want to track? W…

08 May 2026 3 min read files [0] comments [0] 35 views
// Projects
Calories Tracker Project — Round 2/7

We left Round 1 with a question. One input or five. We have an answer now.
Five. For a simple reason: five separate inputs mean five separate opportunities to validate the data. …

08 May 2026 3 min read files [0] comments [0] 42 views
// Projects
Calories Tracker Project — Round 3/7

We have a function that adds food entries. It validates the data. It timestamps automatically. It works.
What it doesn't do yet is loop. At breakfast alone you might log eggs, ch…

08 May 2026 4 min read files [1] comments [0] 40 views
// Projects
Calories Tracker Project — Round 4/7

We have one report. Let's build the second — and raise the bar a little.
The detailed view shows us what we ate. The weekly summary shows us how much — and whether we…

09 May 2026 4 min read files [1] comments [0] 38 views
// Projects
Calories Tracker Project — Round 5/7

Third report. The most complete one — and the most useful to share.
The first two reports are for us. Quick checks. Daily discipline. The general report is for someone else…

11 May 2026 5 min read files [1] comments [0] 34 views
// Projects
Calories Tracker Project — Round 6/7

I'll be honest with you.
This code-along was built spontaneously, in real time, alongside the explanations and the posts. But I'm not a beginner. Military experience gives you a …

11 May 2026 4 min read files [1] comments [0] 33 views