Morgan McMurray
32 posts
Chuks Language Data Types
Stop fighting your data. Let dataType win. Most languages make you choose between the safety of structs and…
What 221 AI Agents in One Chat Taught Us About Multi-Agent Coordination
When Stanford published the Smallville paper in 2023, twenty-five generative agents living in a simulated town felt like…
12 Must-Have WordPress Plugins for Developers in 2026 🚀
The WordPress ecosystem in 2026 looks fundamentally different than it did even two years ago. With AI integration…
Decorators in Python
Decorators are flexible way to modify or extend behavior of functions or methods, without changing their actual code.…
I Took Another Shot at Fullstack—and I’m Glad I Did
I was learning Next.js and decided to build a fullstack application. Now, let me tell you — my…
I created a code editor with more customization and cross platform support.
Actually vscode / other code editors are enough for me, but I’m interested in making my own code…
Technical Wealth: The CTO’s Hidden Advantage in Legacy Systems
The first in a series on how engineering leaders can transform legacy liabilities into competitive advantages The Legacy…
I built a Github user analysis and ranking website
https://github-persona.pages.dev Why Sometimes I treat participating in Github as a game, like I will follow some big guys,…
Javascript Recursion
A recursive function in Javascript is a function that calls itself over and over until a certain base…