A practical guide to onboarding new colleaguesOnboarding a new colleague is not easy. It takes a lot of time, energy and preparation. Other work is ongoing so the goal is to get the…Jan 26, 2021A response icon1Jan 26, 2021A response icon1
Published inHackerNoon.comWhy Class/Component inheritance in your Angular app might not be goodWhen developing your applications you inevitably come across situations where you need to create functionalities/features or even…Mar 12, 2019A response icon6Mar 12, 2019A response icon6
Understanding RxJS map, mergeMap, switchMap and concatMapMapping data is a common operation while writing your program. When you use RxJS in your code to produce your data streams it’s very…Jan 9, 2019A response icon22Jan 9, 2019A response icon22
Understanding hot vs cold ObservablesWhen i started to get the hang of Observables it took me quite some time to understand what is meant by a hot or a cold Observable. Once i…Oct 9, 2018A response icon12Oct 9, 2018A response icon12
Published inHackerNoon.comES6: Understanding the destructuring assignment syntax in JavascriptThe ECMAscript 6 specification introduced a new syntax which makes it easier to get values out of arrays and objects. We call this syntax…Jun 19, 2018A response icon6Jun 19, 2018A response icon6
Understanding rxjs BehaviorSubject, ReplaySubject and AsyncSubjectAnd explore their different characteristicsMay 3, 2018A response icon35May 3, 2018A response icon35
Understanding rxjs SubjectsThe main reason to use Subjects is to multicast.Apr 17, 2018A response icon32Apr 17, 2018A response icon32
Published inHackerNoon.comGlobal HTTP error catching in Angular 4.3+Whenever you do an HTTP request, there are things that could go wrong. If things go wrong the request will return a response with an error…Mar 27, 2018A response icon2Mar 27, 2018A response icon2
Published inHackerNoon.comSerious about big data visualization? Consider using MapD.Last summer MapD open-sourced their technology and made it available for everybody. At that moment me and my colleagues at Dimebox where…Nov 21, 2017Nov 21, 2017
Published inHackerNoon.comAbstracting mongoose CRUD operations into a shared fileWhen building an API with Node, Express and MongoDB you can choose Mongoose as your ODM. Mongoose helps you to easily do CRUD operations…Oct 28, 2017A response icon1Oct 28, 2017A response icon1