CamelCodes

CamelCodes

Follow
homeAngular SSR CacheHashicorp VaultHelp me fix a bug ๐ŸžProgramming courses ๐Ÿ“š
Series

Angular SSR Cache

In the this series we'll try to make angular ssr load faster using a redis cache and use a firebase FireStore to refresh the cache when data changes.

Articles in this series

How to make Angular universal (SSR) load faster ? ๐Ÿš€ ๐Ÿš€

Moulaye AbderrahmaneMoulaye Abderrahmane
Mar 1, 20234 min read 588 views

TLDR: Use caching middleware in the express server. Problem: Angular universal application takes time to load when served using...

How to make Angular universal (SSR) load faster ? ๐Ÿš€ ๐Ÿš€

Caching Angular SSR routes using Redis ๐Ÿ”ฅ

Moulaye AbderrahmaneMoulaye Abderrahmane
Mar 3, 20233 min read 388 views

Scaling when using a cache ยท In my last article, we implemented a memory cache to cache Angular SSR routes using the memory-cache package which we used...

Caching Angular SSR routes using Redis  ๐Ÿ”ฅ

Angular SSR automatic cache refresh using Firestore ๐Ÿ”ฅ

Moulaye AbderrahmaneMoulaye Abderrahmane
Apr 4, 20235 min read 219 views

Howdy developers ๐Ÿ‘‹ This is a follow-up post to finish what we have started in the last Angular SSR cache post. To summarize we have used Redis as a...

Angular SSR automatic cache refresh using Firestore ๐Ÿ”ฅ