CamelCodes
  • Articles
  • Free Developer Tools
  • About
Sign in Subscribe

Angular

A collection of 3 posts
Angular SSR automatic cache refresh using Firestore 🔥
Angular

Angular SSR automatic cache refresh using Firestore 🔥

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 cache to serve Angular SSR routes faster. But we have a little gotcha here, when is this cache evicted/refreshed? and how
03 Apr 2023 4 min read
Caching Angular SSR routes using Redis 🔥
Redis

Caching Angular SSR routes using Redis 🔥

In my last article, we implemented a memory cache to cache Angular SSR routes using the memory-cache package which we used to cache Angular universal rendered routes in the NodeJS backend. But there is a problem here. We want to scale our application to be able to serve more users.
03 Mar 2023 4 min read
How to make Angular universal (SSR) load faster ? 🚀 🚀
Angular

How to make Angular universal (SSR) load faster ? 🚀 🚀

TLDR: Use caching middleware in the express server Problem: Why Angular universal application takes time to load when served using @ng-universal/express-engine and sometimes very slow Solution with some history: Recently we had a project for an Angular e-commerce website that should be optimized for SEO, and the assignment was
01 Mar 2023 4 min read
Page 1 of 1
CamelCodes © 2025
  • Privacy policy
  • Terms of service
  • About
  • Contact me on LinkedIn
  • Sign up
Powered by Ghost