Jul 2025 · 4 min read Latest
Async PHP বুঝতে গিয়ে যা শিখলাম — Fibers, epoll, আর PHP 8.6
A sync-first PHP developer's dive into async: Fibers, the epoll event loop, and what PHP 8.6 changes. Written in Bangla for developers learning past the request-response model.
#php#async#fibers
Read on dev.to ↗ May 2025 · 45 min read
Comprehensive Software Engineering Technical Interview Guide
A long-form resource covering core software engineering concepts — from inheritance vs. composition to system design — built for interview prep.
#career#interview
Read on dev.to ↗ May 2025 · 7 min read
Laravel Guards: A Comprehensive Guide
A deep look at Laravel's authentication guards — how they work under the hood and when to reach for a custom one.
#laravel#auth
Read on dev.to ↗ Aug 2021 · 7 min read
How to Integrate PayPal Payment Gateway in Laravel
A practical, step-by-step walkthrough of wiring PayPal payments into a Laravel app.
#laravel#payments
Read on dev.to ↗ Aug 2021 · 2 min read
Lazy Loading & Lazy Collections in Laravel
When and why to reach for lazy collections to keep memory flat over large Eloquent result sets.
#laravel#performance
Read on dev.to ↗ Jan 2024 · 2 min read
Docker: RUN touch doesn't create the file
A short debugging note on a confusing Docker layer-caching gotcha.