Reading Today

The Yogi masters were right – breathing exercises can sharpen your mind

"It has long been claimed by Yogis and Buddhists that meditation and ancient breath-focused practices, such as pranayama, strengthen our ability to focus on tasks. A new study by researchers at Trinity College Dublin explains for the first time the neurophysiological link between breathing and attention." read full text »

Reading Today

Barracoon



"A major literary event: a never-before-published work from the author of the American classic, Their Eyes Were Watching God which brilliantly illuminates the horror and injustices of slavery as it tells the true story of the last known survivor of the Atlantic slave trade—illegally smuggled from"

read full text »

Reading Today

guess-js/guess



"Libraries and tools for enabling data-driven user-experiences on the web. Install and configure GuessPlugin - the Guess.js webpack plugin which automates as much of the setup process for you as possible."

read full text »

Workaday Reading

mishoo/UglifyJS2



"UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit. First make sure you have installed the latest version of node.js (You may need to restart your computer after this step)."

read »

Workaday Reading

Javascript call() & apply() vs bind()?



"I already know that apply and call are similar functions which setthis (context of a function). The difference is with the way we send the arguments (manual vs array) Question: But when should I use the bind() method ? var obj = { x: 81, getX: function() { return this.x; } }; alert(obj.getX."

read »

Workaday Reading

Element.closest()



"This is an experimental technology Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers."

read »

Workaday Reading

Pointer Lock API



"The Pointer Lock API (formerly called Mouse Lock API) provides input methods based on the movement of the mouse over time (i.e., deltas), not just the absolute position of the mouse cursor in the viewport."

read »

Workaday Reading

A Sage 9 + ACF debugging technique



"Thought I would share a debugging technique that’s working out well for me at the moment. I’ve never had any successes getting Xdebug and VS Code to play nicely but this technique also covers Advanced Custom Fields too."

read »