archive

Here you’ll find everything I’ve published, neatly gathered in one place. Think of it as a timeline of ideas, updates, and experiments as the blog grows.

Saturday

8th

August

Saturday item.date_published

Markdown Syntax item.title

item.title

August 8, 2026 item.date

published

author
array
<?=$post['author']?>
author.avatar
string | null
<?=$post['author']['avatar']?>
author.bio
string | null
<?=$post['author']['bio']?>
author.name
string
<?=$post['author']['name']?>
author.slug
string
<?=$post['author']['slug']?>
body
string
<?=$post['body']?>
date_published
string
<?=$post['date_published']?>
featured
boolean
<?=$post['featured']?>
feature_image
string
<?=$post['feature_image']?>
slug
string
<?=$post['slug']?>
status
string
<?=$post['status']?>
tags
array
<?=$post['tags']?>
title
string
<?=$post['title']?>

Monday

22nd

June

Monday item.date_published

Markdown syntax bang item.title

item.title

June 22, 2026 item.date

published

author
array
<?=$post['author']?>
author.avatar
string | null
<?=$post['author']['avatar']?>
author.bio
string | null
<?=$post['author']['bio']?>
author.name
string
<?=$post['author']['name']?>
author.slug
string
<?=$post['author']['slug']?>
body
string
<?=$post['body']?>
date_published
string
<?=$post['date_published']?>
featured
boolean
<?=$post['featured']?>
feature_image
string
<?=$post['feature_image']?>
slug
string
<?=$post['slug']?>
status
string
<?=$post['status']?>
tags
array
<?=$post['tags']?>
title
string
<?=$post['title']?>