Simplify. Build. Ship.
Building modern web applications with Laravel, Livewire, and TailwindCSS. Sharing knowledge through projects, tutorials, and open-source contributions.
Expertise
Focused on the modern Laravel ecosystem with Livewire and TailwindCSS.
Laravel Development
Full-stack web application development with Laravel, leveraging its elegant syntax and powerful features.
Livewire & Alpine.js
Building reactive, dynamic interfaces without leaving PHP using Livewire and Alpine.js.
TailwindCSS
Clean, responsive designs using TailwindCSS utility-first approach for rapid UI development.
Projects
Side projects built with Laravel & Livewire
Latest from the Blog
Insights and tutorials on web development
Understanding TailwindCSS Container
If you have used CSS frameworks, you must have used the container class, TailwindCSS does also have a container utility class but it certainly differs a bit from other frameworks. In this article,...
Vertically Align Item Middle of screen in TailwindCSS
In TailwindCSS you can make use of flexbox to align items right in the middle of the screen by using the following properties flex : changes the div to a flex box container. justify-center : Align...