Angular 17 – a groundbreaking release brings many new features
Categories
Programowanie

And here it is! Angular 17 has officially landed with a stable release, bringing a bunch of improvements and fresh features. The Angular team isn’t slowing down, and with each update, the framework gets more flexible and efficient. This time, the focus is heavily on optimization and improvements in application flow management. With new additions […]

CORS from the inside – a guide for web developers with all the details
Categories
Programowanie

Today’s guide is for all web developers who work on web applications. It’s essential reading for those building APIs or front-ends. If you haven’t heard of CORS yet, you’ll likely come across it soon. To help you go beyond just “adding a header on the backend,” I encourage you to read on. I’ll break things […]

Junior, mid, senior, or maybe an expert – how to define yourself?
Categories
Biznes, Programowanie

Seniors are not equal to seniors – about differences in the same position. Even within the same job level in the IT industry, significant differences in skills, experience, and professional roles can be observed. There are many reasons for this, one being the individual definition of job levels in different companies, the scope of responsibilities, […]

Angular – inject() or Constructor Injection?
Categories
Programowanie, Uncategorized

One of the key elements of Angular is the Dependency Injection (DI) mechanism, which makes managing dependencies in an application easy. Since the framework’s inception, dependency injection has been an integral part of Angular’s philosophy. However, as the ecosystem evolved, the DI tools had to be adapted to new developer needs. In this context, the […]