Sergey GultyayevFrom Jest to Vitest and backRecently, I have remembered that there is a tool called Vitest, which supposedly should be blazing fast. Something like Vite vs Webpack. I…Jul 20Jul 20
Sergey GultyayevKeeping up to date with Angular. Should you update?It’s a common problem for projects to use stale versions of packages when they go to production. Everyone is focused on delivering new…Feb 162Feb 162
Sergey GultyayevWhy 2023 is the best year to learn AngularOne of the biggest downsides of Angular was its steep learning curve. On top of that at the early ages of Angular, the documentation wasn’t…Sep 10, 20231Sep 10, 20231
Sergey GultyayevAngular v16 surviving the preview. JestWith the release of Angular v16 we got a number of interesting features which are in developer’s preview. Our team has decided to try them…Jun 19, 20232Jun 19, 20232
Sergey GultyayevNew reactivity in Angular. Is it time to say “farewell” to RxJS?On May 3rd Angular v16 has been released. This is one of the greatest releases that we have received in the recent years. In the release…May 9, 20232May 9, 20232
Sergey GultyayevStandalone in Angular. Is it time to migrate?This fall Angular standalone API came out of developer preview which means that it’s now completely safe to use and the API is stable and…May 7, 2023May 7, 2023
Sergey GultyayevWorking with providers in AngularWhen you just come to Angular it may be overwhelming to understand these providers: [Service1, Service2] that can be used in Modules…Mar 30, 20232Mar 30, 20232
Sergey GultyayevMaking OTP input in AngularIt’s a common need to have an input which value is stored and displayed differently. At times, it also has extra controls to enter the…Mar 11, 20232Mar 11, 20232
Sergey GultyayevAnimations in AngularWhen you come to Angular first you already know HTML, CSS and JS and hence if you need to implement animations the first thing coming to…Feb 8, 2023Feb 8, 2023
Sergey GultyayevRxJS in Angular. CookbookLet’s review most common scenarios that RxJS enables you to solve. With RxJS they are much easier than to do it full manual with no RxJS…Dec 26, 2022Dec 26, 2022