Taminoturoko Briggs

  Software developer and technical writer. Core languages include JavaScript and Python.

   



9 Stories by Taminoturoko Briggs

Integrating GraphQL subscriptions in an Angular app

Learn how to integrate GraphQL subscriptions in an Angular app to get real-time updates from a WebSocket server when events occur.
1 10 min read

Guide to styling CSS scrollbars

We explore a few different ways to style CSS scrollbars across different browsers, so you can customize the default scrollbar to better align with...
0 3 min read

How to build a tree grid component in React

Explore a few tree grid libraries for React, including React Table, AG Grid, react-data-grid, and React Tree Grid.
1 6 min read

Building a React live streaming app with 100ms

100ms includes support for HLS for live streaming, which allows for scaling to millions of viewers, mainly due to its support by OSes and...
0 13 min read

Create a table of contents with highlighting in React

A table of contents summarizes the page’s content, allowing users to quickly navigate through sections of the page by clicking on the desired heading.
0 6 min read

Persist state with Redux Persist using Redux Toolkit in React

With the Redux Persist library, developers can save the Redux store in persistent storage. Therefore, even after refreshing the browser, the site state will...
6 5 min read

Customize email templates when using Firebase in React

Generate custom email action links in Firebase to customize the verification and authentication emails automatically sent to users.
2 11 min read

Build a CRUD application in React with Firebase Web SDK v9

In this tutorial, we’ll cover how to carry out CRUD operations in Firestore by building a task manager demo app.
6 9 min read

Refactor a React app with the new Firebase v9.x Web SDK

The Firebase Web SDK v9.x has introduced breaking changes in methods for managing users and querying databases; refactor your React app to avoid throwing...
0 7 min read