top of page
Search


CSS Methodology you should know
A CSS methodology is a set of guidelines for writing modular, reusable and scalable code. Although CSS is an easy language to write,...

The Tech Platform
Apr 27, 2022


How to Join 3 or more Tables in SQL?
In certain situations, it becomes necessary to retrieve data from multiple tables within a database. These scenarios often arise when...

The Tech Platform
Apr 27, 2022


SQL Interview Questions and Answers
SQL interviews are crucial for individuals seeking roles in data management and database systems. This article provides a concise...

The Tech Platform
Apr 27, 2022


HTML Tags
An HTML tag is a piece of markup language used to indicate the beginning and end of an HTML element in an HTML document. As part of an...

The Tech Platform
Apr 27, 2022


What is Session Hijacking and How To Prevent It?
Session Hijacking When a Session is a time when you are on the internet, Session hijacking means an attack over your internet session and...

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...

The Tech Platform
Apr 26, 2022


Creating A Data Culture: Tips From The Pros
Building a data culture is mission-critical for business transformation, but how do you drive this change—especially with limited...

The Tech Platform
Apr 26, 2022


Git Commands Every Developer Should Know
Here we have list of few commands that you can use frequently on Github: 1. Git clone Git clone is a command for downloading existing...

The Tech Platform
Apr 26, 2022


45 Front End Developer Tools
A Front-End Development Tool is software that allows the front-end developers to build the website layout and UI more efficiently and...

The Tech Platform
Apr 26, 2022


Calculate days between two dates in JavaScript
Sometimes we need to calculate the number of days between two dates. This can be done using the JavaScript programming language....

The Tech Platform
Apr 25, 2022
bottom of page
