PinnedPublished inDevelopers Keep LearningHow to design a URL Shortener?These are my notes about how to design a URL shortener.Dec 25, 20223Dec 25, 20223
PinnedPublished inJotform TechThe Magic Behind PHPAre you curious about how PHP works internally? This post is the first in a series about better understanding PHP and how it works. In the…Sep 7, 20235Sep 7, 20235
PinnedPublished inStackademicRunning Serverless Cron Jobs With FirebaseIn this post, we’ll explore the seamless integration of Google Cloud Scheduler with Firebase Cloud Functions to streamline the process of…Jan 92Jan 92
PinnedPublished inStackademicState Pattern in PHPState Pattern is a very common behavioral design pattern that is very helpful in organizing the code.Apr 93Apr 93
Cursor Based PaginationCursor-based pagination is a method of paginating data based on a cursor (a pointer or identifier) rather than simple page numbers2h ago2h ago
Published inStackademicThe Future of PHP Performance: Lazy Objects in PHP 8.4PHP 8.4 introduced lazy objects. This allows you to defer the initialization of an object until its properties or methods are accessed.Nov 30Nov 30
Published inLevel Up CodingPHP Enums are PowerfulA powerful feature was introduced with PHP 8.1: Enums. In this post, we’ll explore what makes Enums so valuable and how to use them…Nov 17Nov 17
Published inStackademicPHP Traits are usefulTraits in PHP are useful when sharing the functionality between classes without using inheritance.Oct 182Oct 182
Published inStackademicProperty Hooks in PHPProperty hooks will be available with the PHP 8.4 version. Let’s check out together what will provide the “Property Hooks” to us.Sep 30Sep 30