blogalicious
A blog about random things, life , code and my unsolicited wisdom
I sometimes write, it's been a while but here is some of my work.
2021
Using Prisma with Postgres and Node.jsJul 1210 minute read
In this article, we will be looking at how to setup and create a simple Node.js API, using Express as our framework of choice, Postgresql as our database, and Prisma as our ORM.
Introduction to Tailwind CSSJan 1110 minute read
This article is an introduction to Tailwind CSS, we will cover different installation and configuration methods and how to use its utility-based classes.
2020
Building CLI Applications using React.jsNov 2210 minute read
In this tutorial we will create a simple CLI application using React.js framework and the INK library.
Creating Command Line Interfaces using Node.jsOct 1610 minute read
In this tutorial we will create a simple CLI application that takes two arguments to understand CLI basics.