RAJAT
devrajat.bsky.social
RAJAT
@devrajat.bsky.social
24 followers 78 following 270 posts
Posts Media Videos Starter Packs
Pinned
- 🖼️ Effortless image sliding with smooth animations.
- 🎨 Fully customizable styles to match your app’s theme.
- ⚡ Built for performance and ease of use.
- 📦 Lightweight package to keep your app fast and responsive.

🔗 Check out the library on npm:
rm-image-slider
Angular Image slider with lightbox. An Angular responsive image slider with lightbox popup. Also support youtube url, image base64 string and mp4 video urls and base64 string.. Latest version:…
buff.ly
Angular 20: Performance Upgrades That Make a Real Difference

With Angular 20, the Angular team is not just shipping another version update — it’s redefining what performance optimization means in a modern web framework.

buff.ly/kxjkWYJ
Angular 20: Performance Upgrades That Make a Real Difference
Unlock Angular 20’s game-changing performance features and transform your apps. Ready to build faster, leaner, and smarter?
buff.ly
What’s New in Angular 20? Features Improvements

Remember when you’d click a button on a website and have enough time to grab a coffee while waiting for the page to reload? Web development has come a long way since those days.

buff.ly/y4TAUwd
What’s New in Angular 20? Key Features
Angular 20 introduces improved performance, stable Signals API, and better developer tools for faster web app development
buff.ly
🚀 🔥 Meet Angular 20 — Reactivity, Tooling, and Zoneless Change Detection Take the Spotlight
Let’s unpack all these Goodies! 🤩

buff.ly/7ACOh7W
🚀 🔥 Meet Angular 20 — Reactivity, Tooling, and Zoneless Change Detection Take the Spotlight
Let’s unpack all these Goodies! 🤩
buff.ly
Don’t Upgrade to Angular 20 If You’re Using PrimeNG

Yesterday, while working on an Angular website project that needed cookie functionality, I went to install CookieService like I always do:

buff.ly/htJITjO
Don’t Upgrade to Angular 20 If You’re Using PrimeNG
Yesterday, while working on an Angular website project that needed cookie functionality, I went to install CookieService like I always do:
buff.ly
Angular components: template strings

Did you know you can use template strings in Angular component templates?

You probably know template strings from JavaScript — they’re a concise, readable alternative to traditional string concatenation.

buff.ly/AyHnikk
💎 Angular components: template strings
Did you know you can use template strings in Angular component templates?
buff.ly
Angular and Micro Frontends

As Angular applications grow in size and complexity, managing frontend development teams and maintaining codebases becomes increasingly difficult. One powerful solution to this problem is the micro frontends architecture,

buff.ly/ZDw5lMs
Angular and Micro Frontends
As Angular applications grow in size and complexity, managing frontend development teams and maintaining codebases becomes increasingly…
buff.ly
10 Ways to Hide Elements in CSS

Sometimes, you just need to make things disappear on a webpage. Maybe it’s a Coming Soon section, a modal that shouldn’t show up yet, or a tooltip that needs to vanish until it’s needed.

buff.ly/wft1Ktm
10 Ways to Hide Elements in CSS
This is not your regular display: none or opacity: 0 tutorial
buff.ly
Advanced Angular Testing: 10+ Real-World Mocking Scenarios That Actually Work

Stop wrestling with Angular unit tests — master these advanced mocking patterns and test like a pro

medium.com/javascript-i...
Advanced Angular Testing: 10+ Real-World Mocking Scenarios That Actually Work
Stop wrestling with Angular unit tests — master these advanced mocking patterns and test like a pro
medium.com
Angular 21 New Features You’ll Actually Use: HttpClient by Default, Smarter Styling, and More

What’s New in Angular 21? HttpClient by Default, Smarter Styling, and More

medium.com/javascript-i...
Angular 21 New Features You’ll Actually Use: HttpClient by Default, Smarter Styling, and More
What’s New in Angular 21? HttpClient by Default, Smarter Styling, and More
medium.com
Angular’s Game-Changing CSP Security Headers: Why Your Inline CSS and JS Just Got Safer

How Angular ’s new Content Security Policy features are revolutionizing web app security — and what you need to know to implement them correctly

medium.com/javascript-i...
Angular’s Game-Changing CSP Security Headers: Why Your Inline CSS and JS Just Got Safer
How Angular ’s new Content Security Policy features are revolutionizing web app security — and what you need to know to implement them…
medium.com
Angular Signals Effect(): Why 90% of Developers Use It Wrong

Master Angular’s New Reactivity System Without the Performance Pitfalls Most Devs Face

Have you ever felt like Angular’s change detection was working against you instead of with you? 🤔

medium.com/javascript-i...
Angular Signals Effect(): Why 90% of Developers Use It Wrong
Master Angular’s New Reactivity System Without the Performance Pitfalls Most Devs Face
medium.com
How Many Times Have You Missed () on Angular Signals? Let ESLint Catch It!

Stop Silent Signal Bugs Before They Haunt Your Angular App — A Developer’s Guide to Creating Custom ESLint Rules

medium.com/javascript-i...
How Many Times Have You Missed () on Angular Signals? Let ESLint Catch It!
Stop Silent Signal Bugs Before They Haunt Your Angular App — A Developer’s Guide to Creating Custom ESLint Rules
medium.com
What is Git Cherry-Pick and When Should You Use It?
A complete and simple guide to Git cherry-pick with examples

So today, one of my teammates casually dropped,

Just cherry-pick that commit onto the release branch.

medium.com/design-bootc...
What is Git Cherry-Pick and When Should You Use It?
A complete and simple guide to Git cherry-pick with examples
medium.com
Breaking Boundaries: Embracing Angular’s Lightweight Runtime with Optional NgModules

How Angular’s latest evolution reduces overhead and simplifies development by moving away from strict NgModule dependency.

medium.com/@roshannaval...
Breaking Boundaries: Embracing Angular’s Lightweight Runtime with Optional NgModules
How Angular’s latest evolution reduces overhead and simplifies development by moving away from strict NgModule dependency.
medium.com
Stop being scared of InjectionTokens

Injection Tokens seem to intimidate many developers. We don’t understand what they are, how to use them, and their purpose.

To overcome the fear of this feature, it is important to have a basic understanding...

buff.ly/mU1lFGJ
Angular — Using NgTemplateOutlet to communicate between parent and dynamic child components

The parent with dynamic children pattern is a common pattern in Angular that you may use when working on some complicated features,

buff.ly/np7ZHb7
Angular — Using NgTemplateOutlet to communicate between parent and dynamic child components
Here is an introduction of using NgTemplateOutlet as an alternative of component-level scoped service for parent-children communication.
buff.ly
You don’t know Angular —A Guide to Angular Projection

Let me tell you very honestly, after providing various workshops and training for Angular, I realized that most of us are not leveraging the actual power of this magical framework.

medium.com/coding-block...
You don’t know Angular —A Guide to Angular Projection
Let me tell you very honestly, after providing various workshops and training for Angular, I realized that most of us are not leveraging…
medium.com
The Complete Guide to Angular 20.1.0: New Features That Will Transform Your Development Workflow
Discover game-changing features that will transform how you write Angular templates and test your components

medium.com/javascript-i...
The Complete Guide to Angular 20.1.0: New Features That Will Transform Your Development Workflow
Discover game-changing features that will transform how you write Angular templates and test your components
medium.com
Advanced Angular Testing: 10+ Real-World Mocking Scenarios That Actually Work

Stop wrestling with Angular unit tests — master these advanced mocking patterns and test like a pro

medium.com/javascript-i...
Advanced Angular Testing: 10+ Real-World Mocking Scenarios That Actually Work
Stop wrestling with Angular unit tests — master these advanced mocking patterns and test like a pro
medium.com
🚀 New Angular Library!
@codewithrajat/rm-ng-structure-pdf → Generate structured, searchable & accessible PDFs directly from HTML (not just screenshots).

pnpm add @codewithrajat/rm-ng-pdf-export.

Now part of my 12 Angular libraries 🎉
👉 buff.ly/wX67vvh

#Angular #PDF
buff.ly
10 Free Chrome Extensions That Made Me Twice as Productive (No Joke)
Unlock peak productivity

I used to be that person with 37 tabs open, constantly switching between Gmail, Google Docs, and a dozen random articles I swore I’d “read later.”

buff.ly/tfE0Stw
10 Free Chrome Extensions That Made Me Twice as Productive (No Joke)
Unlock peak productivity
buff.ly