Pellizzer Tech Blog
A production-ready blogging platform with secure user authentication, an admin control panel, and an asynchronous email notification system — built with Laravel 8 and a fully containerised development stack.
Overview
What is PellizzerTechBlog?
PellizzerTechBlog is a full-featured publishing platform focused on IT security and software development. It supports a complete content lifecycle — from writing and publishing posts to notifying subscribers — all managed through a dedicated admin control panel.
The platform features a robust authentication system with email verification, login-attempt rate limiting with progressive lockouts, and role-based access control that separates public readers from authenticated subscribers and administrators.
The repository is public on GitHub — this showcase highlights the architecture decisions, key features, and engineering challenges solved during development.
Architecture
MVC with Async Jobs
A clean Laravel MVC structure backed by a Redis-powered job queue for non-blocking email delivery.
Key features
What it can do
Technology
Stack breakdown
Engineering
Challenges solved
Key technical decisions made during development.