Mateusz Dobrowolski, Autor w serwisie Angular.love
//
  • Polski
  • Home – Blog
    • Angular
    • NestJS
  • About Angular.love
  • State of Angular PL 2022
Angular.love
Angular.love a blog for Angular fans
Skip to content
  • Polski
  • Home – Blog
    • Angular
    • NestJS
  • About Angular.love
  • State of Angular PL 2022
Angular.love company logo

Angular.love a blog for Angular fans

  • Polski
  • Home – Blog
    • Angular
    • NestJS
  • About Angular.love
  • State of Angular PL 2022

Choose language

  • Polski
  • English

Partners

  • House Of Angular
  • Ng-Poland

Find us on:

angular_love_fb_banner angular_love_fb_banner angular_love_fb_banner

Our newsletter

Powered by
House of angular
Powered by
House of angular
  • Polski
  • English
Homepage // Articles posted by Mateusz Dobrowolski

Author: Mateusz Dobrowolski

Mateusz is a Typescript sympathizer with several years of experience in developing Angular applications.
Angular
Teleportation in Angular
Author:
Mateusz Dobrowolski
3 Aug 2022

Teleportation in Angular

Teleportation, in the context of an Angular application, can be defined as a location change of a view fragment (in particular, moving it to another component), at the same …

KEEP READING
Angular
Backend for Frontend… by Frontend?
Author:
Mateusz Dobrowolski
14 Apr 2022

Backend for Frontend… by Frontend?

What is Backend for Frontend? Let’s start with a short introduction to API Gateway. It is a service mediating communication between clients and backend services exposing API. Its most …

KEEP READING
Angular
Angular Extended Diagnostics
Author:
Mateusz Dobrowolski
3 Mar 2022

Angular Extended Diagnostics

You will often come across statistics presented as an exponential function that show the increasing costs of detection and fixing of software bugs. Finding and fixing a software problem …

KEEP READING
RxJS
RxJS used in Angular – Knowledge in a Nutshell
Author:
Mateusz Dobrowolski
25 Jan 2022

RxJS used in Angular – Knowledge in a Nutshell

One of the more difficult challenges that less experienced developers, who want to dive into the ecosystem built around Angular, are facing is the eponymous RxJS. This library is …

KEEP READING
Angular
Angular Tips & Tricks part VIII
Author:
Mateusz Dobrowolski
18 Nov 2021

Angular Tips & Tricks part VIII

Recently, we have been very actively trying to support the Angular community. Lately, we have organized two MeetUps in Warsaw, focused on NestJS and Angular. Additionally, in October we …

KEEP READING
Angular
Angular compilation restrictions overview
Author:
Mateusz Dobrowolski
2 Sep 2021

Angular compilation restrictions overview

One of the main profits of using Typescript is the possibility of catching some of the bugs right on the spot  (or during the compiling process). Depending on the …

KEEP READING