strongbrew
@strongbrew_io
Delicious javascript recipes in the form of workshops (or Brews).
@brechtbilliet and @kwintenp giving awesome workshops in javascript technologies
ID: 793893427666677760
https://strongbrew.io 02-11-2016 19:11:57
207 Tweet
498 Followers
164 Following
Looking for a good workshop on #Angular #architecture? Have a look at strongbrew
I just released a **free** video course 'Build the operators from #RxJS from scratch'! It teaches you how operators work internally, giving a deeper understanding of the (subtle) differences between them. For more info, watch the intro (and videos) here: blog.strongbrew.io/build-the-oper…
We are nearly completely booked!!!! Thank you all for (re)joining one of our workshops. #Angular #architecture Only a few tickets left! CC Brecht Billiet Kwinten Pisman strongbrew.io/become-an-angu…
The guys from strongbrew really gave a great workshop today about #AngularArchitecture Nx I really learned a A LOT!! Thank you Brecht Billiet & Kwinten Pisman ! Thanks @aca_it for hosting, great venue! #ghent #angular #nx #architectue #bestpractices
Double mentor announcement today! 🎉 Brecht Billiet & Kwinten Pisman, #frontend architects focusing on Angular and #RXJS and strongbrew co-founders, will be part of #WorkshopSummit with a session on Advanced #Angular in #RxJS #javascript #js #training #belgium #programming
#RxExampleOfTheDay The browser replays 'keydown' events for as long as the user keeps pressing the button. This is a stream that emits 'keydown' or 'keyup' whenever the user presses/releases a button. Without having duplicate events 🥳 StackBlitz: stackblitz.com/edit/rxjs-ro5b…