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.

   



20 Stories by Wisdom Ekpot

Kafka vs. RabbitMQ: Comparing Node.js message brokers

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

Comparing Node.js logging tools

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

Firestore in Swift tutorial

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

Error handling in Swift

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

Angular state management made simple with NgRx

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

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

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

Framework7 vs. Ionic: Comparing Cordova frameworks

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

Setting up cron jobs in Deno

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

Using JSON web tokens in Deno

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

Using Redis in Deno

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

Understanding Deno’s file system

Deno comes with its own file system, which can be used for any kind of file or directory manipulation. This guide breaks down the...
0 4 min read

Using Deno’s SMTP client

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