Morgan McMurray
28 posts
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…
[MLStory] A Guide to Using VertexAI and Google’s Embeddings for Generative Projects
In this step-by-step tech tutorial, we’ll explore an alternative approach to tackle a common use case we discussed…
Handling errors in TypeScript the right way
Error handling is one of the key areas in software engineering. When done correctly, it can save you…