Posts

Ng Problem : A Love …

Plot A few days ago, I was trying to set up an angular project. The goal was simple, that was to install angular-cli with npm or yarn. Easy-peasy. But, the bad omen struck. Angular is a careful, robust, feature-rich framework. When I say careful, it’s very specific in many ways. The command …

How To Easily Fix The …

Have you ever encountered the above error? It’s pretty annoying, innit? Generally, it’s either called initramfs or busybox error. It typically indicates an issue during the boot process of a Linux system. Initramfs (initial RAM file system) is a temporary file system that is loaded into …

How To Deploy React App …

GitHub Pages or gh-pages is one of the easiest ways to deploy static sites. But, did you know that you can also easily deploy a simple React app on GitHub Pages? Without any further ado, let’s get started. First, install gh-pages on the React app by typing: npm install gh-pages --save-dev …