PHP
Top 10 Books for PHP Developers
These books will help you learn more about PHP in detail and make you a better software engineer overall. Read more
PHP
Three Equitable Design Considerations
This post discusses three equitable design considerations to avoid creating unintentional barriers and cultural or social biases for potential users. Read more
PHP
Find All Date Between Two Dates In PHP.
This post will find all the dates between the two dates in PHP. We will create two variables start date and end date in DD-MM-YYYY format and find all the dates between the two dates. Read more…
PHP
Three Web Accessibility Considerations
This post discusses accessibility design considerations that will help users with disabilities successfully use and navigate your website or application. Read more
PHP
★ How to improve initial page load time by deferring rendering Livewire components
[AdSense-A]
Livewire is an amazing piece of technology. It is extensively used in two products I work on: Oh Dear and Mailcoach Cloud.
In this post, I'd like to show you a simple technique where Livewire can help to improve your initial page load time significantly.
PHP
Curl Example In PHP.
What is cURL? The cURL stands for “CLIENT URL”. It is a library that allows clients to access the data from the Remote Server by an HTTP request in PHP. We can easily communicate with Read more…
PHP
What Are Directives in Angular?
What Are Directives in Angular? In this article, we will learn about the angular built-in directive. It is a custom HTML attribute that changes the behavior of the DOM element and changes the DOM Read more…
PHP
★ A package to run Google Lighthouse using PHP
[AdSense-A]
Google Lighthouse is an open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO, and more.
Our newest package, spatie/lighthouse-php makes it easy to run Lighthouse using PHP. In this blog post, I'd like to tell you all about it.