Wojciech Janaszek, 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 Wojciech Janaszek

Author: Wojciech Janaszek

I am an Angular and NestJS developer. I started my adventure with the first versions of "new" Angular (2 and up). Recently I'm also using NestJS (which is easy to learn if you know Angular well - everything is very similar). In my work I pay a lot of attention to so called clean code and clean architecture. I like to have "order" in the code :) In my free time I am interested in sports cars, motorsport in general. I also play amateur volleyball.
Angular
Angular & Dependency Inversion Principle
Author:
Wojciech Janaszek
21 Jan 2022

Angular & Dependency Inversion Principle

Introduction This is the last article of the series about SOLID. It is a set of principles that allows us to write a code which is easier to scale …

KEEP READING
Angular
Angular & Interface Segregation Principle
Author:
Wojciech Janaszek
6 Jan 2022

Angular & Interface Segregation Principle

Introduction This is the fourth article in the series on the acronym SOLID. It is a set of rules thanks to which we can write code that will be …

KEEP READING
Angular
Angular & Liskov Substitution Principle
Author:
Wojciech Janaszek
30 Dec 2021

Angular & Liskov Substitution Principle

Introduction This is the third article in the series on the acronym SOLID. It is a set of rules thanks to which we can write code that will be …

KEEP READING
Angular
Angular & Open/Closed Principle
Author:
Wojciech Janaszek
9 Dec 2021

Angular & Open/Closed Principle

Introduction This is the second part of the SOLID article series. It’s a set of principles that will not only allow us to write a code that scales more …

KEEP READING
Angular
Angular & Single Responsibility Principle
Author:
Wojciech Janaszek
26 Nov 2021

Angular & Single Responsibility Principle

Introduction SOLID is a set of principles thanks to which we can create a code that is scalable, can be extended easily, and change implementations of existing mechanisms. Although …

KEEP READING