Articles in this series
Oftentimes, val and def can get confusing in Scala. Especially when there are no parameters to a function. Let me explain with an example: object...
Let's check out some fundamentals about caching! What is caching? Caching means storing some data in a fast-access memory which helps in reducing the...
Since Cosmos DB provides REST APIs to query their data, the process needs to be handled carefully while generating the authentication token. Though I...
And when to use it? · 1. What is a database index? • An index is a data structure, stored alongside a table, that helps in faster access of records from...
And how to choose between them? · Row-based databases: • These store data in a row-major fashion. • For a given query, entire rows of records need to be...
And why do more than 80% of Fortune 100 companies use it? · 1. What is Kafka? • Kafka is an open-source, high performance and distributed platform for...