Krzysztof Szala

Krzysztof Szala @avantar

About: PHP and TypeScript developer, currently working at DAZN. Don't want to miss my next article? Just click 👇

Location:
Silesia
Joined:
May 30, 2020

Krzysztof Szala
articles - 10 total

New GitHub Issues – first impressions

GitHub is working on a new version of their project managing application, which will be tightly...

Learn More 1 0Oct 15 '21

Using data sets in your Jest tests

Data sets or data providers in testing are powerful tools, which can let you keep your test clean and...

Learn More 18 2Sep 2 '21

Native enums are coming to PHP

The next bigger version of PHP is going to be released in November 2021. Version number 8.1 will come...

Learn More 6 0Jul 8 '21

Injecting request object to a custom validation class in NestJS

I'm a big fan of how NestJS handle validation using class-validator library. There are many...

Learn More 48 21May 12 '21

How to fix zsh icons in Visual Studio Code terminal?

Zsh is a popular UNIX shell used by many Linux and macOS users around the globe. It's even more power...

Learn More 51 10May 6 '21

How to output raw SQL with filled parameters in TypeORM?

Even though TypeORM provides more or less good ORM feeling, many times you have to use Query Builder...

Learn More 15 3Apr 19 '21

Validating numeric query parameters in NestJS

Another day, another short article. Today we will focus on validation of numeric query parameters. E...

Learn More 88 17Apr 12 '21

Validating nested objects with class-validator in NestJS

Today I have for you a quick and short article. Maybe it will help someone. I'm using class-validator...

Learn More 85 27Apr 2 '21

Custom validation with database in NestJS

NestJS is an outstanding web framework which supports natively TypeScript out of the box. Its maintai...

Learn More 60 21Mar 27 '21

Dive into PHP8. Part 1 - Constructor Property Promotion

A new major version of PHP is set for an official release on December 3. Along with numerous bug fixe...

Learn More 10 0Jul 14 '20