Jan 10, 2021Creating a Navbar Using react-router-dom and react-bootstrap,react-router-bootstrapHello everyone! In this extremely short code walkthrough I’m going to show you how you can go about Creating a Navbar Using react-router-dom,react-router-bootstrap and react-bootstrap! First of all you have to start and run your react app on the server like you would normally. If you’re unsure how to do…React3 min read
Dec 29, 2020Making a Todo List Using React NativeAssalamu Alaikum! In this particular story, I’m thinking of demonstrating how we can make a Todo-List using React Native! I’m thinking of keeping it pretty short with minimal to almost no styling at all. The main idea of it is to demonstrate how a todolist can be made with react…React Native6 min read
Dec 22, 2020Why I Love Programming and DevelopingHi! So this is my 10th blog(woohoo) and so I was thinking of becoming a little more personal in this one in celebration of that and I was thinking about sharing why I actually love programming and what really got me into it. So my relationship with coding and developing…Coding5 min read
Dec 21, 2020Creating a react app and deploying it on github pages.Top of the morning to ya! In this story I’m gonna try to show you two things. What two things? Well read the article name again. …3 min read
Published in Analytics Vidhya·Dec 21, 2020Hosting a website for free on github pages.Greetings my fellow developers! Here we’re gonna go over the procedures we need to follow in order to host a site on github pages for free! The term “procedure” might seem a bit far fetched here because the things we need to do in order to complete this task are…Github3 min read
Dec 16, 2020Crud Application using Mern StackHello everyone! Today I’m here to demonstrate how you can use the Mern stack to build a very simple Crud application! If you’re unsure what MERN is, please check this blog. N.B Even though the best way to learn this is by coding along with the instructions but still I’d…Full Stack11 min read
Published in Analytics Vidhya·Dec 10, 2020Numpy Crash Course (Part 2)This the part 2 of my numPy Crash Course. Here, we are gonna look at a some intermediate topics of the numPy library. Table of Contents: Concatenating arrays Stacking arrays Splitting arrays Iteration Enumeration Sorting Mathematical Operations Searching in an array Statistical Operations If you want the part 1 of the crash course…Numpy4 min read
Published in Analytics Vidhya·Dec 9, 2020Numpy Crash Course (Part 1)In this story, I’ll try to cover some of the basic operations of Numpy. So this will kind of act as a revision/cheatsheet sheet for people already familiar with Numpy or if they just want to brush up on their skills or existing knowledge on it. …Numpy5 min read
Published in Analytics Vidhya·Dec 3, 2020Human and Cat Face Detection using OpenCVOne of the main ways an object can be detected in OpenCV is the by making use of something called a “Cascade Classifier”. A Cascade classifier can be defined in the following way: “It is a machine learning based approach where a cascade function is trained from a lot of…Opencv3 min read
Dec 3, 2020Drawing and Writing on Images using OpenCVIn this story we are going to go through some functions of OpenCV that can help us draw shapes and place texts on Images according to our will. First things first, lets show this image using matplotlib in jupyter using the following code: import cv2 as cv import matplotlib.pyplot …Opencv3 min read