MHRubel
HomeAboutProjectsSkillsExperienceBlogContact
MHRubel

Senior Software Engineer crafting high-performance web applications and SaaS platforms.

Navigation

  • Home
  • About
  • Projects
  • Skills
  • Experience
  • Blog
  • Contact

Get in Touch

Available for senior/lead roles and consulting.

bd.mhrubel@gmail.comHire Me

© 2026 Mahamudul Hasan Rubel. All rights reserved.

Built with using Next.js 16 & Tailwind v4

Blog

Thoughts on software engineering, SaaS, Laravel, and Next.js.

React.jsJanuary 9, 20265 min

React Performance Patterns You Actually Need in 2025

Beyond memo() and useMemo() — the real-world React performance patterns that made a measurable difference in a 10,000-user dashboard: concurrent features, virtualization, selective hydration, and measuring what matters.

ReactPerformance+3
Read
Next.jsOctober 21, 20254 min

Deploying Next.js 16 to Cloudflare Workers with OpenNext

How I dual-deploy this portfolio to Vercel and Cloudflare Workers using OpenNext — covering the edge runtime differences, environment variables, middleware quirks, and the production gotchas nobody warns you about.

Next.jsCloudflare Workers+4
Read
BackendAugust 15, 20254 min

Building a Multi-Tenant SaaS Platform with Laravel 11

A deep dive into designing and shipping a production-grade multi-tenant architecture using Laravel 11, PostgreSQL row-level security, and Stripe Billing — from data isolation to zero-downtime deploys.

LaravelSaaS+4
Read