PHP
Get Geolocation from IP Address Using PHP
Geolocation gives data about the geographic area of a client. In particular, the IP address is utilized by the geolocation administration to decide the area. To follow the guest’s area, the principal thing required is Read more…
PHP
Composable seeders in Laravel with callOnce
Laravel 9 is fresh out the door, and it contains a small contribution of mine: a new callOnce method for database seeders. Read more
PHP
The web doesn’t have version numbers
Like ‘Web 2.0’, ‘web3’ is a marketing term. There is no versioning system for the web. Read more
PHP
The different types of events in event driven systems
Event-driven systems come in all sorts of shapes and sizes. The obvious commonality is; they all use events to communicate information. These events come in many shapes and sizes, and determining what goes into an Read more…
PHP
★ Exploring Termwind Internals
In this stream on YouTube, Francisco Madeiro, co-creator of Termwind, guides me through the source code of his amazing package to style content on the CLI
PHP
A global DNS propagation checker on your CLI
Here’s a handy CLI tool to check if your domain resolves to the expected IP address worldwide. Read more
PHP
★ A CLI tool to monitor GitHub Actions
[AdSense-A]
I'm proud to share that our team has launched a new CLI tool called GitHub Actions Watcher.
PHP
Drying up test coverage using model scope events
Let’s explore the option of firing events on model scopes to add some glue between our feature tests and our unit tests. Read more
PHP
Some jQuery Event Methods.
Some jQuery Event Methods. jQuery events are those tasks that can be detected by your web application. They are used to create dynamic web pages. An event represents the exact moment when something happens. This Read more…