php


How To Use Gatsby With Php

Can anyone help how to build a PHP website with Gatsby?

Building A Regex Learn-By-Examples Web Application

I'm building a regex "commonly used" library which includes an explanation for each of the expression...

A Letter To The Php Team

I've taken the time to write a letter to the PHP core developers; addressing, what I think are, some...

Php 8: Introducing Jit

Basically, the PHP scripts are compiled into instructions, which are called opcodes that are...

Php Date & Strtotime Cheat Sheet With Pdf

If you want to bookmark the original post, feel free with the following link - https://www.codewall.c...

post-392-thumbnail
Arrow Functions In Php

Inspired from Javascript's arrow function, I guess? es6-in-depth-arrow-functions The short closures...

Developer Tools For A Back-End Programmer

Developer tools for a back-end programmer Any developer will have a set of developer...

Improve Query Performance For Polymorphic Relationships In Laravel

Improve query performance for polymorphic relationships in Laravel This post is for...

Taking The First Steps With Event Sourcing In Php

Taking the first steps with event sourcing in PHP I've taken the first steps in working...

My Recent Open Source Contributions (August 2019)

My recent open source contributions (August 2019) Recently I've been quite active...

Building Automatic Api Stubs And/Or Using Mocks In Php

Building automatic API Stubs and/or using Mocks in PHP Testing your code is essential if...

How Much Would It Cost To Hire Php Developers For Development

PHP stands for “Hypertext Preprocessor”, a recursive acronym. Undoubtedly it is one of the most...

post-226-thumbnail
Creating A Wordpress Plugin

We look at creating a Wordpress Plugin and what is required for it showing up on wordpress.org and getting through the review process. I made it and found some things to look out for and things that can make the process smoother.

Build A Jwt Authenticated Api With Lumen(V5.8)

In this tutorial, we will be using lumen; a super-fast micro-framework by laravel to build a simple and secure REST API. At the end of this tutorial, you should be able to build production-ready APIs. Let's get started!

Send `Job` From Node-App To Php-App Via Queue.

Hello guys! In this article, I wanna share one very interesting and fast solution to executing jobs...