top of page
Search
The Tech Platform
May 24, 2022
SQL Server Index Design and Architecture
SQL index is considered as one of the most important factors in the SQL Server performance tuning field. It helps in speeding up the...
The Tech Platform
May 19, 2022
ArangoDB vs MongoDB: Difference and Similarities
ArangoDB: ArangoDB is a free and open-source native multi-model database system developed by ArangoDB GmbH. The database system supports...
The Tech Platform
May 4, 2022
DynamoDB: Set Up, Secondary Indexes and Read/Write Capacity.
The AWS DynamoDB is the fully managed NoSQL database offering from Amazon. This is excellent for organizations that do not want to manage...
The Tech Platform
Apr 23, 2022
ER Diagram Restaurant Reservation Management System
The ER Diagram of Restaurant Reservation management System shows all the visual instrument database tables and the relations between...
The Tech Platform
Apr 22, 2022
Simplest Way to reload data using RxJS
Most of the time, we have to load data from the server. To perform the action client usually sends requests along with predefined data....
The Tech Platform
Apr 16, 2022
Connecting to Your Database Using JDBC Driver
Here, we will show you how you can use Progress DataDirect JDBC drivers in your Java application to connect to your database. The main...
The Tech Platform
Apr 13, 2022
INTRODUCTION TO AWS RDS (AMAZON RELATIONAL DATABASE SERVICE)
Amazon Web service has a large spectrum of products and services to offer to businesses of all sizes and shapes. Among these, one of the...
The Tech Platform
Apr 12, 2022
Instagram Architecture & Database – How Does It Store & Search Billions of Image
Instagram is the most popular photo-oriented social network on the planet today. With over a billion users, it has become the first...
The Tech Platform
Feb 28, 2022
In-Memory Cache: Use of Memory Caching In .NET Core
What is In-Memory Caching? In-Memory Caching is a method used to provide faster response to incoming requests. When a request is made to...
The Tech Platform
Feb 1, 2022
Graph Database in SQL Server
Graph A graph is a collection of node and edge tables. Node or edge tables can be created under any schema in the database, but they all...
bottom of page