top of page
Search
The Tech Platform
Sep 9, 2021
Top 10 Data Visualization Tools for Every Data Scientist
Data Science, a well-established field in the IT industry, has been gaining prominence for nearly a decade. It proves beneficial across...
The Tech Platform
Jul 30, 2021
What are the different types of Database
A database is an organized collection of structured information or data stored in computer system. The Data can easily be accessed,...
The Tech Platform
Jul 30, 2021
Top 5 Embedded Databases for JavaScript Applications
When it comes to handling small data requirements, we often associate databases with large storage platforms designed to handle massive...
The Tech Platform
Jul 30, 2021
How to query with GraphQL?
Getting too much data than what is needed, getting less data than we want, querying multiple endpoints for required data. These are some...
The Tech Platform
Jul 28, 2021
MariaDB vs MySQL : Database Management System
What is Maria DB? MariaDB is a fork of the MySQL database management system. The RDBMS offers data processing capabilities for both small...
The Tech Platform
Jul 26, 2021
What is Data Processing? Importance and Different stages of Data Processing.
Data processing Data processing occurs when data is collected and translated into usable information. Usually performed by a data...
The Tech Platform
Jul 26, 2021
How to Create Nonlinear Models with Data Projection
Linear models will take you far as a machine learning practitioner — much further than most rookies would expect. I previously wrote that...
The Tech Platform
Jul 22, 2021
Two steps towards a modern data platform
When building Data Science products, an important aspect is getting your data available and ready to use. You’ll need a platform to bring...
The Tech Platform
Jul 8, 2021
How to Use IndexedDB — A NoSQL DB on the Browser
IndexedDB is a large-scale, NoSQL storage system. It lets you store just about anything in the user’s browser. In addition to the usual...
The Tech Platform
Jun 28, 2021
How to use Database Sharding and Scale an ASP.NET Core Microservice Architecture
In C# ASP.NET Core, you can implement load balancing for your service while utilizing app-layer sharding with MySql. This approach...
bottom of page