PinnedAtakan DemircioğluinDevelopers Keep LearningHow to design a URL Shortener?These are my notes about how to design a URL shortener.Dec 25, 20223Dec 25, 20223
PinnedAtakan DemircioğluinJotform 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
PinnedAtakan DemircioğluinStackademicRunning 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
PinnedAtakan DemircioğluinStackademicState Pattern in PHPState Pattern is a very common behavioral design pattern that is very helpful in organizing the code.Apr 93Apr 93
PinnedAtakan DemircioğluinJotform TechDesigning a Rate LimiterTable Of Contents:Dec 4, 20222Dec 4, 20222
Atakan DemircioğluinStackademicPHP Traits are usefulTraits in PHP are useful when sharing the functionality between classes without using inheritance.Oct 182Oct 182
Atakan DemircioğluinStackademicProperty 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
Atakan DemircioğluinJavaScript in Plain EnglishExploring Short Polling, Long Polling, Server-Sent Events, and WebSocketsIn this article, we will try to summarize the real-time communication techniques between clients and servers.Sep 162Sep 162
Atakan DemircioğluinStackademicBuilder Pattern in PHPBuilder Pattern is indeed a highly useful creational design pattern. It provides a flexible solution for constructing complex objects…Aug 221Aug 221
Atakan DemircioğluHow to Create and Modify PDF Files With pdf-libIn this post, we will cover how to modify an existing PDF using JavaScript with PDF-lib. Specifically, we’ll generate a QR code and insert…Aug 31Aug 31