Barry Michael DoyleinThe F1 TorqueReserve driver Nyck de Vries scores points at Monza on his debut Formula 1 Race12 September 2022 (Monday) — The two time Formula E World Champion Nyck de Vries competed in his first Formula One Grand Prix at Monza…Sep 12, 20221Sep 12, 20221
Barry Michael DoyleinThe F1 TorqueWilliams Driver Alex Albon out of Monza due to Appendicitis10 September 2022 (Saturday)— Alex Albon has been unexpectedly diagnosed with appendicitis and will understandably not be fit to race at…Sep 10, 20221Sep 10, 20221
Barry Michael DoyleinThe F1 TorqueA minute of silence to start off the Italian GP Weekend9 September 2022 (Friday) — News broke yesterday that Queen Elizabeth II has passed away at the mature age of 96.Sep 9, 2022Sep 9, 2022
Barry Michael DoyleinThe F1 TorquePierre Gasly Sick Ahead of the 2022 Monza Grand Prix8 September 2022 — Today Scuderia AlphaTauri announced that Gasly will not be on the track today as instructed by his doctor!Sep 8, 2022Sep 8, 2022
Barry Michael DoyleinITNEXTCreate a Custom React Hook for Tracking Browser Window Width (with TypeScript)Lately I’ve been making use of Custom React Hooks to clean up my codebase and it has been doing wonders for me! I’ve managed to move so…Apr 13, 2020Apr 13, 2020
Barry Michael DoyleinITNEXTES6 Destructuring and Variable Renaming Explained!Destructuring objects and arrays is probably the most used feature in ES6 and for good reason. This simple technique is amazing for writing…Sep 24, 20181Sep 24, 20181
Barry Michael DoyleinITNEXTWrite Modularized Code to Clean up your JavaScript imports!In this post I’ll teach you a nifty little trick that you should definitely be using — if you aren’t already — to clean up your JavaScript…Sep 10, 2018Sep 10, 2018
Barry Michael DoyleinITNEXTReact Sub Rendering: Simplifying complex render functionsHave you ever built a React component with a render function that has a ton of messy ternary statements that are used for determining what…Sep 6, 20185Sep 6, 20185
Barry Michael DoyleinITNEXTStop wrapping your React components in pointless divs!You’ve probably already figured out — given the featured image — that this is going to be a post about the React 16.2 Fragment feature. Now…Sep 4, 2018Sep 4, 2018
Barry Michael DoyleWhat is the best way to .bind(this) in React?Anyone getting started with React is bound to come across the mistake of not binding this to their event handlers. I’m sure that 90% of you…Aug 28, 20185Aug 28, 20185