Posts within the JavaScript category

Featured image for "Adding reading time with Gatsby"
JavaScript

Adding reading time with Gatsby

Popular online blogging platforms like Medium add an estimated reading time to each post. In this tutorial we'll achieve the same thing by using Gatsby.

Read more →
Featured image for "Working with Gatsby and pagination"
JavaScript

Working with Gatsby and pagination

Gatsby is an awesome static site generator, and in this tutorial I'll look at how to implement pagination using Gatsby.

Read more →
Featured image for "Creating pages with Gatsby"
JavaScript

Creating pages with Gatsby

Gatsby has a large set of APIs, and one of them is to programmatically create new pages. In this tutorial we'll use this API to create detail pages for each blogpost.

Read more →
Featured image for "Using Gatsby with WordPress as a headless CMS"
JavaScript

Using Gatsby with WordPress as a headless CMS

If you want to use WordPress as a headless CMS with Gatsby, I'll demonstrate how you can achieve this in this tutorial.

Read more →
Featured image for "Loading content within a sidebar using Angular routing"
JavaScript

Loading content within a sidebar using Angular routing

In this tutorial, we'll use the powers of Angular Material and routing combined to load our route content within a sidebar or sidenav component.

Read more →
Featured image for "Containerizing your static web project"
JavaScript

Containerizing your static web project

WIth Docker and nginx, we can easily containerize our static web project. In this tutorial, you'll find out how you can do that.

Read more →
Featured image for "Starting a web project with Webpack and Babel"
JavaScript

Starting a web project with Webpack and Babel

Building JavaScript applications has evolved over time, and in this tutorial we'll explore how Babel and Webpack can be used to make your life easier.

Read more →
Featured image for "Using WebSockets with Angular"
JavaScript

Using WebSockets with Angular

In this tutorial we'll explore how we can use WebSockets with Angular and how to properly create RxJS observables from them.

Read more →
Featured image for "Using Jest to test your Node.js application"
JavaScript

Using Jest to test your Node.js application

Jest is a testing framework developed by Facebook. In this tutorial I'll demonstrate the features of Jest while testing a small Node.js application.

Read more →
Featured image for "Testing your Node.js application with tape"
JavaScript

Testing your Node.js application with tape

In this tutorial I'll discover the features of tape combined with Sinon.js while writing unit tests for a simple Node.js application.

Read more →