Jan 16Transfer a Domain from GoDaddy to CloudflareStep 1: Getting Started As you are reading this post, I will assume that you already have your domain registered through GoDaddy and a Cloudflare account. If not, please sign up for one, which can be done in a few steps. There is no need for you to add a payment method to your…Domain Transfer4 min readDomain Transfer4 min read
Aug 17, 2022Create & Publish a React Component as an NPM PackageMy recommendation is that before you begin reading the blog, you should read Understanding NPM to gain a better understanding of what NPM is. Our goal is to develop a customizable notebook page component and publish it to npm. Now let’s get started. Step 1: Initializing our project We will start by navigating to our…NPM5 min readNPM5 min read
Aug 13, 2022Understanding NPMWhat is npm? NPM which stands for Node Package Manager is the biggest software registry in the world. It contains more than 1.3 million packages, both public and private, and it is free to download all npm public packages without registering. Why do we need a package?NPM4 min readNPM4 min read
Feb 1, 2022Deploy a React App to Brilliant Cloud with Docker & NginxWe will deploy a very simple React application to Brilliant Cloud and use its portal to create a virtual machine, attach floating IP and set security rules. Please note that the purpose of this blog post is not to discuss React, Docker, Nginx or how to use Brilliant Cloud Portal…Deployment4 min readDeployment4 min read
Jan 30, 2022Understanding Redis ConfigurationIn order to understand Redis Configuration, you should have a basic understanding of Redis. If you have never heard of Redis before, you can read my other post on the subject. Understanding Default Configuration We will learn about the default configuration of Redis before configuring it.Redis4 min readRedis4 min read
Jan 28, 2022Getting started with RedisRedis, or Remote Dictionary Server, which is sometimes referred to as a data structure server, is used as a distributed key-value database, cache, and memory broker with optional durability. …Redis3 min readRedis3 min read
Dec 1, 2021“IT WAS LOVE AT FIRST SIGHT”Do you ever feel like you’re in a constant state of stress and anxiety? Yeah, that’s exactly what I felt during the days after the biggest exams of my life till then. It was after I had completed my board exams and was waiting for my results with a sense…Coding2 min readCoding2 min read