Search all Pusher content

Ayooluwa Isaiah (Guest Author)

14 posts from Ayooluwa Isaiah
tutorials

How to build a live progress bar with React

This brief tutorial will show you how to create a simple progress bar in React. It will receive updates from a Node.js b...

JavaScript
Node.js
React
...
Follow tutorial
tutorials

How to unit test React applications with Jest and Enzyme

This tutorial provides an introduction to unit testing React code using Jest and Enzyme. You will create a simple sample...

JavaScript
React
Non-Pusher tech
Follow tutorial
tutorials

Build a web scraper with Node

In this short tutorial, build a basic web scraper using Node.js. You will learn how to retrieve and parse data from both...

Node.js
Non-Pusher tech
Follow tutorial
tutorials

How to stream user tweets with Zapier and React

Learn how to use Zapier, together with Pusher Channels, to create a live tweet stream. You will build a simple web app w...

JavaScript
Node.js
React
...
Follow tutorial
tutorials

Add push notifications to your web app with Node.js and service workers

This brief tutorial will introduce you to service workers. You will build a simple web app with a Node.js backend, and a...

Node.js
CSS
HTML
...
Follow tutorial
tutorials

Build a comment voting system with React and Node

This tutorial will show you how to create a simple comments ranking system using React and Node. Users will be able to c...

JavaScript
Node.js
React
...
Follow tutorial
tutorials

Build a live graph with D3.js

In this short tutorial, create a simple live graph using D3.js. A basic Node backend sends data to a D3 bar graph, which...

Data visualization
JavaScript
Node.js
...
Follow tutorial
tutorials

How to build a live code playground with React

In this tutorial you will create a collaborative web coding playground, using a simple Node server, and React for the fr...

Collaboration
JavaScript
Node.js
...
Follow tutorial
tutorials

Set up realtime monitoring for transactional emails with React and SendGrid

Transactional emails are automated, realtime messages that are sent to users through email after a specific action has b...

CSS
JavaScript
Node.js
...
Follow tutorial
tutorials

Build a live leaderboard with Preact

Use Preact and Node to build a simple game with a live leaderboard. Users will be able to play a game of chance against ...

JavaScript
Node.js
Social
...
Follow tutorial
tutorials

View your live Spotify history with React and Node

Build a web app using Node and React to view your Spotify history. The app allows users to link up to their Spotify acco...

Node.js
React
JavaScript
...
Follow tutorial
tutorials

Use the HTML5 Notification API to provide realtime alerts

This brief tutorial will show you how to create a web application that sends a browser alert every time a GitHub repo re...

HTML
JavaScript
Node.js
...
Follow tutorial
tutorials

Build a live news feed with React

This brief tutorial will show you how to build a live news feed app using React and Node.js. You will integrate NewAPI t...

Feeds
JavaScript
Node.js
...
Follow tutorial
tutorials

How to build a chatbot with Preact and Wit.ai

Build a chatbot using Preact and Wit.ai, with a Node.js backend. Create custom entities, and implement realtime function...

JavaScript
Chat
Node.js
...
Follow tutorial