Joseph Mawa A very passionate open source contributor and technical writer

Stories by Joseph Mawa

Using the NestJS REPL environment

Using the NestJS REPL environment

Dev

Learn how to leverage the built-in Node REPL environment to make the most of the NestJS REPL environment for your projects.

Joseph Mawa
Nov 3, 2022 ⋅ 5 min read
Zephyr Tailwind CSS React Native

Introducing Zephyr: Tailwind CSS for React Native

Dev

React Native Zephyr is attempting to bring the Tailwind CSS experience to React Native, and picking it up is easy if you are already familiar with Tailwind CSS.

Joseph Mawa
Aug 30, 2022 ⋅ 5 min read
The guide to syntax highlighting in React

The guide to syntax highlighting in React

Dev

Learn how to use popular syntax-highlighting libraries, such as Prism and Highlight, with React.

Joseph Mawa
Aug 4, 2022 ⋅ 6 min read

The complete guide to toLocaleString in Node.js

Dev

Learn everything you need to know about toLocaleString, a convenient method for tailoring your Node.js apps to local languages.

Joseph Mawa
Jun 16, 2022 ⋅ 6 min read

The complete guide to AbortController in Node.js

Dev

The AbortController API in Node.js is a wonderful new development – learn all about it in this comprehensive tutorial.

Joseph Mawa
Jun 6, 2022 ⋅ 6 min read

Redux Toolkit’s new listener middleware vs. Redux-Saga

Dev

Redux Toolkit’s new listener middleware is a great alternative to Redux Saga, with a few caveats – learn all about it in this complete guide.

Joseph Mawa
May 26, 2022 ⋅ 9 min read

Using the FileReader API to preview images in React

Dev

The FileReader API can be tricky to use, but it provides a handy feature that allows users to preview images before uploading to a React app.

Joseph Mawa
Mar 31, 2022 ⋅ 7 min read

Managing PDFs in Node with pdf-lib

Dev

Take control of your PDFs in Node.js with pdf-lib, a useful tool for creating and modifying PDFs, designed to work in any JavaScript runtime.

Joseph Mawa
Feb 4, 2022 ⋅ 9 min read

RecyclerListView vs. FlatList for long lists in React Native

Dev

Decide if RecyclerListView or FlatList is right for you when rendering long or infinite lists in React Native with this thorough comparison.

Joseph Mawa
Jan 18, 2022 ⋅ 4 min read

How to build a GUI with PyQt

Dev

Learn how to build a GUI with PyQt, the Python binding of Qt, with this in-depth tutorial and thorough example build.

Joseph Mawa
Dec 17, 2021 ⋅ 14 min read

How to create SVG maps in React with react-simple-maps

Dev

Create detailed and informative maps in your React apps with react-simple-maps using this in-depth guide and example build.

Joseph Mawa
Nov 24, 2021 ⋅ 9 min read

What you need to know while using the Geolocation API

Dev

Learn how to effectively use the Geolocation API with this article filled with tips, tricks, and necessities when requesting user location.

Joseph Mawa
Nov 15, 2021 ⋅ 8 min read