Laravel Add Statamic to an existing Laravel app – and let Statamic use its own authentication We’re gonna install Statamic to use as a CMS into our existing Laravel application. By default Statamic will use the same authentication as the existing application, but we want to use the built in Statamic authentication and not the current application’s authentication.
Development Replace querySelector with Alpine.js x-show I challenged myself to make a screencast, to keep the barrier minimal I decided to start with something small. Here’s my video on how to replace document.querySelector with Alpine.js x-show. Please let me know any feedback…
¯\_(ツ)_/¯ How to: Gmail with custom domain – for FREE TLDR: Make/use existing gmail account, setup a forwarder somehow for your custom domain, send email via the gmail smtp. Dennis 1. Make a gmail account. Just make a new gmail account or use…
Development How to get $5000 in AWS credits without breaking the bank Every business needs hosting right? There are a couple of ways to use the AWS Activate program to get cheap credits. First of all, if you’re a solo founder or a bootstrapped you’re…
Development Free Airtable credits and Bubble Professional Via the magic of the internet I stumbled upon this new website called Secret. You can sign up for free and get acces to some really amazing deals for software you can use to build your business!
Personal 2019 Year In Review Initial goals When January 2019 came along, I had some vague goals. The only clear one being, I wanted to see at least 5 countries this year. Other than that I felt like…
Development What is up with var, let and const Assuming you know some JS basics Let’s start with the ‘old’ keyword var for declaring variables. var is top level (aka. global level). Let me show you what that means with an example….