Elijah Asaolu I am a programmer, I have a life.

Stories by Elijah Asaolu

Using TinyBase For Reactive State Management

Using TinyBase for reactive state management

Dev

TinyBase is a new state management library that provides a structured, SQL-like approach to data manipulation and uses no dependencies.

Elijah Asaolu
Mar 21, 2022 ⋅ 4 min read
Build Web Components With Svelte

Build web components with Svelte

Dev

Using Svelte, create universal web components that allow you to develop reusable, custom HTML elements with encapsulated styling and functionalities.

Elijah Asaolu
Feb 14, 2022 ⋅ 6 min read
Deta Vs. Heroku Finding Better Cloud Provider

Deta vs. Heroku: Finding the better cloud provider

Dev

Compare one of the most popular cloud service providers, Heroku, with a new and fully free alternative, Deta.

Elijah Asaolu
Jan 12, 2022 ⋅ 4 min read
Building an App with Electron and Vue

Building an app with Electron and Vue

Dev

If you’ve worked with Vue before, it’s simple to get started with Electron. Use the Vue CLI plugin for Electron Builder and make a demo app.

Elijah Asaolu
Dec 16, 2021 ⋅ 6 min read
What's New in Nuxt 3

What’s new in Nuxt 3

Dev

The Nuxt 3 beta was launched October 2021. Look at the new features in Nuxt 3, as well as the installation process and how to migrate your existing Nuxt apps to this latest version.

Elijah Asaolu
Nov 18, 2021 ⋅ 4 min read
Building a DApp with Ethers.js

Building a DApp with Ethers.js

Dev

In this tutorial, we will be learning some concepts of the blockchain, as well as learning how to build our first DApp with Ethers.js

Elijah Asaolu
Nov 1, 2021 ⋅ 7 min read
What's new in Bootstrap 5.1.0

What’s new in Bootstrap 5.1.0

Dev

Learn about Boostrap v5.1.0 and its introduction to CSS Grid, a placeholder component, horizontal collapse, and more.

Elijah Asaolu
Oct 7, 2021 ⋅ 4 min read
Introducing Assembler CSS, a New Alternative to Tailwind CSS

Introducing Assembler CSS, a new alternative to Tailwind CSS

Dev

Meet Assembler CSS, a UI framework built to rival Tailwind CSS and Boostrap with its curated list of virtual properties.

Elijah Asaolu
Sep 30, 2021 ⋅ 4 min read
Getting Started with vue.draggable

Getting started with vue.draggable

Dev

Learn to use vue.draggable, the official Sortable.js component for Vue-based projects, and build a sample Kanban board.

Elijah Asaolu
Sep 10, 2021 ⋅ 8 min read
Creating a Custom REPL in Node.js

Creating a custom REPL for Node.js

Dev

REPL takes a user input, executes it, and returns an output. Learn how to use the Node.js inbuilt REPL environment or create a custom REPL.

Elijah Asaolu
Aug 12, 2021 ⋅ 3 min read
Parsing HTML in Node.js with Cheerio

Parsing HTML in Node.js with Cheerio

Dev

Cheerio provides a concise markup perfect for parsing HTML and working with XML documents for your Node.js project.

Elijah Asaolu
Jul 26, 2021 ⋅ 5 min read
A Detailed Look at Basic SQL.js Features

A detailed look at basic SQL.js features

Dev

In this tutorial, we’ll discuss SQL.js, a JavaScript SQL library with which you can create and query relational databases entirely in your browser.

Elijah Asaolu
May 24, 2021 ⋅ 4 min read