Saad Shaikh

My Articles

Enter at least 3 characters to search

Showing 3 articles

HOW TO STYLE A SIMPLE HAMBURGER MENU

Do you want to style a simple hamburger menu with as little code as possible? Well, I’ve got you! All you need is one empty div element and some CSS. First, let’s decide what the hamburger menu will look like. I want it to be 20px tall and 20px wide…

Read more →

HOW TO CREATE A PORTFOLIO WEBSITE USING GATSBY

In this article I’m going to show you how to use Gatsby to create a personal portfolio website. This website will include a home page, a projects page and an blog articles page. First, let’s set up the structure of the website. …

Read more →

HOW TO CREATE AN API THAT EXTRACTS DATA FROM WEBSITES

Hi, I a Frontend Developer and I am going to show you how to create an API that aggregates data from various websites. I will be using Node JS with the extensions axios, cheerio and express as well as nodemon for the development phase. So here goes.. First…

Read more →