Archive 2024

Year 2024

Posts and logbook entries from 2024.

Back to archive Entries from 2024

All posts

Articles and write-ups documenting the journey.

Post

Post #61 Arrays in PHP - Part 1

Arrays in PHP - Part 1 — Basics and Data Structure Arrays are one of the most important data structures in PHP. Arrays allow you to store...

Coding Corner, Wyzwanie

Post

Post #10 Python Crash Course

Why not an extra language. Python is useful for AI and has many interesting applications. So I start a basic course: “what, where, how”. ...

Coding Corner

Logbook sessions

Time-on-task updates with hours, focus areas, and resources.

Logbook

Day 1 – Challenge Kickoff

Focused on the basics of components and modules in Angular. I also created a 30-day checklist to keep a two-hour daily rhythm. Key steps:

2 h ·Angular fundamentals

Logbook

Post #61 Arrays in PHP - logbook

Prepared an article covering the basics of working with arrays in PHP: array types, basic operations (adding, removing, iterating), and practical examples. D...

4 h ·PHP, arrays