top of page
Search
The Tech Platform
Jun 5
Top Low Code No Code Platforms
The world of application development is undergoing a significant transformation. Traditionally, building software required specialized...
The Tech Platform
Jul 5, 2023
Coding Terminology for Beginners
Coding jargon refers to the specialized terminology and technical terms used in the field of programming and software development. It...
The Tech Platform
Jun 1, 2023
JavaScript Interview Questions: Can x !== x Return True? or Can (!isNaN(x) && x !== x) return true?
In JavaScript interviews, it is not uncommon to come across intriguing and thought-provoking questions that test your understanding of...
Sofia Sondh
Feb 21, 2023
Glowing Text in CSS
Creating glowing text in CSS is a great way to add a visual effect to your website or web application. Here is an example of how to...
Sofia Sondh
Feb 21, 2023
CSS Text-Shaking Animation
Text shaking animation is a visual effect applied to text, where the text appears to shake or vibrate in place. This effect is achieved...
Sofia Sondh
Feb 13, 2023
How to Center Text in CSS?
Centering text in CSS is a common requirement for web designers and developers. There are different techniques for centering text both...
Sofia Sondh
Feb 8, 2023
How to Split a String in Python?
Split string in Python refers to the process of breaking a larger string into smaller substrings or pieces based on a specified delimiter...
The Tech Platform
Jan 20, 2023
Enumeration in JavaScript
In JavaScript, enumeration is the process of iterating over the properties of an object or elements in an array. enumeration refers to...
The Tech Platform
Nov 30, 2022
Java Program to check whether two strings are Anagram or Not?
What is Anagram? Two strings are said to be anagrams if they make a meaningful word by rearranging or shuffling the letters of the...
The Tech Platform
Nov 25, 2022
If/elseif/elseif Statement in Python
The elif statement adds another "decision" branch to if-else. In this article, we will learn how we can control the flow of execution...
bottom of page