Jul 27Who in their right mind would EVER need algorithms and data structures?!Maaaaaan, fck algorithms and data structures! Who needs them anyway?! is something you could hear me say when asked about this topic before so it might come as a surprise that I’ve been heavily investing in learning them in-depth by picking up a number of algo and data structures books…JavaScript7 min readJavaScript7 min read
Jun 28, 2018Why Your Business Needs a Progressive Web AppYou ever look at a web site and think: “Everything is either a potato or not a potato…” and more ( or less? ) importantly: ”This web site would be great as an app!”? If you did, you’re not alone, buddy boy! Some very cool folks over at Internet HQ…Web Development5 min readWeb Development5 min read
Jun 14, 2018Restpollo — React Fetch ComponentDISCLAIMER: Restpollo isn’t an official Apollo project. They did such a good job with React Apollo that it inspired me to create a simplified version for communicating with a REST API using React components and function as children pattern. I don’t hide the fact that I’m a HUGE fan of…React3 min readReact3 min read
May 16, 2018React image lazy load component RevisitedA long a$$ time ago I created a simple React component that would lazily load an image and while it’s busy loading an image it would show a placeholder and wrote a tutorial how I did it. …JavaScript2 min readJavaScript2 min read
Dec 2, 2017Hey JavaScript Developer, Read These Links! #3Common Security Issues in Web Applications. Part 1 (Link)2 min read2 min read
Nov 28, 2017The Sensible Ravings of a Functional Programming FanboyIt should come as no surprise that I’m a HUGE functional programming fanboy — shameless plug for an older blog post (Link). …Functional Programming5 min readFunctional Programming5 min read
Nov 25, 2017Hey JavaScript Developer, Read These Links! #2The Cost Of JavaScript (Link)JavaScript2 min readJavaScript2 min read
Nov 17, 2017Hey JavaScript Developer, Read These Links! #1Version 5.0.0 of Angular Now Available (Link)2 min read2 min read
Nov 8, 2017JavaScript Async / AwaitLets do a quick one today that can make your JavaScript code much cleaner and much much more readable, namely JavaScript Async / Await.JavaScript3 min readJavaScript3 min read
Oct 24, 2017JavaScript Functional Programming — map, filter and reduceEven if you don’t know what functional programming is you’ve probably been using map, filter and reduce just because they’re so incredibly useful and make your code stink less by allowing you to write cleaner logic. Disclaimer: the title of this article is ‘JavaScript Functional Programming’ but I won’t be…JavaScript6 min readJavaScript6 min read