strongbrew (@strongbrew_io) 's Twitter Profile
strongbrew

@strongbrew_io

Delicious javascript recipes in the form of workshops (or Brews).
@brechtbilliet and @kwintenp giving awesome workshops in javascript technologies

ID: 793893427666677760

linkhttps://strongbrew.io calendar_today02-11-2016 19:11:57

207 Tweet

498 Followers

164 Following

Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

(Do you know|can you explain) why there is no `Array.scan` while we do have a `scan` operator for #RxJS❓ If not, you might not fully understand the important difference between Arrays and Observables. Check out my latest article and learn why! 🎓🧐🤗 blog.strongbrew.io/why-there-is-n…

Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

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…

strongbrew (@strongbrew_io) 's Twitter Profile Photo

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…

Maarten Tibau 🅰️ 🇧🇪 | 🦋 maartentibau.be 🦋 (@maartentibau) 's Twitter Profile Photo

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

Sarah Drasner (@sarah_edo) 's Twitter Profile Photo

🎇 I made a small tool for everyone: CSS Grid Generator. You can designate rows, columns, gaps, and units, and then drag to create child divs to make dynamic layouts with ease! Open source on GitHub and deployed on Netlify cssgrid-generator.netlify.com

Dominic Elm (@elmd_) 's Twitter Profile Photo

Cold event streams in templates in Angular might soon be possible 🔥🔥🔥 Kwinten Pisman and I had this idea during our training on Gran Canaria and now I have been working on a first minimal version. Works pretty well but it's still very experimental.

Cold event streams in templates in <a href="/angular/">Angular</a> might soon be possible 🔥🔥🔥

<a href="/KwintenP/">Kwinten Pisman</a> and I had this idea during our training on Gran Canaria and now I have been working on a first minimal version.

Works pretty well but it's still very experimental.
Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

Dominic Elm and I have been working on this idea to create streams directly from within Angular templates!!! 🎉🍾🥳🍾🎉🍾🍾 ✔️ Fully Ivy and AOT compatible ✔️ Still very experimental ✔️ Concepts can be reused to add 'any' syntax to Angular templates I'm so excited for this!!!

Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

📢📢Time for a new teaser! 📢📢 Dominic Elm and I are also working on a Chrome plugin that highlights all your Angular components when they are checked during a CD cycle! 🔥🔥 ✔️ No changes needed to your app ✔️ Works with Ivy only ✔️ Works on prod builds

Workshop Summit (@workshopsummit) 's Twitter Profile Photo

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

Double mentor announcement today! 🎉

<a href="/brechtbilliet/">Brecht Billiet</a> &amp; <a href="/KwintenP/">Kwinten Pisman</a>, #frontend architects focusing on <a href="/angular/">Angular</a> and #RXJS and <a href="/strongbrew_io/">strongbrew</a> co-founders, will be part of #WorkshopSummit with a session on Advanced #Angular in #RxJS

#javascript #js #training #belgium #programming
Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

#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…

#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 🥳

<a href="/stackblitz/">StackBlitz</a>: stackblitz.com/edit/rxjs-ro5b…
Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

#RxExampleOfTheDay Whenever your initial stream depends on a condition, it's best to use the `iif` operator instead of declaring a variable and then assigning it in an if-else. #rxjs

#RxExampleOfTheDay Whenever your initial stream depends on a condition, it's best to use the `iif` operator instead of declaring a variable and then assigning it in an if-else. #rxjs
Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

#RxExampleOfTheDay A small utility to make debugging a little easier. An operator that logs out IF an Observable was subscribed to AND how many times it was subscribed to. Has saved me quite some time debugging #rxjs 😅 Stackblitz: stackblitz.com/edit/rxjs-rmfi…

#RxExampleOfTheDay A small utility to make debugging a little easier. An operator that logs out IF an Observable was subscribed to AND how many times it was subscribed to.
Has saved me quite some time debugging #rxjs 😅

Stackblitz: stackblitz.com/edit/rxjs-rmfi…
Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

#RxExampleOfTheDay Loading indicators give great feedback to users. Showing them instantly can result in flickering behavior when calls are ⚡️. Better is, only show a spinner when a call takes longer than 1s. Stackblitz: stackblitz.com/edit/rxjs-dhxy…

#RxExampleOfTheDay Loading indicators give great feedback to users. Showing them instantly can result in flickering behavior when calls are ⚡️. 

Better is, only show a spinner when a call takes longer than 1s. 

Stackblitz: stackblitz.com/edit/rxjs-dhxy…
Kwinten Pisman (@kwintenp) 's Twitter Profile Photo

#RxExampleOfTheDay Progressive data enhancement with #RxJS. If data fetching means going to two API's, you can already show the result of the first call and enhance that data (and view) when the second call arrives. Stackblitz: stackblitz.com/edit/rxjs-prog… Blog post coming soon😊

#RxExampleOfTheDay Progressive data enhancement with #RxJS. 

If data fetching means going to two API's, you can already show the result of the first call and enhance that data (and view) when the second call arrives.

Stackblitz: stackblitz.com/edit/rxjs-prog…

Blog post coming soon😊