angular


post-805-thumbnail
Angular Performance: Performance Budgets With The Angular Cli

Learn how to set performance budgets using the Angular CLI

Super Productivity: How To Grow Fond Of Time Tracking And Task Management

Repetitive tasks suck. Time Tracking sucks. I think most programmers can rely to that. This article discusses how I use the app Super Productivity to make this process feel lot less like a chore and to support me in maintaining a productive and healthy workflow.

post-720-thumbnail
What Is Angularjs Good For?

What is AngularJS? AngularJS is an Open-source Front-end JavaScript-based framework which is maintai...

post-716-thumbnail
Developing Modern Apps For Financial Markets – Part 4: Architecture And Development

I've wrote this article some time ago, as a way to describe the application design process in GFT, yo...

post-715-thumbnail
Developing Modern Apps For Financial Markets – A Case Study. Part 1

I've wrote this article some time ago, as a way to describe the application design process in GFT, yo...

post-706-thumbnail
“Trick Or Unsubscribe” In Rxjs: A Custom Angular Decorator

Background Why Observables might be dangerous for your application? What are the options t...

Test Angular Build Locally

To test your Angular build locally: Build your app: ng build --prod Install http-server for...

Reactiveforms: Don't Die Trying.

Intro This article is the first of a 3 part series about Reactive Form, and its usage in c...

post-583-thumbnail
Angular Performance: Preloading Lazy Routes

Optimize runtime performance by preloading lazy routes

post-565-thumbnail
How To Share Angular Components Between Projects And Apps

Easily share and collaborate on components across Angular projects, alone or as a team. An...

post-563-thumbnail
Authentication Preload Strategy

I have decided to write my own custom authentication preload strategy. I got an idea from John Papa a...

post-534-thumbnail
Angular Performance: Route Level Code Splitting

Learn about route-level code splitting and lazy loading with Angular

My Personal Blog

napicella's blog

post-372-thumbnail
Angular + Docker... Really?

Este es un tutorial básico de docker para Front end developers, de igual forma los conceptos explica...

post-325-thumbnail
Angular Unit Testing 101 (With Examples)

The more we add features to our software the more it grows in complexity. And as it grows in...

Testing Asynchronous Rxjs Operators

Time traveling with virtual time and time progression syntax Are you...

Isomorphic Javascript: What Is It And What Can I Do With It?

Isomorphic JavaScript: What is it and what can I do with it? JavaScript, a language...

How To Index A Single Page Application Built In Angularjs

How to index a single page application built in AngularJS The age (read: a few years)...

The Battle Of Apples And Oranges: Angular Vs React Vs Vuejs

The battle of apples and oranges: Angular vs React vs VueJS People keep asking about...

post-233-thumbnail
The Complete Guide To Ngrx Testing

The main secret behind having better test coverage in an Angular app is to reduce the friction it tak...

Angular: Easily Extract A Falsy Value From An Observable Using The Async Pipe ?

Whether you've been using Angular for years or if you just got started with it a day ago, chances are...

Angular 8 - Getting Started In 2019

Just found a nice read on Getting Started With Angular 8 - https://overflowjs.com/posts/AngularJS-Get...

Using The Url As The Single Source Of Truth In An Angular Application

Lately i’ve been trying to apply the concept of using the url as the single sourc...

Using The Html <Time></Time> Element With Angular

<time [dateTime]="'2019-08-09 16:22:20'">8/9/2019</time> So had to...

Painless Strongly Typed Angular Reactive Forms

A few days back while looking into strongly typing reactive forms in Angular, I c...

post-111-thumbnail
[Video] What Are Higher-Order Observables And Flattening Operators In #Rxjs (Mergemap, Switchmap, Concatmap).

What are Higher-order Observables and flattening operators in #RxJS (mergeMap, switchMap, concatMap) video from my video-course “Hands-on RxJS”

post-59-thumbnail
Front End Architecture For Angular Applications

In my current role as Director of Product Engineering at FINCURA, I’m often thinking about our front...

Angular Theme Provider

Providing theme provider is a MUST in component library. All the components should be able to gain ac...