Camelcodes is a blog about software development. We write about Java, Javascript, Go, C++, Programming, Algorithms, Data Structure, SQL, Linux, Database..
In this article, we'll be creating a simple Go application that acts as a REST service. The application will have one end-point /api/contact will run...
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...
Hashicorp Vault with plain Java Β· Howdy friend π Here's the plan. We will explain what is Vault and why we need it to manage secrets in applications;...
Using Java KeyStore API Β· In this article, we are gonna talk about how to securely manage passwords in Java applications, and for this, we'll be using...
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...
TLDR: Use caching middleware in the express server. Problem: Angular universal application takes time to load when served using...