Data Structures: The TreeI’ve talked at some length about some other common data structures in previous articles: hash tables, linked lists, stacks etc. And this…Sep 12, 2021Sep 12, 2021
Published inNerd For TechA Few of My Favorite Things (About Java)Although Java just turned 25, old enough to rent a car in the US, it still remains one of the most popular coding languages in the world…Sep 5, 20211Sep 5, 20211
Published inNerd For TechTypescript Generics: Strong Yet Flexible TypesTypescript is a powerful extension of Javascript, that allows us to take advantage of strongly typed variables, and comes with some useful…Aug 30, 2021Aug 30, 2021
Published inNerd For TechWhy You Should Learn TypescriptHaving been swimming around the coding ecosystem for some time now, I have a list of technologies that I’ve heard about over and over, but…Aug 22, 2021Aug 22, 2021
Data Structures: The StackContinuing my series on useful data structures and their implementations, this week I’ll be exploring Stacks. You’ll find these all over…Aug 14, 20211Aug 14, 20211
Data Structures: Linked ListLast week I dove in to the hash table data structure, and while the implementation is pretty straight-forward, it often hinges on another…Aug 6, 2021Aug 6, 2021
Published inNerd For TechThe Hash Table: Your Friendly Neighborhood Data StructureConsidering the common data structures employed by all coding languages, few hold as much importance under-the-hood as the hash table…Jul 30, 2021Jul 30, 2021
Published inNerd For TechCompare and Contrast: CSR, SSR, and SSG in NextJSSince the release of NextJS v9.3, we’ve been given three different rendering options for our React apps.Jul 24, 20213Jul 24, 20213
Highcharts reference: Chart TypesI recently began using a powerful JavaScript charting library called Highcharts, and while the docs and API reference on their developer…Jul 18, 2021Jul 18, 2021
Solution: CSS Styles are Removed Too Early on Page Transitions with Framer MotionI’ve only started really digging into the heart of NextJS, but I came across an amazing animations library called Framer Motion that allows…Jul 8, 20213Jul 8, 20213