Pascal Akunne A JavaScript developer focused on building human-centric products with HTML, CSS, React, Node.js, and MongoDB

Stories by Pascal Akunne

A Guide To Decentralized Decision-Making

A guide to decentralized decision-making

Product Management

Decentralized decision-making is the process where stakeholders distribute strategic decisions within an organization to lower-level teams.

Pascal Akunne
Mar 26, 2024 ⋅ 3 min read
A Guide To Business Continuity Management

A guide to business continuity management

Product Management

To maintain operations during disruptions, you must establish, implement, and constantly improve your BCM practices.

Pascal Akunne
Feb 29, 2024 ⋅ 4 min read
A Detailed Look At Data Modeling

A detailed look at data modeling

Product Management

Data modeling governs how data is structured and organized, as well as how it can be stored, retrieved, and modified.

Pascal Akunne
Dec 19, 2023 ⋅ 6 min read
5 Best JavaScript Multi-Dimensional Array Libraries

5 best JavaScript multidimensional array libraries

Dev

Learn more about the 5 best JavaScript libraries for dealing with multidimensional arrays, such as ndarray, math.js, and NumJs.

Pascal Akunne
Nov 30, 2023 ⋅ 4 min read
Optimizing Performance Node.js HTML PDF Conversions

Optimizing HTML to PDF in Node.js

Dev

We look at different approaches to improve the speed, efficiency, and quality of HTML to PDF conversions in Node.js.

Pascal Akunne
Nov 3, 2023 ⋅ 6 min read
Avoid CSS Ch Layout Shifts

How to avoid CSS ch layout shifts

Dev

CSS layout shifts refer to the unexpected movement (or shifting) of elements within the layout of a webpage during the […]

Pascal Akunne
Aug 23, 2023 ⋅ 6 min read
Node js SetTimeout Timer Function

Using setTimeout() and other timer APIs in Node.js

Dev

We explore the timers phase of the Node.js event loop, which implements Node’s asynchronous functionalities by executing I/O or timer callbacks sequentially using a set of queues.

Pascal Akunne
Jun 21, 2023 ⋅ 7 min read
Styling CSS Empty Pseudo-Class

Styling with the CSS :empty pseudo-class

Dev

We use the CSS :empty pseudo-class to create more dynamic and engaging UX, while simplifying code and boosting website speed.

Pascal Akunne
Jun 1, 2023 ⋅ 5 min read
How Create Double Border CSS

How to create a double border in CSS

Dev

Explore a number of alternatives to the conventional CSS border-style: double method for creating a double border for a webpage element.

Pascal Akunne
Mar 20, 2023 ⋅ 6 min read
Top Tools Node.js Monitoring

Top 6 tools for Node.js monitoring

Dev

Learn about top tools for Node.js monitoring. Identify and address issues faster for enhanced reliability and improved UX.

Pascal Akunne
Mar 17, 2023 ⋅ 6 min read
JavaScript Logo Over a Water Landscape

Working with the JavaScript Reflect API

Dev

This post examines the JavaScript Reflect object, discusses the difference between Proxy and Reflect, and gives examples of Reflect methods.

Pascal Akunne
Sep 13, 2022 ⋅ 5 min read
Node JavaScript Logo

Guide to promises in Node.js

Dev

Learn how touse the util.promisify() utility module in Node.js to transform a standard function that receives a callback into one that returns a promise.

Pascal Akunne
Jul 15, 2022 ⋅ 6 min read