Development My Post On The AWS Blog Published February 16, 2022 Me and my team were excited to see our post published yesterday on the public AWS blog.
Published July 14, 2016 New Javascript ForEach iterator Have to start getting used to some iterator syntax. Here’s how we USED to do it: for (let color in colors) { […]
Published June 26, 2016 Goodbye Adobe FLASH I still remember the awe I felt visiting sites built with Flash. It’s still hard for me to come to grips with […]
Published July 23, 2016 Are we getting close to having a React CLI? The kind folks at Facebook just announced a way to boilerplate a React.js app: Create-react-app They readily admit there have been several […]
Published July 7, 2018 Having trouble getting PHP to parse files without a PHP extension in cPanel While migrating servers, this code in .htaccess stopped working for me: <Files filename> SetHandler application/x-httpd-php </Files> After hours of searching (and mostly […]