Change user agent with the Laravel HTTP Client
In pull request #34611 the undocumented `withUserAgent` method has been added to the Laravel HTTP Client. It's really easy to use. Http::withUserAgent($userAgent)->get($url);…
Read articleIn pull request #34611 the undocumented `withUserAgent` method has been added to the Laravel HTTP Client. It's really easy to use. Http::withUserAgent($userAgent)->get($url);…
Read articleWe'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…
Read articleI 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…
Read articleTLDR : 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…
Read articleEvery 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…
Read article$2000 worth of Airtable credits, $1000 to spend on AWS, 6 months of Zendesk, 6 months of Bubble Professional and much more! All for free
Read articleInitial 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 it…
Read articleLet's dive into the difference between var, let and const in modern JavaScript. In this post I'll explaind the difference and when to use which.
Read article