top of page
Search
The Tech Platform
Dec 7, 2020
How to fix the cannot use object of type stdClass as array error in PHP
How many times have you fallen upon the dreaded “cannot use object of type stdClass as array” error message? In this tutorial, you will...
The Tech Platform
Dec 2, 2020
How To Use CSRF Tokens With Laravel
Very often with a Laravel application you will have some type of CRUD (Create, Read, Update, Delete). This, of course requires HTML forms...
The Tech Platform
Dec 2, 2020
How to Setup Laravel With Angular (or Any Javascript Framework)
This method will allow you to add any (and multiple) frontend javascript frameworks to Laravel. For the purposes of this article and...
The Tech Platform
Nov 27, 2020
5 Ways To Loop Through An Array In PHP
Looping through arrays is a fundamental aspect of programming, allowing you to iterate over the elements and perform various operations....
The Tech Platform
Nov 6, 2020
Convert HTML to PDF with DocRaptor’s PHP API
In this sponsored review article, I will explore the functionality of a commercial HTML converter that has the capability to convert HTML...
The Tech Platform
Oct 16, 2020
Best Programming Language You should know for CyberSecurity
Wh Programming Language is Important for Cybersecurity While it would be impossible for any one person to fill all the roles that make an...
The Tech Platform
Oct 5, 2020
Develop A Web Project With Authentication Using MEAN Stack
Introduction In today's Web-based application work, MEAN stack is one of the popular web development stacks. MEAN stack mainly consists...
The Tech Platform
Sep 9, 2020
How To Create AWS EC2 Instance And Host PHP Applications
What is AWS? So in one line, AWS stands for Amazon Web Services and it is the cloud computing platform from Amazon, for more you can read...
The Tech Platform
Sep 9, 2020
How To Implement PWA Using Angular
Implement PWA using Angular Ahead-of-Time(AOT) compilation One way to make an Angular app load faster is to run its compiler under the...
The Tech Platform
Sep 9, 2020
What is a PWA (Progressive Web App)
What is Progressive Web Apps (PWA) The number of web and cloud apps is growing every day. Today, there are 2 billion websites in the...
bottom of page