DB
Search by
Email
Github
Twitter
Blog Archive
May 5, 2021
1 minute
Check if passwords have been compromised in Laravel
An awesome new Laravel 8 validation change is the addition of the uncompromised option for password validation. Check that the users password has not been involved in a password leak!
Read full story ->
May 5, 2021
4 minutes
Pagination with Strapi and Gatsby
If you are using a Strapi backend for your Gatsby site you might notice a lot of the pagination guides are not well suited for you. But fear not, I got you!
Read full story ->
May 5, 2021
1 minute
Getting random articles in Gatsby
There is no real way in GraphQL to select a random number of articles. You can, however, achieve a somewhat similar affect with pure JavaScript if you have all the content loaded.
Read full story ->
May 5, 2021
1 minute
Simple plain JavaScript time to read function
Time to read on blog posts is a trending feature and I often see people using heavy, bloated JS to display that. It's actually quite simple to add a quick read time counter to content.
Read full story ->
May 5, 2021
3 minutes
Gatsby MailChimp email list signup
Integrating with Mailchimp to allow your readers to sign up to a newsletter is easy with Gatsby. This guide will provide you with a component to use anywhere on your site to signup new subscribers.
Read full story ->
May 4, 2021
1 minute
Set the date on Linux without NTP
How to set Linux system time when you can't use NTP, ntpdate, etc. It only needs port 80 or port 443 outbound access!
Read full story ->
← Newer Posts
Older Posts →