[amscotti@128bit.io ~/posts]# grep -l "development" *.md | xargs -n1 head _
grep results
# Development
- 11 posts matched
Date: May 27, 2023

A reflection on PHP's path from LAMP-era ubiquity to a modern ecosystem shaped by Composer, Laravel, and continued real-world relevance.

Date: August 24, 2020

An overview of F# and its appeal: strong typing with inference, practical functional design, .NET interoperability, and expressive domain modeling.

Date: February 06, 2020

A love letter to Clojure and the ideas that make it compelling: approachable Lisp syntax, immutable data, lazy evaluation, and a pragmatic take on functional programming.

Date: October 23, 2019

A glowing review of "Clojure For the Brave and True" book. Discusses Clojure's Lisp-inspired syntax being easier than expected, immutable data structures for safer applications, lazy evaluation for performance, pragmatic approach over pureness, compares to Haskell, and praises the book's mix of humor with solid step-by-step learning through functional programming concepts.

Date: October 17, 2019

Reflects on leaving a startup job that didn't meet expectations and subsequent decision to find better role. Discusses importance of enjoyment in work and maintaining life balance over career advancement, noting that job changes are normal experiences that don't define professional worth.

Date: December 01, 2017

Guide to adding GPG signature verification to Git commits. Discusses preventing impersonation since Github can't validate authorship, using Homebrew to install GPG, generating 4096-bit keys, creating verified signature example, and configuring Git to show verified commits with green checkmarks while protecting private keys.

Date: September 18, 2017

Comprehensive guide for setting up Python environment on macOS Sierra. Covers installing pyenv for version management, creating .python-version file for project-specific versions, configuring shell environment variables, and using Homebrew for easy installation and updates of development tools.