by Jon Rista | Jun 27, 2019 | Frontend, JavaScript, NgRx, Operators, Rxjs
Mapping operators. If you have been doing NgRx for any amount of time, you are probably aware of the contention that often surrounds which mapping operator should be used in effects. Contention, and confusion, and an oft-changing roadmap. Every mapper in its...
by Kevin Schuchard | Jun 27, 2019 | Angular, Frontend, Interceptors, JavaScript
Angular HTTP Interceptors provide a flexible mechanism to control your application when dealing with network-related resources. They’re similar to middle-ware in other frameworks and allow network logic to be abstracted and reused. Resources To Follow ? Demo...
by Briebug Team | May 30, 2019 | Cypress, Frontend, JavaScript, Testing
Testing is a very important part of the software development cycle and has become much easier than when I started out as a developer. The tools continue to improve and the techniques are far more sophisticated. We are able to write unit, integration, and end to end...
by Jon Rista | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
by Briebug Team | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
Angular has come a long way since I started using it back in 2013. The days of “$scope” and massive views/controllers have been replaced with component-based architectures and more elegant patterns. One of the more popular patterns over the past year or so...
by Briebug Team | May 16, 2019 | Angular, Frontend, Rxjs
Using WebSockets may seem daunting, but they are delightfully simple. And what you’ll be really glad to know, is that RxJs ships with a thin wrapper around the native browser WebSocket client. No additional third party dependencies are needed, and you get an...