EBEmmanuel Bareinanuel.hashnode.dev·Feb 6, 2025 · 3 min readWhy I want to be a front-End Developer and how HNG will help meDeciding to become a professional frontend developer comes from my desire to create an interactive and beautiful web experience. The world is changing fast and I would like to contribute to it by developing applications that improves user experience....00
EBEmmanuel Bareinanuel.hashnode.dev·Apr 27, 2023 · 4 min readWhat Is GIT?INTRODUCTION Git is a distributed version control system software that is commonly used in software development that allows developers to be able to keep track of changes in their code, communicate with other developers and roll back any change made ...00
EBEmmanuel Bareinanuel.hashnode.dev·Apr 12, 2023 · 1 min readMy Understanding of flexbox through the help of Flexbox FroggyThe "flexbox" is a module used to arrange elements into containers with equal spaces between them. .flexbox { display: flex; } Flexbox Froggy is a game created by codepip that enables one to learn flexbox properties. You're tasked with moving th...00