PinnedPublished inDevelopers Keep LearningHow to design a URL Shortener?These are my notes about how to design a URL shortener.Dec 25, 20224Dec 25, 20224
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 9, 20242Jan 9, 20242
PinnedPublished inStackademicState Pattern in PHPState Pattern is a very common behavioral design pattern that is very helpful in organizing the code.Apr 9, 20243Apr 9, 20243
Published inLevel Up CodingHow to Avoid Blocking While Web ScrapingWeb scraping is an art, especially when avoiding detection and blocking by websites.Dec 28, 2024Dec 28, 2024
Published inStackademicCursor Based PaginationCursor-based pagination is a method of paginating data based on a cursor (a pointer or identifier) rather than simple page numbersDec 21, 2024Dec 21, 2024
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 30, 2024Nov 30, 2024
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 17, 2024Nov 17, 2024
Published inStackademicPHP Traits are usefulTraits in PHP are useful when sharing the functionality between classes without using inheritance.Oct 18, 20245Oct 18, 20245