ZHZabih Haqqaniinzabihhaqqani.hashnode.dev·May 18, 2022 · 2 min read#4 Build a Simple Counter with Vanilla JSTo make my Vanilla JS strong I made this app that uses DOM elements. It's very easy to build. Let's Begin!!! What are we going to make? A counter which is going to have 3 buttons. Input: the user clicks on a button. Processing: according to the bu...00
ZHZabih Haqqaniinzabihhaqqani.hashnode.dev·Jan 20, 2022 · 3 min read#3 First Pull RequestA Tale Jack - Made a project on web development and posted it on Github you want to add some features to it. You - Make the changes you want and send him a pull request he reviews it and adds it to the project. Pull request - When you have made some...00
ZHZabih Haqqaniinzabihhaqqani.hashnode.dev·Jan 9, 2022 · 3 min read#2: What are Git and Github? (Basic Stuff)Git and Github are the most used technologies in web development they are necessary for every developer to know about. We will get a basic overview of what they are. Let's begin!!! 1. What is Git? Git is a version control system. Version control sys...01N
ZHZabih Haqqaniinzabihhaqqani.hashnode.dev·Dec 19, 2021 · 4 min readHTML5 and CSS3 for Absolute BeginnersI have recently started learning web development and to help you out these are some of the basic HTML and CSS things to get started with your Web Dev Journey. A Website is mainly built on 3 things: HTML: Structure CSS: Styling JavaScript: Functio...03AN