top of page
Search
Sofia Sondh
Jan 28, 2023
JavaScript vs TypeScript
In this article, we will learn the Similarities and the difference between JavaScript and TypeScript. JavaScript: JavaScript is a...
Sofia Sondh
Jan 27, 2023
HTML - Input Type ="file"
The "input" tag in HTML is used to create various types of input fields, such as text fields, radio buttons, checkboxes, and more. One of...
Sofia Sondh
Jan 25, 2023
Top 10 useful advanced HTML attributes
In HTML, an attribute is a property of an HTML element that provides additional information or instructions about how that element should...
The Tech Platform
Sep 13, 2022
Difference between Iframe and Script?
What is Iframe? An Iframe also called as Inline frame, is a HTML element that loads another HTML page within the document. It essentially...
The Tech Platform
Sep 13, 2022
Top 10 Web Apps which will increase your productivity
A Web application (Web app) is an application program that is stored on a remote server and delivered over the Internet through a browser...
The Tech Platform
Sep 2, 2022
Difference between Grid and Flexbox
What is Grid? Grid is a two-dimensional grid-based layout system with rows and columns, making it easier to design web pages without...
The Tech Platform
Aug 29, 2022
Advanced NLog features in ASP.NET Core
NLog is an open source lightweight logging framework, which provides rich log routing and management functions.
The Tech Platform
Aug 19, 2022
Running JavaScript in WebAssembly with WasmEdge
JavaScript WebAssembly WebAssembly was initially conceived as a "JavaScript alternative for browsers" with the aim of enabling the...
The Tech Platform
Aug 2, 2022
How to Format Response Data in ASP.NET Core
In web development, the transmission of data between a server and a client is a fundamental aspect. Response data, representing the...
The Tech Platform
Jun 28, 2022
CSS Functions
Functions in CSS are used to set the various CSS property. For example, the attr() function is used to retrieve the value of the HTML...
bottom of page