Neill's Blog
I'm writing about whatever technical stack I'm currently working with, NLP, RL, and anything else I find interesting. I'm treating this blog like the following quote from one of my favorite book series:
Journey before destination.- Brandon Sanderson, Stormlight Archive
Read the blog posts for more.
Featured
A Bit About Arrays
Posted on:February 26, 2024 at 08:00 PMIn this post, I'll cover arrays, what they are, and why.
Working Through The Last Algorithms Course You'll Need by ThePrimeagen
Posted on:February 15, 2024 at 05:22 PMJoin me as I work through "The Last Algorithms Course You'll Need" on Frontend Masters.
Recent Posts
Getting to Grips with Big O Notation
Posted on:February 18, 2024 at 05:22 PMA straightforward guide to Big O notation. Learn how it measures algorithm efficiency and why it's a must-have in your coding toolkit.