Posts within the JavaScript category
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 →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 →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 →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 →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 →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 →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 →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 →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 →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 →