Open in app

Sign in

Write

Sign in

Rashmi Bang
Rashmi Bang

9 Followers

Home

About

Mar 29

Binary Search Algorithm

The binary search algorithm is one of the most commonly used algorithms in programming. The binary search algorithm is a divide and conquer algorithm that searches for a specific element in a sorted array. Step 1: Lets find the mid value element from the start and end values of a…

Binary Search

3 min read

Binary Search Algorithm
Binary Search Algorithm
Binary Search

3 min read


Jun 15, 2021

A Tour to implement Lazy Loading …

Angular by default loads the components and modules eagerly. That means the entire code is downloaded one time only when the application starts. For smaller websites, it might not matter much that all the modules are loaded at once. …

Angular

2 min read

Angular

2 min read


Oct 7, 2020

Angular Data Binding 101

Data binding is a core concept in Angular and allows to define communication between a component and the view, making it very easy to define interactive applications without worrying about pushing and pulling data. …

2 min read

2 min read


Sep 23, 2020

Cross Component Communication using Subjects in Angular

An RxJS Subject is a special type of Observable that allows values to be multicasted to many Observers. Subjects are like EventEmitters: they maintain a registry of many listeners. There are two things when we talk about Subjects or any observables in general: The sender And the receiver In the…

Angular

3 min read

Cross Component Communication using Subjects in Angular
Cross Component Communication using Subjects in Angular
Angular

3 min read

Rashmi Bang

Rashmi Bang

9 Followers

A Self Taught Programmer.

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams