Recent posts

Monolithic vs Microservices

3 minute read

What Are Microservices? In layman’s terms: Microservices are like building blocks of a house, each performing its own job. Instead of building one big piece ...

Caching: Redis, Memcached, use in APIs

3 minute read

Caching is a mechanism that helps store copies of data or computational results in a temporary storage location to improve data retrieval speeds and reduce l...