Cody DupuisSQL Aggregate FunctionsThis week’s article will be about SQL’s aggregate functions. I totally missed including it last week so I wanted to do a short write-up on…Jan 18, 2021Jan 18, 2021
Cody DupuisIntermediate SQLLast week I wrote an introductory article to learning Structured Query Language. I covered creating tables, updating tables, dropping…Jan 11, 2021Jan 11, 2021
Cody DupuisIntro to SQLAs an avid Rails developer, using SQL has become something I take for granted. Thanks to the ORM ActiveRecord library, I haven’t had to…Jan 3, 2021Jan 3, 2021
Cody DupuisConventions: Semantic ProgrammingIt’s been a while since I’ve covered a form of programming semantics, and considering I’m fresh off a holiday, it’ll be a simple but…Dec 28, 2020Dec 28, 2020
Cody DupuisinThe StartupReact Router OverviewToday’s post will be a short talk about using the npm package react router. As always, the link to the direct documentation can be found…Dec 21, 2020Dec 21, 2020
Cody DupuisUsing Geocode API to Plot Markers on Your React Google MapToday’s article will be building off of last week’s article about implementing the Maps JavaScript API. If you haven’t already read that…Dec 12, 2020Dec 12, 2020
Cody DupuisImplement Google Maps into your React ProjectToday I’m going to be going over a short guide on how to drop a Google Map component into your React project. The official NPM…Dec 6, 2020Dec 6, 2020
Cody DupuisReact Lifecycle MethodsToday I’ll be covering React Lifecycle Methods: what they are, how they are used, and the scenarios they will be most useful. Let’s get…Nov 28, 2020Nov 28, 2020
Cody DupuisinThe StartupRedux Middleware: ThunkLast week I covered setting up Redux for your React project and glossed over its use cases. Today’s article is meant to expand on that…Nov 22, 2020Nov 22, 2020
Cody DupuisThe Basics of Redux: SummaryToday I’ll be discussing a React library known as Redux. This post will cover a few different things, such as when and why you should use…Nov 16, 2020Nov 16, 2020