Joseph Mawa A very passionate open source contributor and technical writer

Stories by Joseph Mawa

Solving The Node.js Console.Time Is Not A Function Error

Solving the Node.js console.time is not a function error

Dev

Explore the two variants of the `console.time is not a function` error, their possible causes, and how to debug.

Joseph Mawa
Nov 1, 2024 ⋅ 6 min read
Reading And Writing JSON Files In Node.js: A Complete Tutorial

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

Dev

This guide explores all of the options you have for reading and writing JSON files in Node.js, including third-party packages like jsonfile.

Joseph Mawa
Oct 18, 2024 ⋅ 11 min read
Leaflet Adoption Guide: Overview, Examples, And Alternatives

Leaflet adoption guide: Overview, examples, and alternatives

Dev

Leaflet is a handy, lightweight, performant JavaScript library for creating responsive and interactive maps for the web.

Joseph Mawa
Sep 19, 2024 ⋅ 11 min read
A Complete Guide To CSV Files In Node.js

A complete guide to CSV files in Node.js

Dev

This guide covers working with CSVs in Node.js, using popular packages like csv-parser, Papa Parse, and Fast-CSV.

Joseph Mawa
Jul 31, 2024 ⋅ 7 min read
Automate Repetitive Tasks With The Pinion Code Generator

Automate repetitive tasks with the Pinion code generator

Dev

Discover how the Pinion code generator automates repetitive tasks and boosts productivity compared to tools like Yeoman, Plop, and Hygen.

Joseph Mawa
May 21, 2024 ⋅ 7 min read
Customizing Environment Variables In Next.js 13

Customizing environment variables in Next.js 13

Dev

Next.js environment variables influence the way an application runs or behaves in different contexts and environments.

Joseph Mawa
Sep 7, 2023 ⋅ 8 min read
Comparing The Best Node.js Schedulers

Comparing the best Node.js schedulers

Dev

Discover the best Node.js job scheduler with this in-depth guide, including packages like Node-schedule, Cron, Bree, and Bottleneck.

Joseph Mawa
Jul 11, 2023 ⋅ 9 min read
A Complete Guide To The Node.js Event Loop

A complete guide to the Node.js event loop

Dev

Review the Node.js event loop and its six major phases to learn how to write robust and secure code.

Joseph Mawa
Jul 11, 2023 ⋅ 11 min read
Using Axios with React Native to manage API requests

Using Axios with React Native to manage API requests

Dev

In this article, you will learn how to super charge your API requests using Axios in a React Native application.

Joseph Mawa
May 19, 2023 ⋅ 12 min read
How To Represent Large Numbers In Your Node.js App

How to represent large numbers in your Node.js app

Dev

Manage large numbers in JavaScript using BigInt and popular third-party packages like Math.js, bignumber.js, and JS Big Decimal.

Joseph Mawa
Apr 14, 2023 ⋅ 8 min read
How to Import SVGs Into Your Next.js Apps

How to import SVGs into your Next.js apps

Dev

This article will explore the different methods you can use to import and use SVGs in a Next.js application.

Joseph Mawa
Mar 24, 2023 ⋅ 8 min read
A Complete Guide to CSS Word-Wrap, Overflow-Wrap, and Word-Break

A complete guide to CSS word-wrap, overflow-wrap, and word-break

Dev

This article is an in-depth tutorial on the word-wrap, overflow-wrap, and word-break CSS properties and how to use them.

Joseph Mawa
Feb 24, 2023 ⋅ 9 min read