My colleague just discovered that Chrome 58 (released April 19th) has silently muted all console.debug() output in their Chrome Dev Tools. How? By making changes to the Console UI, from filtering based on type of console method to filtering based on levels. Introducing levels is not a bad thing in and of itself, but they Read the rest…
Front end development
How To Stop CodePen Auto Reload
I use CodePen a lot these days, both because Free Code Camp requires you to submit your work forĀ theirĀ “code it yourself” challenges (calles Ziplines) challenges via CodePen, but also because it’s quick and easy to test something out live. CodePen is a playground for the front end side of the web. It’s all about inspiration, Read the rest…