Understand Arrays in PHP

* { box-sizing: border-box; } body {margin: 0;} In this post, you’ll learn the basics of arrays in PHP. You’ll learn how to create an array and how to use associative and multidimensional arrays, and you’ll see lots of examples of arrays in action. What Is an Array? In PHP, an array is a data… Continue reading Understand Arrays in PHP

How to Go From Concept to Live App in 8 Steps

In the 1st quarter of 2018, there were more than 7 million available apps in the leading app stores. Some awesome others not worth the download. To ensure that your live app lands in the awesome category, and excites user, then there are some steps you have to follow. In this article I’ll will take… Continue reading How to Go From Concept to Live App in 8 Steps

Get Started With Pusher: Using Presence Channels

In this series, we’ve been learning about Channels from Pusher, a platform that allows you to give your users the seamless real-time experience they want. Presence channels build on the security provided by private channels, but they add the benefit of knowing which users are subscribed and connected to that channel. The best part is how… Continue reading Get Started With Pusher: Using Presence Channels