Tutorials in Web Development

Category Featured Tutorial

TDD with Gatsby, Django & Docker Part 2, Chapter 13 — Authentication

Front End Authentication with Gatsby & JWT Now we are at the point where we want to password protect our Gatsby Todo App. Remember way way back in Part 1 of this tutorial where we implemented JWT authentication for our… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 14 — Mobile Menu with Styled-Components

Build a Mobile Menu with Styled-Components To take a break from the heavy lifting of the previous chapters lets address the need for a mobile friendly menu. For the sake of simplicity we will use our mobile menu for desktop… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 15 — Frontend Testing with Enzyme

Testing with Enzyme Up to now we have been successfully running tests against the frontend using Jest but in the previous chapter we added a new module react-onclickoutside which enables the user to close the mobile fly out menu by… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 16 — Building Todo App Frontend

Where Are We Now? We’ve spent the last seven chapters on the Gatsby frontend now. What do we have? Setup dockerized development and production environments for Gatsby Configured Apollo allowing us to write GraphQL requests to a Django API Setup… Continue Reading →

Todo App with Gatsby, Django & Docker Part 1 — Setup Gatsby Development Environment

Using test driven development (TDD), with Gatsby and Docker.

Todo App with Gatsby, Django & Docker Part 2 — Configure Apollo

How to use the Apollo client to let Gatsby talk to Django Graphene.

Newer posts »

© 2025 Leeson Research

Up ↑