The LiteBreeze blog

Author: VK

VK
7 min read

How to set up user permissions in a shared hosting environment

“Permission denied” is a common error I’ve come across in many web applications after the initial server setup. This would often require the devs to get help from the ops team to fix the issue. Updating the ownership/permission of specific files/folders resolves the issue. Improper user permissions can also leave the door wide open to

5 min read

How realtime broadcasting was implemented using Laravel – Part 1

Complex projects usually require certain new elements to be integrated into the customized platform in order to make it unique and for the solution to match up to the client’s expectations. As part of a recent web application development project, software experts at LiteBreeze implemented a real-time auction-bidding activity. A new feature that was added

3 min read

Real-time broadcasting integration in Laravel – Part 3

This is the third and concluding part of the three-part series on implementing real-time broadcasting in Laravel using Redis, Node.js and Socket.io. The first part covered the basic workflow of the implementation, including firing an event to broadcast data. The second part dealt with setting up a socket server to broadcast data. In Part-2, we

5 min read

Real-time broadcasting integration in Laravel – Part 2

This is the second of a three-part series on implementing real-time broadcasting in Laravel using Redis, Node.js and Socket.io. The first part covered the basic workflow of the implementation, including firing an event to broadcast data. The third part deals with consuming the broadcast data by connecting to a Websocket channel. In this part, we’ll setup

4 min read

Comply with GDPR guidelines in business with European clients

Does your web application comply with GDPR? If not, it’s time to take action to avoid potential legal problems. LiteBreeze takes the fact that the Digital Economy is worth three trillion dollars seriously and ensures to comply with all laws and regulations worldwide. This economy is mainly information based, fueled by the rise in the

2 min read

Supporting business intelligence goals for a music company using Laravel

LiteBreeze has recently begun a partnership with a leading American stock music provider. This firm routinely provides royalty free music to television shows, movies, advertising, games, and apps. They often work with companies such as Fox, Sony, Discovery, Time Warner and HBO. They require a technical consultant to further build business-critical components for business intelligence,

5 min read

Real-time broadcasting integration in Laravel – Part 1

Complex projects usually require certain new elements to be integrated into the customized platform in order to make it unique and for the solution to match up to the client’s expectations. As part of a recent web application development project, software experts at LiteBreeze implemented a real-time auction-bidding activity. A new feature that was added

3 min read

How to improve slow video streaming with CDN

Few months ago, a client approached us with below complaints from users. “Video is slow…” “Buffering…” “Taking too long to upload!” On the surface, these issues seemed network related. But a deeper analysis soon revealed multiple issues with many solutions. Let’s look at what was going on under the hood. The whole application, including video assets