Jeremy Kithome Software developer. #MUFC to infinity and beyond! Fortune favors the bold. From tomato farmer to API farmer.

Stories by Jeremy Kithome

Comparing The Best Node.js Unit Testing Frameworks

Comparing the best Node.js unit testing frameworks

Dev

Compare some of the best Node.js unit testing frameworks in 2023, including Mocha, Jest, Supertest, and Webdriver.

Jeremy Kithome
Jul 3, 2023 ⋅ 9 min read
Build Rich Text Editors in React Using Draft.js and react-draft-wysiwyg

Build rich text editors in React using Draft.js and react-draft-wysiwyg

Dev

In this article, we will be using Draft.js and react-draft-wysiwyg to build a rich text editor and display text we created using the editor.

Jeremy Kithome
Dec 1, 2022 ⋅ 10 min read
Build A React Native Progress Bar

Build a React Native progress bar

Dev

Learn how to build a progress bar in React Native to provide users with a visual representation of processes running and progressing.

Jeremy Kithome
Aug 30, 2021 ⋅ 4 min read
Building a WebRTC chat app

Creating a chat application with WebRTC

Dev

This extensive guide shows you all you need to know to build a simple chat application with WebRTC.

Jeremy Kithome
Jul 2, 2021 ⋅ 24 min read
Creating a Node.js GraphQL server using Prisma 2

Creating a Node.js GraphQL server using Prisma 2

Dev

In this article, we will be building a basic polling GraphQL server.

Jeremy Kithome
Sep 18, 2020 ⋅ 10 min read
Implementing two factor authentication with Speakeasy

Implementing two-factor authentication using Speakeasy

Dev

In this article, we will be focusing on implementing a time-based one-time password(TOTP) using the Speakeasy library.

Jeremy Kithome
Sep 9, 2020 ⋅ 8 min read

Making a chat app with Dapr

Dev

Dapr is an event-driven, portable runtime that aims to simplify building microservice applications for developers.

Jeremy Kithome
Jun 15, 2020 ⋅ 10 min read

How to implement scroll with React-gridlist

Dev

Getting scroll to work perfectly requires a lot of trial and error. React-gridlist provides a painless and fast way to implement scroll in your application.

Jeremy Kithome
Jun 3, 2020 ⋅ 4 min read

How to build an accessible datepicker component in React

Dev

In this article, we will be building an accessible datepicker component that leverages the accessibility guidelines.

Jeremy Kithome
Dec 30, 2019 ⋅ 12 min read