Posts
All the articles I've posted.
How to write better code
October 12, 2022 | 10:05 PM15 simple, yet effective tips to produce better software
All the Ways to Center a Div
October 1, 2022 | 08:12 PMCentering a div is something we need to do all the time as web developers, and yet it still can be a challenge. There are many approaches you can take to accomplish it. Below I'll explore all the ways to center one div inside another.
Why College Doesn’t Prepare You to Be a Developer
October 1, 2022 | 01:51 AMIt comes down to complexity.
Google Stadia Never Stood a Chance
September 30, 2022 | 11:43 PMWhile Google touted ambitious plans when Stadia launched, but it never posed any real threat to established industry players like Sony and Microsoft. And because of Google’s general lack of commitment, Stadia never really stood a chance.
Stop Using The "!" Bang Operator In JavaScript
September 29, 2022 | 08:23 PMYou may think you are writing cleaner code using the bang operator, but in reality you are just opening yourself up to a plethora of bugs.