top of page
Search
The Tech Platform
May 28, 2022
The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...
The Tech Platform
May 21, 2022
Object Literals in JavaScript to write complex conditions?
A JavaScript object literal is a concise way to create an object by specifying its properties and values using curly braces. It helps...
The Tech Platform
May 20, 2022
Dependency Inversion Principle: How Google Developers write code
What is Dependency Inversion Principle? Dependency Inversion Principle corresponds to D among SOLI’D’ Principles. Its principle starts...
The Tech Platform
May 20, 2022
How To Build A Twitter Hashtag Tweets Viewing Tool
In this tutorial, we will build a simple website that displays tweets with performance indicators like ‘Retweets’ and ‘Favorites’ for any...
The Tech Platform
May 19, 2022
Node.js Logging Tutorial
Node.js logging is an important part of supporting the complete application life cycle. From creation to debugging to planning new...
The Tech Platform
May 19, 2022
Top 20 JDBC Questions and Answers
Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a...
The Tech Platform
May 18, 2022
Top File Upload Libraries used for Websites
What is File Upload Libraries? File upload libraries are used to design and develop the function with many features add-ons such as...
The Tech Platform
May 16, 2022
Difference Between Parcel.JS and Webpack
What is Parcel? Parcel.JS is a web application bundler, differentiated by its developer experience. It offers blazing-fast performance...
The Tech Platform
May 14, 2022
Introduction to Parcel.JS
Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore...
The Tech Platform
Apr 26, 2022
What is "Render Props" in React.JS?
Props in React are properties that are passed from a parent component to a child component. Basically, props are plain JavaScript...
bottom of page