Wisdom Ekpot A student of Ibom Metropolitan Polytechnic studying computer engineering, Wisdom has been writing JavaScript for two years, focusing on Vue.js, Angular, and Express.js.

Stories by Wisdom Ekpot

Kafka vs. RabbitMQ: Comparing Node.js message brokers

Dev

Learn about Apache Kafka and RabbitMQ, two Node.js message brokers, discussing architecture, message retention, performance, and more.

Wisdom Ekpot
Nov 9, 2021 ⋅ 6 min read
Comaring Node.js Logging Tools

Comparing Node.js logging tools

Dev

Learn about different Node.js logging libraries like Bunyan, Pino, npmlog, and more to find the best logger for your project.

Wisdom Ekpot
Oct 6, 2021 ⋅ 6 min read
Firestore In Swift Tutorial

Firestore in Swift tutorial

Dev

Learn how to add a database feature to any Swift application with Firestore through a simple to-do application tutorial.

Wisdom Ekpot
Aug 9, 2021 ⋅ 5 min read

Error handling in Swift

Dev

Learn how to detect and resolve errors in a simple bookstore application built using Swift, Apple’s general-purpose programming language.

Wisdom Ekpot
Jul 12, 2021 ⋅ 4 min read

Angular state management made simple with NgRx

Dev

Discover how NgRx makes Angular state management easier by simplifying the application’s state in objects and enforcing unidirectional data flow.

Wisdom Ekpot
May 7, 2021 ⋅ 8 min read
Using Pug.js With Vue.js

Pug.js tutorial: A beginner’s guide with examples

Dev

Learn how to integrate Vue.js into a backend application using Pug as a templating engine.

Wisdom Ekpot
Feb 4, 2021 ⋅ 5 min read
Framework7-vs-Ionic

Framework7 vs. Ionic: Comparing Cordova frameworks

Dev

Both Ionic and Framework7 are valuable tools for building hybrid mobile applications. Find out where each excels in performance, documentation and community.

Wisdom Ekpot
Jan 27, 2021 ⋅ 4 min read
Deno Logo

Setting up cron jobs in Deno

Dev

Here, you can learn what a cron job is and how to set up cron jobs in Deno to automate tasks.

Wisdom Ekpot
Dec 28, 2020 ⋅ 3 min read
JWT authentication deno

Using JSON web tokens in Deno

Dev

Keep your application secure by integrating JSON web tokens and using Deno’s djwt package for integrations.

Wisdom Ekpot
Dec 16, 2020 ⋅ 3 min read
Using Redis in Deno

Using Redis in Deno

Dev

Learn how to use Redis in Deno to make your application much more efficient by calling data from the cache.

Wisdom Ekpot
Dec 8, 2020 ⋅ 3 min read
Understanding Deno’s File System

Understanding Deno’s file system

Dev

Deno comes with its own file system, which can be used for any kind of file or directory manipulation. This guide breaks down the most important file system methods in Deno.

Wisdom Ekpot
Dec 2, 2020 ⋅ 4 min read
Using Deno's STMP Client

Using Deno’s SMTP client

Dev

In this tutorial, we’ll build a Deno application that sends mail to another user using Deno’s SMTP mail client.

Wisdom Ekpot
Nov 27, 2020 ⋅ 3 min read