• Ian Guidry 1 min read

A Sample Project Write-up

An example of a longer technical post with headings, code and a table.

Use posts like this to document labs, projects, or things you’ve learned.

The problem

Describe what you set out to do and why it mattered.

The approach

Step What I did
1 Set up the environment
2 Built the thing
3 Tested and wrote it up
def hello(name):
    return f"Hello, {name}!"

What I learned

Wrap up with takeaways and what you’d do differently next time.