Good introductory tutorial on getting started with Electron. A detailed guide on building your very own sound machine using JavaScript, Node.js and Electron Building a desktop application with Electron →
BADASS
Behind the Magic of Rogue One: A Star Wars Story
Sticky Sidebar
Sticky Sidebar ⬆⬇ is a pure JavaScript plugin for making smart and high performance sticky sidebar, works with sidebar if it’s taller or shorter than the viewport, integrated with resize sensor to re-calculate the dimensions automatically when the size of sidebar or its container is changed, supports jQuery/Zepto and compatible with Firefox, Chrome, Safari, and …
Create and share beautiful images of your source code with Carbon
Easier imports with Webpack’s resolve.alias
One of the things I find annoying when using import in my JS code is the fact that you need to refer to other local files using (relative) paths. Like so: // Without resolve.alias 😭 import Modal from ‘../../../components/objects/modal/modal’; Having a background in PHP – where you have include paths and autoloaders – I essentially …
Continue reading “Easier imports with Webpack’s resolve.alias“
Vapor – Server Side Swift
Interesting to see that Swift can also be used as a serverside language. One can clearly see parallels with other languages and frameworks. For example Vapor comes with an HTTP Package, which – amongst other things – contains a Request class. // http://vapor.codes/example?query=hi#fragments-too let scheme = request.uri.scheme // http let host = request.uri.host // vapor.codes …
Freelance Achievement Stickers
Inspecting Redux Stores in Production, without the Redux Devtools
Checking out the Redux Store of Soundcloud Redux Back in the day I learnt a lot by hitting CTRL+U (View Source) on websites. Nowadays I still check the source code of some apps, yet it’s become a tad more difficult for some specific things. When it comes to React apps that use Redux I like …
Continue reading “Inspecting Redux Stores in Production, without the Redux Devtools”