Deployment

Creating a To-do App with Node.js + Express and PostgreSQL database

A simple todo list app with Postgres database.

Read
Deployment

Build custom Modal Component in React.

Modals are one of the most vital component of UI elements on the web. they provides a solid foundation for creating dialogs, popover etc. In this article we will see how to build our own modal component in react. Here is the snapshot of how our modal component will look like.

Read
React

Styling in React (CSS-in-JS) 💅

React is a good tool for building flexible and reuseable UI components. However organizing styles in react can be difficult sometimes, I have surf the internet severally looking for a better way of writing my CSS for the past 4 month I picked up react, but I seems to fall back to my default ways i.e writing all my css in the global file (index.css) then using inline styling to alter any changes, as the Project grows in complexity working with my method of styling becomes stressful and not efficient, as it is difficult for me to maintain the code base anymore and the fact that some styles conflict can be hectic to trace.

Read
Review

My 2018 year in Review

I have always read Ire’s yearly Review, which motivate me to share mine. Here’s the recap of my own 2018.

Read