Joseph Mawa

  https://github.com/nibble0101 A very passionate open source contributor and technical writer

   



22 Stories by Joseph Mawa

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

Redux Toolkit's new listener middleware is a great alternative to Redux Saga, with a few caveats - learn all about it in this complete...
2 9 min read

Using the FileReader API to preview images in React

The FileReader API can be tricky to use, but it provides a handy feature that allows users to preview images before uploading to a...
0 7 min read

A complete guide to CSV files in Node.js

While there isn't a universal standard, this guide covers the differences and helpful packages for working with CSVs in Node.js.
2 6 min read

Managing PDFs in Node with pdf-lib

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.
0 9 min read

RecyclerListView vs. FlatList for long lists in React Native

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

How to build a GUI with PyQt

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

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

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

What you need to know while using the Geolocation API

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

Reading and writing JSON files in Node.js: A complete tutorial

This comprehensive guide explores all of the options you have for reading and writing JSON files in Node.js, including third-party packages.
3 9 min read

How to send emails from a React app with Netlify Functions

Automatically send emails to users of your React app without setting up a server by using Netlify Functions.
0 8 min read