chetcromer.com

Welcome to my corner of the internet. Thoughts, journals, and whatever else comes to mind.
Atomic Habits

Atomic Habits

Summary of Atomic Habits by James Clear Atomic Habits by James Clear is a practical guide to building good habits, breaking bad ones, and mastering the tiny behaviors that lead to remarkable results. The central idea of the book is that small changes — or atomic...

Start with Why

Start with Why

Summary of Start with Why by Simon Sinek Start with Why by Simon Sinek explores why some individuals and organizations are more innovative, influential, and profitable than others. Sinek argues that the most successful leaders and companies operate from a clear sense...

The First Heartbeat: A Reflection on the Resurrection

The First Heartbeat: A Reflection on the Resurrection

The First Breath of Resurrection In the stillness of my thoughts, I find myself drawn to the tomb. I imagine sitting there, surrounded by darkness, waiting in the silence, wondering what might come next. It’s not just an exercise in imagination—it’s something deeper,...

The Curious Case of the Cursed Fig Tree: Part Two

The Curious Case of the Cursed Fig Tree: Part Two

The Curious Case of the Cursed Fig Tree: Part Two What I Learned About Moving Mountains [Part one is here] I started the day thinking about Jesus and that fig tree. It stuck with me—how He approached it, saw the leaves, expected fruit, and found nothing. How He cursed...

Reading Facebook Page and Group Posts with C#

Reading Facebook Page and Group Posts with C#

Prompts: Is there an api that my program can use to monitor / read posts from a public page on facebook? Write me a c# example of both, please, that would build c# objects from the posts that meet a commont interface Response: Here’s a C# example that fetches posts...

PR Standards Automation

PR Standards Automation

Prompt: In an Azure based project written in C# and using DevOps Repos for code and DevOps Pipelines for releases, is there a way to make sure pull requests pass standards tests in an automated fashion, including specifically "if a method's signature has parameters...