Joseph Mawa A very passionate open source contributor and technical writer

Stories by Joseph Mawa

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
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.

Joseph Mawa
Sep 28, 2023 ⋅ 11 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
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