Overview for 'original-content'
Written by Bram.us
/ Original link
on Mar. 19, 2018
Last Friday Max Lynch sent out this tweet: I'm still not over Apple killing the best emoji there ever was pic.twitter.com/gVOMhEP3Mn — Max Lynch (@maxlynch) March 15, 2018 Inspired by an idea that fi…
Written by Bram.us
/ Original link
on Mar. 19, 2018
Using chrome://flags/ it’s possible to enable “Developer Tools Experiments”. On the most recent Fronteers Conference, Umar Hansa showed that there are even more DevTools Experiments that one can enab…
Written by Bram.us
/ Original link
on Mar. 7, 2018
Yesterday I heard on the news that clocks in Europe have started to lag behind on the official time. The culprit is a fluctuation in Europe’s electricity grid. Clocks, like the ones in your microwave…
Written by Bram.us
/ Original link
on Mar. 1, 2018
One of the cool things about MySQL 5.7 is the fact that it sports a few spatial convenience functions (since 5.7.6), allowing one to do operations on geometric values. One of those convenience functi…
Written by Bram.us
/ Original link
on Feb. 19, 2018
One of the new things in React 16.3.0 is a new context API: Typically, data in a React application is passed top-down (parent to child) via props. But sometimes it’s useful to pass values through mul…
Written by Bram.us
/ Original link
on Feb. 5, 2018
One of my favorite ECMAScript Proposals is the “Optional Chaining Operator”. Another proposal that forms great duo with it is the “Nullish Coalescing Operator” (sometimes also referred to as “Nullary…