top of page
Search
The Tech Platform
Sep 30, 2021
Cypress Framework
Cypress framework is a JavaScript-based end-to-end testing framework built on top of Mocha – a feature-rich JavaScript test framework...
The Tech Platform
Sep 9, 2021
How to visualise the Global Exporting Network using NetworkX and D3
Data-Driven Documents (D3) is a JavaScript library for building powerful graphics to communicate information in datasets. It is also fair...
The Tech Platform
Sep 8, 2021
What are the Common Causes of JavaScript Errors ? How to Avoid Them?
JavaScript is a widely used and essential programming language for web development. It has evolved significantly, with the introduction...
The Tech Platform
Sep 2, 2021
Image Loading : Load your web app’s images — the right way.
When it comes to websites, images matter because they help deliver a complex message in a blink of an eye. Therefore, 93.7% of websites...
The Tech Platform
Sep 1, 2021
React Native Interview Questions (with Answers)
How do you call a Web API in React Native? The following соde shows аn exаmрle оf hоw we саn call а Web АРI in Reасt Nаtive:...
The Tech Platform
Aug 9, 2021
Angular Preloading Strategies
Angular modules are chunks of code that can be imported into various parts of your application. A module can contain grouped pieces of...
The Tech Platform
Aug 2, 2021
Pure Components in React
Pure Components in React are the components which do not re-renders when the value of state and props has been updated with the same...
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 29, 2021
Throttling and Debouncing in JavaScript
Throttling Throttling is also called throttle function which is used in websites. Throttling is used to call a function. Then the number...
The Tech Platform
Jul 28, 2021
TypeScript Enum Guide: Get Started in 5 Minutes
Enumerations (or enums) are a supported data type in TypeScript. Enums are used in most object-oriented programming languages like Java...
bottom of page