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
This post discusses three equitable design considerations to avoid creating unintentional barriers and cultural or social biases for potential users. Read more
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…
This post discusses accessibility design considerations that will help users with disabilities successfully use and navigate your website or application. Read more
[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.
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…
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…
[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.
[AdSense-A]
Now that PHP 8.2 has been released, it's time to upgrade the PHP of your Mac.
If you're using Brew - which you probably are - there are only a few steps involved.