EAEzekiel Ayebiduninezefizzy.hashnode.dev·Jun 11 · 5 min readFrom Rejection to Building: The Story Behind devzekeI didn't choose tech. Tech chose me — through a rejection letter. In 2018, I got admission into Ondo State University of Science and Technology, Okitipupa to study Computer Science. But here's the tru10
EAEzekiel Ayebiduninezefizzy.hashnode.dev·Jun 7, 2022 · 3 min readHow to push your project to githubIntroduction Github helps us to share and store our code easily. Today we will learn how we can push a project which is stored locally to a remote server or github. Before we push the project to Github, we need to configure and install git on our com...01A
EAEzekiel Ayebiduninezefizzy.hashnode.dev·Jun 5, 2022 · 4 min readIntroduction to Git and GithubOutlines Introduction to git Types of version control Introduction to github Why use github How to create a github account How to install and configure git Introduction to git When you are working on a simple project, such as a single page html, it...02AC