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

Stories by Pascal Akunne

An overview of product markets

Product Management

Product markets offer you a chance to compete with other businesses to satisfy customer demands and preferences.

Pascal Akunne
Oct 28, 2024 ⋅ 3 min read
An Overview Of Feature-Driven Development (FDD)

An overview of feature-driven development (FDD)

Product Management

FDD is an agile framework for software development that emphasizes incremental and iterative progress on product features development.

Pascal Akunne
Aug 29, 2024 ⋅ 3 min read
Understanding Prosci Change Management

Understanding Prosci change management

Product Management

Prosci is a change management leader, renowned for its research-driven approach to managing and implementing change.

Pascal Akunne
Jul 12, 2024 ⋅ 3 min read

DSDM: The dynamic systems development method

Product Management

The dynamic system development method (DSDM) was first released in 1994 as a software development method to provide some discipline to RAD.

Pascal Akunne
May 16, 2024 ⋅ 5 min read
Guide To Promises In Node.js

A 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
Apr 26, 2024 ⋅ 9 min read
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