Robin van der VleutenHow to capitalize strings in JavaScriptTo capitalize a string in Javascript so the first character is in uppercase, we don’t need to add another NPM dependency. We can use plain…Nov 13, 2020Nov 13, 2020
Robin van der VleuteninLevel Up CodingHow to use React ContextReact Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent)…Oct 25, 2020Oct 25, 2020
Robin van der VleutenTrap focus in a React componentWhile developing interactive applications for the modern web, changes are that you’ll need to create overlaying elements. When such…Oct 16, 2020Oct 16, 2020
Robin van der VleuteninThe StartupScroll a React Component Into ViewReact has an easy way to access DOM APIs of HTML elements through references. We learn how React exposes HTML elements by scrolling an…Jul 10, 2020Jul 10, 2020
Robin van der VleuteninITNEXTGoing epic with Redux Observable testsWhat is Redux and what does it do?Jan 26, 20183Jan 26, 20183
Robin van der VleutenHow I started thinking about my stylesIf I had received a dollar for each time I intend to write the most maintainable CSS I had ever seen…Jan 16, 2017Jan 16, 2017
Robin van der VleutenPolymorphic JavaScript rendering in PHP with LambdaAs a web developer you’ve must came across the term Polymorphic Javascript, or Universal Javascript as some may prefer to call it. The…Apr 11, 2016Apr 11, 2016
Robin van der VleutenHandle authenticated users in Behat/MinkOne of the latest addition to PHP’s testing tools is Behat. A test framework that focusses on business expectations (behavior driven…Dec 12, 20152Dec 12, 20152
Robin van der VleutenRunning Hapi with Passenger on HerokuBefore it changed it’s name to Passenger, the application server was called mod_rails and used as module within Apache HTTPD to get your…Dec 11, 2015Dec 11, 2015