
Piotr Lewandowski
Likes JavaScript for clear typing system and Java for neat syntax. Makes fun of them. Peace ✌️
Work
Core UI at Dynatrace
We're a place where coders share, stay up-to-date and grow their careers.
Likes JavaScript for clear typing system and Java for neat syntax. Makes fun of them. Peace ✌️
Work
Core UI at Dynatrace
Recent comments
Angular - Translate Enums (i18n)
Yep, it has to be regular enum. I also maintain practice to ...
Angular - Translate Enums (i18n)
Right, it might cause duplication in ICU approach. I'd go wit...
Angular: Setters vs ngOnChanges - which one is better?
Great and short summary :) Have you considered performance d...
Managing Key-Value Constants in TypeScript
Nice replacements for enums. Example can be improved a bit to...
Tracking errors in Angular with Sentry
You're assuming error can contain "originalError" property,...
Use "async as" to cleanup Angular templates
I'd like to see directive for this in Angular core ;) *ngI...
Angular - Translate Enums (i18n)
for enums that tends to change or grow, we write unit tests...