Aidan McBride·Oct 9, 2022Memoization in React with Functional Components: Part 1React is a lightweight frontend library with many features to optimize performance. One of such features available in React is memoization…
Aidan McBride·Mar 2, 2022JavaScript Testing with JestJest is a JavaScript testing framework that is designed to be used with little configuration. Jest can be incorporate with Babel…
InCodeXbyAidan McBride·Jul 31, 2021Data Binding in AngularData binding in Angular is a way to keep your views consistent with the state of your application. You can bind properties and events in…
InJavaScript in Plain EnglishbyAidan McBride·Mar 25, 2021Getting Started with the JavaScript Fetch APIFetch API: A detailed guide to getting up and runningA response icon1A response icon1
Aidan McBride·Mar 19, 2021Manipulating the DOM With HTML, JavaScript, and CSS: Part 2In Part 1 of this entry, we discussed how to set up a boiler plate HTML file and use JavaScript to manipulate the DOM . This blog will be…A response icon1A response icon1
Aidan McBride·Feb 21, 2021Manipulating the DOM with HTML, JavaScript, and CSS: Part 1Note: This blog has an accompanying video available at my YouTube channel here: . If you are more of an audio and visual learner, or if…
Aidan McBride·Dec 21, 2020Observables and Subscriptions In AngularOne of the most important concepts to understand in Angular is what Observables are, how they work, and how to use them in your code. The…
Aidan McBride·Nov 15, 2020Tips For Your First HackathonLast weekend I had the amazing opportunity to be a part of a hackathon hosted to demonstrate a new full-stack framework. Myself and three…