Creating a user database with Airtable part 2

In Part 1 we learnt how to add users to a Airtable database with hashed passwords. In part 2 we are going to learn how to persist the user’s data with sessions. Just want the code? Get the full working demo on Github. If you want to follow along,...

Creating a user database with Airtable part 1

I previously wrote an article on how to get a record from Airtable by a unique field value such as an email or username. I’m going to expand on that using a practical example, a user database. If you are building apps using Airtable as the backend,...

How to group WordPress posts by category

Let’s say we want to have our posts displayed like the following. Category 1 Post 1Post 2Post 3 Category 2 Post 1Post 2Post 3 You will quickly realise that using the standard WordPress loop you won’t quite get what you want. The problem Using the conventional loop,...