Contact Us

Want to get in touch with the team? Just drop us a line!

Manage RxJS Subscriptions in Angular
RxJS

Manage RxJS Subscriptions in Angular

RxJS [https://angular.io/guide/rx-library] is baked into Angular's environment and is heavily used behind-the-scenes inside Angular. You will notice that when you create your brand new Angular app with ng new newApp or using Visual Studio’s Angular template, RxJS is always included as one of the core dependencies. But first, what is RxJS? > RxJS is a library for composing asynchronous and event-based programs by using observable sequences - RxJS [https://rxjs.dev/guide/overview] Since RxJS i

CSS guide for dev dummies
CSS

CSS guide for dev dummies

Sometimes writing CSS can be a tedious task even for those who are experienced. It's even worse for those who are new to web development. For the past few years doing web development for various clients, I have noticed that the usual pitfalls of writing CSS fell into one of these: 1. CSS was written in such a specific way (sometimes too specific). 2. Inconsistencies in how devs write CSS classes. The default standard for most CSS should be written in kebab-case. But I have seen a mixture

Different RxJs Maps
RxJS

Different RxJs Maps

Why there are various RxJs maps? What are they used for? What are the differences? Why can't I just use switchMap all the way? This is my thoughts before my friend, Anthony Miller [https://www.twitter.com/nthonymiller] enlightens me. For an Angular developer that uses NgRx [https://github.com/ngrx], we often get this dilemma of which type of map should we use upon receiving NgRx action for our effect. This issue also happens in any services or any functions that are relying on observable value

Could not sign up! Invalid sign up link.