First, solve the problem. Then, write the code.

Let us change our traditional attitude to the construction of programs. Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do.

Wednesday, 26 February 2025

Understanding AWS Well-Architected Framework: A Deep Dive

›
  Introduction Amazon Web Services (AWS) has revolutionized cloud computing by providing scalable, secure, and cost-effective solutions for ...
Sunday, 19 September 2021

RXJS: Filter => These operators provide techniques for accepting values from an observable source

›
import  {  from ,  of  }  from   'rxjs' ; import  {  filter ,  first ,  last ,  single ,  skip ,  skipWhile ,       distinct , take ...
Tuesday, 20 April 2021

Time ago pipe : A really simple, lightweight Angular pipe for converting a date string into a time ago

›
import  {    Pipe ,    PipeTransform ,    NgZone ,    ChangeDetectorRef ,    OnDestroy }  from   "@angular/core" ; import   *   as...
Wednesday, 3 June 2020

RXJS Handle multiple API requests in Angular using merge Map and fork Join to avoid nested subscriptions

›
In this article, I will introduce two techniques to handle multiple requests in Angular by using mergeMap  and forkJoin. Contents: Pro...
›
Home
View web version

I am working on enterprise applications using angularjs, c#, asp.net, mvc, entity etc

My photo
Gaurav Lambha
Innovative Technology Leader | Full-Stack Development | Cloud Expert Passionate about leveraging cutting-edge technologies to build scalable, high-performance solutions, I bring over 10 years of experience in software development, architecture, and technical leadership. Throughout my career, I have successfully led teams, mentored engineers, and delivered complex software systems that drive business growth and efficiency. Adept at mentoring teams, leading successful software projects, and collaborating with stakeholders to deliver high-quality solutions
View my complete profile

About Me

My photo
Gaurav Lambha
Innovative Technology Leader | Full-Stack Development | Cloud Expert Passionate about leveraging cutting-edge technologies to build scalable, high-performance solutions, I bring over 10 years of experience in software development, architecture, and technical leadership. Throughout my career, I have successfully led teams, mentored engineers, and delivered complex software systems that drive business growth and efficiency. Adept at mentoring teams, leading successful software projects, and collaborating with stakeholders to deliver high-quality solutions
View my complete profile
Powered by Blogger.