Hi, I'm @fcortell.
RSS Feed
Full stack software developer turned outdoorsman.
Featured
-
Essential AI Development Reading - July 2025 Edition
Published:• 5 min readA curated collection of must-read articles about AI-assisted development, featuring insights on Claude Code productivity, full-breadth developers, automation failures, and rethinking development workflows
-
Even and odd check in C# using bitwise operations
Published:• 3 min readLearn how to efficiently check if numbers are even or odd using bitwise operations in C#, a more elegant alternative to the modulo operator
-
Welcome Home, Starlink!
Published:• 2 min readOur experience setting up and testing Starlink internet service - impressive speeds and low latency compared to traditional satellite internet
-
Parameter passing in C#
Published:• 9 min readA comprehensive guide to understanding parameter passing in C#, including value types, reference types, and the different parameter modifiers (ref, out, params)