Tutorials in Web Development

Tag Gatsby

Dockerizing Gatsby

Set up a Docker development and production environments for Gatsby with docker-compose.

TDD with Gatsby, Django & Docker Part 2, Chapter 08 — Setup Gatsby Development Environment

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

TDD with Gatsby, Django & Docker Part 2, Chapter 08 — Setup Gatsby Development Environment Updated

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

TDD with Gatsby, Django & Docker Part 2, Chapter 09 — Configure Apollo

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

TDD with Gatsby, Django & Docker Part 2, Chapter 10 — Setup Gatsby for TDD ~

Setting Up Gatsby for Unit Testing We are going to be using the Jest testing framework for react which was developed by Facebook. So first, we install all the Jest dependencies that play well with Gatsby. I’m not going to… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 11 — Layout Component & Typography

Creating the Layout Component We start by creating a layout component in frontend/src/components: Import the layout component into the index page: Spin up the development environment: When you hit http://localhost:8000 you should see the index page something like this: As… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 12 — Styled Components

Styled Components Quoting from the Styled Components Docs: styled-components is the result of wondering how we could enhance CSS for styling React component systems. By focusing on a single use case we managed to optimize the experience for developers as… Continue Reading →

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 →

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

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

« Older posts

© 2025 Leeson Research

Up ↑