Eduard Krivanek

Eduard Krivanek @krivanek06

Location:
Slovakia
Joined:
Sep 6, 2022

Eduard Krivanek
articles - 45 total

Exploiting Unvalidated Redirects for XSS

Being in web development for a while, you start exploring different domains than just mastering your...

Learn More 2 0Jan 6

Web Components in Angular - Why Passing Inputs Breaks on Navigation

Imagine that in your organization one team is building a library that you want to integrate into your...

Learn More 4 1Dec 21 '25

Angular - Custom MatPaginator Styling

One of my more popular articles that I’ve published is Angular: MatPaginator Custom Styling, which...

Learn More 3 0Nov 24 '25

Angular - For Loop Optimizations

In my recent article about Senior Angular Interview Questions, I mentioned a section about optimizing...

Learn More 9 1Oct 2 '25

afterRenderEffect, afterNextRender, afterEveryRender & Renderer2

Recently I’ve been playing around with some Angular functionalities, which are: effect,...

Learn More 4 0Sep 16 '25

Senior Angular Interview Questions

Lately, I've been interviewing candidates for a Senior Angular Developer role, and I've ended up...

Learn More 16 0Jul 29 '25

The Need Of Failing Before Succeeding

I used to think the whole try-and-fail wording was just a catchy phrase people threw around to sound...

Learn More 0 1Jun 11 '25

Build A Full-Stack Application With AnalogJS

You’ve probably heard the Vue crowd singing praises about Nuxt, and the React folks wouldn’t dare...

Learn More 14 0May 2 '25

My Personal Take On Signal Types In Angular

On May 3, 2023, signals were introduced in Angular v16 as a reactive variable for managing...

Learn More 0 0Mar 18 '25

Simple User Event Tracker In Angular

Recently, in the company I am working for, we had a task to implement an user event logger. The...

Learn More 8 0Feb 17 '25

Create Custom RxJs Operators

On the recent Angular live interview in January 2025 a question was asked: "Are we ditching...

Learn More 7 0Jan 27 '25

Dynamic Service Instantiation In Angular

Recently, I came across the following dynamic service instantiation in Angular from Roberto Heckers,...

Learn More 8 2Jan 10 '25

Advanced RxJs Operators You Know But Not Well Enough pt 2.

In June 2024, I published an article Advanced RxJs Operators You Know But Not Well Enough, which...

Learn More 16 0Dec 12 '24

Creating Custom rxResource API With Observables

At the time of writing this article, Angular is approaching the version 19 release and it brings a...

Learn More 10 0Nov 14 '24

Deep Dive Into Angular Pipes Implementation

One of the first things you learn about Angular is to avoid executing function calls in a template,...

Learn More 3 1Oct 9 '24

Angular: Generic In-Memory Cache Service

When manage application state in you Angular projects, you create a service to handle a specific...

Learn More 7 2Sep 9 '24

Angular State Management - Imperative, Declarative, Ngrx and SignalSlice

Building anything meaningful requires having a state management in your app. The question is, how...

Learn More 9 3Aug 1 '24

Advanced RxJs Operators You Know But Not Well Enough

I’ve been using Angular for more or less half a decade and recently I reviewed how many rxjs...

Learn More 61 2Jun 17 '24

From Chaos to Clarity: Simplify Your Angular Code with Declarative Programming

Not that long ago I bumped into an interesting problem. I wanted to implement a “search user”...

Learn More 9 2Jun 2 '24

Angular Clickable Component

Working on one of my side projects I had an interesting problem. I wanted to implement accessibility...

Learn More 6 0Apr 19 '24

Deploy Frontend Firebase App to Google Play

Recently I have deployed one of my application into Google Play. I had a few problems so I thought I...

Learn More 0 0Feb 4 '24

Angular Interview - Implement Data Reload

When interviewing into Angular related jobs, one question I used to get asked, is “Demonstrate a...

Learn More 3 2Jan 31 '24

Angular Rxjs - CatchError Position Matter!

Using rxjs you have many occurrences when you want to catch the errors from your streams, handle them...

Learn More 6 0Dec 29 '23

Angular: Default Image Placeholder

Working on the frontend, most of the time you want to display images loaded from a CDN. The request...

Learn More 6 0Nov 12 '23

Deploy Angular Universal To Firebase Cloud Functions

You’ve finally finished your first, releasable version of your Angular Universal application and you...

Learn More 7 2Aug 29 '23

Angular SSR Cannot read properties of undefined (reading 'Core/Chart/Chart.js')

Are you still building your web application as an SPA? What is this, 2020? Nowadays, everybody is...

Learn More 0 0Aug 9 '23

Angular: MatPaginator Custom Styling

As a frontend developer you most likely had a task to display data in a table and as an Angular...

Learn More 32 7Jul 23 '23

Angular Interview: What is a Higher-Order Observable?

One of the most common questions in Angular interviews is “what is a Higher-Order Observable”? It...

Learn More 7 0Jul 9 '23

Angular: Infinite Scrolling

Rendering takes time. That is especially the case if you have to load large amounts of data from your...

Learn More 45 4Jul 6 '23

Why Am I Switching To Signals In Angular?

Angular version 16 released a feature, that, I would say wasn’t really expected to come and shocked...

Learn More 5 1Jun 22 '23