top of page
Search
Sofia Sondh
Apr 15, 2023
Tools to Detect Bugs in Coding
Writing error-free code is a critical aspect of software development, but it's not always easy to catch every bug during the development...
The Tech Platform
Apr 7, 2023
How to create a list in Python
Python is a popular programming language that is widely used for various purposes, including data analysis, web development, and...
The Tech Platform
Mar 21, 2023
Write a program to print a hollow square star pattern with a diagonal in C++.
The program works by iterating over each row and column of the pattern and checking if the current position is on the edge of the...
The Tech Platform
Mar 20, 2023
Colourful CSS Bar Loader - Example 2
This code creates a small, colourful loader that consists of three bars that move up and down in sequence. The animation is achieved...
The Tech Platform
Mar 20, 2023
CSS Bar Loader - Example 1
The below code will create a simple bar loader that is 100% wide, 20 pixels tall, and light grey in color. The loading bar is created...
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 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
Feb 7, 2023
How to use cross-page posting in ASP.NET
What is Cross-Page Posting? Cross-page posting in ASP.NET is a feature that enables you to submit data from one page to another in a web...
The Tech Platform
Jan 30, 2023
How to convert Python to JavaScript
This tutorial will teach you to convert Python to JavaScript and also JavaScript to Python. There are several tools available for...
The Tech Platform
Jan 24, 2023
How to Setup Data Classes in Python
In this article, you will learn how to Setup Data Classes in Python. Let's start with the definition of the Data Classes in Python. What...
bottom of page