Nishu Goel

Nishu Goel @nishugoel

About: Engineering stuff, Google GDE, Microsoft MVP

Location:
Cologne, Germany
Joined:
Feb 20, 2019

Nishu Goel
articles - 19 total

The ü/ü Conundrum

I implemented search and filtering for entities on our product at epilot. The users were heavily...

Learn More 9 0Feb 12 '24

How using Server-Timing API helped bring > 70% perf improvement

(Originally posted on Web performance Calendar) When working on the web, we all end up coming across...

Learn More 12 0Jan 23 '24

Spin up a new Elasticsearch cluster?

This post explains how to setup a new elasticsearch cluster from scratch and make it ready to be...

Learn More 8 0Aug 8 '23

Matching faces to Twitter DPs #ngIndia

Guess what I am talking about? Year 2022, this was after more than 2 years that we got to be at an...

Learn More 0 0May 27 '22

svelte-i18next

Presenting the svelte wrapper for i18next. This library, based on i18next, wraps an i18next instance...

Learn More 9 0Apr 8 '22

dabbling @epilot-dev with ______

Year 2022 marked an amazing start for me with a new stint with epilot GmbH based out of Cologne,...

Learn More 19 3Mar 21 '22

Creating framework-agnostic web components with Angular

This article shares about the need for web components, web component specifications, what are Angular elements, how can we create web components using Angular elements, and finally how we can we utilize this web components in our Vanilla JS or React/any other framework project.

Learn More 19 5Dec 12 '19

Custom validation for your reactive forms?

When working with forms in Angular, we are provided with a choice. The choice is similar to the one...

Learn More 6 4Jul 27 '19

Lazy Loading in Angular 8

We all know lazy loading is one of the most useful concepts of Angular Routing, and for those of us...

Learn More 21 6Jun 9 '19

Angular Library with ng-packagr

When you have a small application with three or more components, and they do not share a relationship...

Learn More 10 0Jun 3 '19

Angular Library with ng-packagr

NOTE: The article is relevant to the earlier versions of Angular and with the version 7 and above, we...

Learn More 6 0May 29 '19

IWD 2019 — GDG Makurdi

In the March of 2019, Pius contacted me to share my knowledge about the basic concepts of Angular...

Learn More 8 0Apr 5 '19

CRUD with Angular

In almost any application that we work with, the first important thing to do is to deal with data,...

Learn More 32 0Mar 30 '19

Debugging Angular Apps

We have been working with a variety of concepts in Angular, but when it comes to debugging our...

Learn More 8 0Mar 28 '19

Using setValue and patchValue

In this blog post, we will see that when building Reactive Forms, if we need to update the input...

Learn More 9 0Mar 17 '19

Instant Search Tab in Angular

In this blog post, we will learn to do Instant search in Angular using the data from Cloud Firestore....

Learn More 7 0Mar 11 '19

Faking a back-end server in Angular

In this blog post, we will see how to work with data without using a real server. This means without...

Learn More 9 0Mar 6 '19

Change CSS of PC on button click in CC?

To start with this blog post, let me put the focus on some of the terminologies that I have used in...

Learn More 2 0Mar 4 '19

Online/Offline? Check in a minute!

Here is a small and easy Angular application to check if you are connected to Internet or not! First...

Learn More 8 1Mar 4 '19