unleashdevs.comMarkdown, for the laymanWhat is markdown? Markdown is a standard for formatting documents. Think about when you use Microsoft Word or Google Docs and you make text bold italic Bigger Smaller That is formatting. Markdown is a standard you can learn and take it to any app tha...May 3, 2024·3 min read
unleashdevs.comGit: From the beginningBasic Definitions: Repository: The repository is the collection of all your commits, branches, and of course, your code. You have a local repository and a remote repository. There are several different providers for remote repositories (GitHub, Bitbu...May 1, 2024·3 min read
thelazywalrus.comStructuring data driven applications in LaravelWhat is a "Data driven application"? We all know that Laravel makes it really easy to store and query data from your database. Getting data submitted from a form and storing it using an eloquent model is trivial. But what if your application needs to...Nov 5, 2023·4 min read
thelazywalrus.comWhy Livewire is great for solo Laravel developersI've gone through all the stages of Laravel in the recent years. From plain blade with Jquery, to sprinkling VueJs, to full InertiaJS apps, and now I've landed on livewire. In this short post I'll tell you why I think livewire is the best option for ...Nov 1, 2023·5 min read
thelazywalrus.comComparing the Laravel starter stacksIntroduction Laravel has many great offerings when it comes to starter kits such as: Laravel Jetstream Laravel Breeze And stacks such as: InertiaJs Livewire Each of these starter kits is meant to provide you with everything you need to start ...Oct 26, 2023·8 min read