Morgan McMurray
30 posts
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…
The CORS Conundrum
If you’re a back end developer you must have been in a position where the API you wrote…
NoSQL Databases
NoSQL databases, often called “Not Only SQL” databases, are a different breed of databases built to handle unstructured…