I used to think Google changed my site's ranking based on Lighthouse scores it would measure every...
Ever get stuck clicking through endless "Load diff" buttons on a giant GitHub pull request? It's the...
Hey there! Let me share a crazy experience I had recently. I was working on a lengthy piece of code...
If you're a tech lead who spends a lot of time reviewing code and helping others, you know how...
To Clear Site Data in Chrome quickly, without using your mouse: Press F12 to open Chrome Dev...
The command ng update @my/lib@version downloads the specified version of the library and launches all...
VSCode extensions Angular Language Service - for code completion and error checking in...
Chrome DevTools allows not only for pretty formatting and debugging the minified JS code of any...
The order of providers in Angular Dependency Injection matters. If you provide a custom...
Since version 16, Angular SSR no longer counts outgoing HTTP requests as macrotasks in Zone.js, but...
Are you tired of spending too much time searching for the perfect Spotify playlist for your current...
Do you spend precious time manually organizing imports and fixing missing ones while coding in VS...
Open the tab of "Files changed" in a Github PR: Open the dropdown "Changes from all...
(Supposing you already bought a domain in Cloudflare) (Supposing you already created a project in...
Never again miss the moment when your long-lasting script in the background completes, thanks to...
By default, all http errors from backend endpoints or runtime errors happening asynchronously in your...
With Angular Standalone APIs (introduced in v14) it’s possible to manually lazy load a component...
To handle each SSR request, Angular creates a separate, fresh PlatformRef with its own platform’s...
Usually the HTML tag of an Angular component is it's selector. But it's possible to create a...
Many of us think about contributing to Angular (or to any open source), but don't know how to start...
Code Spell Checker is a handy VSCode extension. It highlights typos in the code, e.g. in the names of...
Angular 2 Switcher is a great VS Code extension. It brings 4 handy keyboard shortcuts to quickly...
Bose QuietComfort Earbuds - BEST in-ear Bose Noise Cancelling 700 - BEST over-ear Apple Airpods PRO...
I discovered in the Angular repository a not well-known plugin for zone.js:...
Angular Universal SSR (Server Side Rendering) hangs when some asynchronous task in our app is not...
Custom Angular update schematics are executed in the alphabetical order by their names declared in...
Download and install the...
Let your imagination run wild: How does the ideal solution to your problem look like? Write down it’s...
As a software architect, your most important skill is making optimal decisions. But your brain...
You might see the build error TS5055 due to various reasons. It can happen for instance when building...