Danny Herran

Danny Herran

Cooler Master NCORE 100 MAX Fan Swap Mod

Cooler Master NCORE 100 MAX

The NCORE 100 is a small form factor (SFF) case that looks absolutely fantastic. However, the stock fans from Cooler Master are quite noisy. If you’re considering getting the NCORE 100 MAX, setting aside some extra budget to replace the…

Tailwind CSS with Parcel v2

Parcel Tailwind CSS

Getting Tailwind to compile with Parcel v2 is easier than ever. We will leverage the Parcel v2 PostCSS support to automatically compile Tailwind assets with little configuration.

Laravel Fractal pagination with simplePaginate

Laravel Fractal

By default Fractal has native support for Laravel::paginate. Those using simplePaginate() have to resort to either using Fractal Cursors or build their own adapter. In this post, we are going to quickly build an adapter that fully supports Laravel::simplePaginate.