top of page
Search

The Tech Platform
Aug 30, 2022
What is API key? Why it is Important?
An application programming interface (API) key is a code used to identify and authenticate an application or user. API keys are available...

The Tech Platform
Aug 23, 2022
DRY vs WET Principles — PHP Implementation
DRY (Don’t Repeat Yourself) Every developer should know that repeating codes is not a preferable approach. Think that you have admin...

The Tech Platform
Jul 4, 2022
Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...

The Tech Platform
Jun 30, 2022
Top 10 JavaScript Array Functions
JavaScript array is an object that represents a collection of similar type of elements. There are 3 ways to construct array in JavaScript...

The Tech Platform
Jun 30, 2022
Introduction to Laravel Admin Panels
Using the Laravel admin panel, developers can cut out the bulk of manual programming work with prebuilt dashboard functions. This gives...

The Tech Platform
May 31, 2022
Modal Libraries For Web Development
A modal (also called a modal window or lightbox) is a web page element that displays in front of and deactivates all other page content....

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
Apr 25, 2022
Using Stencil Components in PHP
Why integrate Stencil With PHP? Stencil is a new way to create web Components that can work practically anywhere once compiled, while php...

The Tech Platform
Apr 9, 2022
Create Time Slots in PHP for Given Time
This is a user-defined PHP function that is used to split a time slot between the start and end time using time intervals. The function...

The Tech Platform
Feb 23, 2022
Hosting Multiple ASP.NET Core Apps in Ubuntu Linux Server Using Apache
ASP.NET Core is a cross-platform web development framework that supports developing applications on Windows, Mac, Linux, iOS, and Android...
bottom of page