Software development

This is a list of technical articles aiming to help software developers become more productive.

How to install a package manager for macOS

LiteBreeze knows that best quality work machines like the MacBook, supplement the high work standards of our ever growing PHP team.

Security guidelines for web applications

The first line of defense in LiteBreeze's security policy is its staff/employees. Cybersecurity awareness training is imparted to all the employees as part of their onboarding process.

Securely transmit real-time broadcasts over HTTPS

Broadcasting real time data over secure websockets using Laravel, NGINX and Socket.io. Socket.io is our de facto choice to develop real-time, bidirectional and event-based communication.

Why do we recommend using Ionic for mobile development?

Ionic Framework is an open-source UI toolkit for building performant, high-quality mobile and desktop apps using web technologies with integrations for frameworks like Angular.

PHP asset fingerprinting: how to develop faster web applications

The quickest method for cache busting (asset fingerprinting) in PHP web applications. How can we increase user retainment and ensure better customer satisfaction?

DRY – Don’t repeat yourself

Redundant piece of knowledge is evil. An example implementation of DRY principle.

Multilingual website: TLD vs subfolder vs subdomain

Deciding on multilingual structure is a big decision as it can have a high impact on long-term content marketing efforts and SEO

How we maintain code quality standards at LiteBreeze

We give paramount importance in LiteBreeze to consistent code quality. This is also our primary criteria when we select the top 1% of PHP candidates to join our team.

How to improve slow video streaming with CDN

LiteBreeze improves user experience of slow video streaming after a client approached us with time related complaints from users. A deeper analysis soon revealed multiple issues with many solutions.

The MySQL tips and tricks that you could use

How to import a remote database easily from the command prompt in Windows. India-based web application development company with a talented team of programmers.

DNS troubleshooting – a common challenge solved

Trouble shooting DNS-related issues is a common challenge for web developers who may just have been exposed to challenges with code and databases before.

Real-time broadcasting integration in Laravel – Part 1

Improve the user experience of your web application with live-updating interfaces: learn how to do real-time broadcasting right in Laravel using WebSockets.

Six concepts to strengthen your programming logic

LiteBreeze seniors provide continual coaching on code quality to maintain the high standards expected by management and clients. We have listed six concepts that we believe will greatly improve your coding logic

Real-time broadcasting integration in Laravel – Part 2

We implemented a real-time auction-bidding activity, for a complex software project. The second part involves setting up a socket server to broadcast data.

Real-time broadcasting integration in Laravel – Part 3

At LiteBreeze, we created a Websocket channel, connecting the Publishing server and the frontend bidding pages for real-time data updates as part of a customized software project.

How to install NGINX MariaDB and multiple PHP versions in macOS

How to install NGINX MariaDB and multiple PHP versions in macOS for web application development

Useful Linux specific commands that you will not find in Windows

Using SSH to login to the Linux shell presents you with a range of very effective tools that you do not find in, for example Windows. Here comes a list of convenient commands:

Why Laravel: From a developer perspective

Laravel framework is loved by developers due to its many developer-friendly features. Take an in-depth look at how different Laravel features make the development process easier even for complex web applications.

Why Laravel: From a business perspective

Laravel supports building secure, scalable, and robust applications with easier long-term maintenance and faster go-to-market. Take a look at why you can trust Laravel for your web development needs.