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

Setting up MongoDB in Deno

Setting up MongoDB in Deno

Dev

You can use any database with Deno as long as there’s a controller for it. In this post, we’ll set up MongoDB.

Wisdom Ekpot
Nov 16, 2020 ⋅ 3 min read
Building a Slackbot for Logging Node.js Application Activitiets

Building a Slackbot for logging Node.js application activities

Dev

Building a Slackbot is a great way to automate notifications about app activities. We use Node.js to build a simple app and test the bot.

Wisdom Ekpot
Nov 13, 2020 ⋅ 5 min read
JavaScript Router History API

Building a JavaScript router using History API

Dev

Learn how to build and implement a client-side routing system using JavaScript History API to easily work with a framework routing library.

Wisdom Ekpot
Nov 12, 2020 ⋅ 4 min read
Deno's Standard Library: 4 Core Modules

Deno’s standard library: 4 core modules

Dev

The intention of Deno’s standard library is to provide a comprehensive collection of high-quality modules that all Deno projects can use seamlessly.

Wisdom Ekpot
Nov 4, 2020 ⋅ 4 min read
Node and Vue logos.

Build a file compression application in Node.js and Vue.js

Dev

Find out how to build an application that will help users compress files using Vue and the Zlib module in Node.js

Wisdom Ekpot
Sep 10, 2020 ⋅ 6 min read
Building a Password Hasher in Node.js

Building a password hasher in Node.js

Dev

In this tutorial, we’ll show you how to build a password hasher to hash and store user credentials in the database using a technique called salt hashing.

Wisdom Ekpot
Sep 1, 2020 ⋅ 5 min read
Build a Markdown Previewer With Vue and Electron

Build a Markdown previewer with Vue and Electron

Dev

Understanding how to write custom directives will really kick your Vue skills up a notch. Learn how to build a markdown preview app with Vue and Electron.

Wisdom Ekpot
Jul 24, 2020 ⋅ 7 min read
Build an Event Keeper App With Ionic and AWS

Build an event keeper app with Ionic and AWS

Dev

The Ionic framework is an open-source UI toolkit for building performant, high-quality mobile and desktop apps with integrations for popular frameworks such as Angular, Vue, and React.

Wisdom Ekpot
Jul 23, 2020 ⋅ 12 min read