Aaron BillingsYou may not need a library for that: Dates/TimesHandling dates and times in a user-friendly way can be a daunting task due to the variety of date formats and time zones used around the…Mar 30Mar 30
Aaron BillingsYou may not need a Library for that: Managing URLsManaging and manipulating URLs is a common task. You may have reached for a library to do this. However, you may not need a library for…Mar 23Mar 23
Aaron BillingsBuilding a Simple Reactive System with JavaScriptHow to add reactivity to your applications using vanilla JavaScript Nov 22, 2023Nov 22, 2023
Aaron BillingsUnderstanding JavaScript Proxies: A Dive into Dynamic Object InterceptionNov 19, 2023Nov 19, 2023
Aaron BillingsCompound Component Pattern: Creating a Reusable CardRecently I wrote an article on advanced react patterns that you can use in your projects to create awesome reusable components. You can…Aug 20, 2021Aug 20, 2021
Aaron BillingsAdvanced React Patterns with HooksIf you’ve used react for any length of time you know how easy it is to get started creating components and interfaces for your personal…Jul 16, 20216Jul 16, 20216
Aaron BillingsManage State Easier With React HooksReact hooks have allowed us to simplify how we write components, and has given us to create new ways to manage state in our applications…Jan 8, 2021Jan 8, 2021
Aaron BillingsHow to Prevent Burnout as a DeveloperIt’s 11pm on a weekday, you’ve already had a long day at work and now your hacking away on one of your many side projects. You feel like…Dec 14, 2020Dec 14, 2020
Aaron BillingsWhat’s the deal with Objects and Prototypes?If you’ve just begun your coding journey with JavaScript you may have used classes in JavaScript. But do you understand what’s going on…Jul 27, 2020Jul 27, 2020
Aaron BillingsAngularJS to React Migration Part 1: Webpack InstallationAs I’m sure your aware AngularJS is going the way of the Dinosaurs next June being fully taken off of life support. As that is the case…Jul 19, 2020Jul 19, 2020