Pascal Akunne

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

   



10 Stories by Pascal Akunne

Top 6 tools for Node.js monitoring

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

How to create a double border in CSS

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

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

Timers are used in Node.js to execute a function at a certain time or to delay a program or code execution. Explore setTimeout(), clearTimeout(),...
0 4 min read

Working with the JavaScript Reflect API

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

Guide to promises in Node.js

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

Blockchain bridges: Guide to cross-chain data sharing

This guide investigates blockchain interoperability, how blockchains communicate and share data, and challenges for cross-chain applications.
2 8 min read

What to expect from ES2022

JavaScript is continually evolving. Here's a look at eight new features that are expected to be available with JavaScript’s ES2022 specification.
0 5 min read

Processing images with sharp in Node.js

sharp is a high-performance image processing module for Node.js. This module assists with UGC management by offering an easy solution for reading, enhancing, and...
0 8 min read

The complete guide to blockchain testing

Learn the ins and outs of blockchain testing in this comprehensive article, including a tutorial for testing smart contracts.
0 9 min read

A guide to blockchain consensus protocols

Learn about the most popular consensus protocols in order to decide which to use in your next blockchain project with this guide and review.
0 7 min read