Published inBetter ProgrammingHow To Programmatically Navigate Using React Router 6A brief guide to this burning questionNov 22, 2022Nov 22, 2022
Published inQuick CodeA Complete Beginner’s Guide to Linked ListsAs bizarre as they seem, a linked list is one of the most frequent data structures tech companies will ask developers about on coding…Aug 13, 2021Aug 13, 2021
Published inJavaScript in Plain EnglishCookie vs. Session vs. Local Storage: Why Cookies Are Usually Not the Best OptionIn this post, I’m going to discuss the difference between these storage utilities, and let you know why cookies are usually the last…Aug 8, 2021Aug 8, 2021
JavaScript Map and SetToday, I ran into the use of map and set in JavaScript. Although these are fairly basic JavaScript concepts, it had been awhile since I’d…Jul 23, 2021Jul 23, 2021
Redux vs. Redux Toolkit, What’s the Difference?Seemingly overnight Redux Toolkit has become the de facto standard when rolling out Redux in a React application. In this blog post, I’m…Jul 10, 2021Jul 10, 2021
Why I Want to Work for Northern Trust1. Northern Trust’s commitment to leading-edge technologies stands directly in-line with my own passion for React and staying on the…Jun 12, 2018Jun 12, 2018
GROUP BY vs ORDER BY/ HAVING vs WHERE in SQLLately I’ve been reviewing SQL to advance my database knowledge.Jun 4, 2018Jun 4, 2018
PHP Jquery Ajax and the Super Global VariableThere are a million resources on the Internet about how to carry out an JQUERY/Ajax request in PHP. However, when I was implementing this…May 28, 20181May 28, 20181
Building a PHP/MySQL Crud App Part 1This week I set out take my PHP skills to the next level by beginning a CRUD App that would incorporate MySQL and Bootstrap.May 21, 2018May 21, 2018