AOAfowowe Olumideinolumide.hashnode.dev·Jan 23, 2021 · 7 min readDeveloping API Using PHPWe will be using object oriented programming programming as much as possible in this tutorial. And after you can use for all your projects that are not that complex and for learning purpose also Step 1 in This tutorial we are using mysql as our dat...00
AOAfowowe Olumideinolumide.hashnode.dev·Dec 9, 2020 · 1 min readOverriding Chrome Default black border on input:focusThis single line of code with override the chrome default black border on any input focus on chrome browser. input:focus{ outline: none; } I hope this helps you.00
AOAfowowe Olumideinolumide.hashnode.dev·Nov 11, 2020 · 6 min readCreating CRUD App with Angular and Firebase FirestoreCreating new project with angular we are building a phonebook application using angular and firebase cloud firestore database. first we create a new angular project ng new phonebook Create Your Firebase Cloud FIrestore visit https://firebase.google...00
AOAfowowe Olumideinolumide.hashnode.dev·Jul 28, 2020 · 2 min readValidation in JavaScriptI am always confused anytime i hear form authentication and validation. The terms makes me think i have some extra magic that have to be done before my form can be validated when i started programming. Well it's a programming term don't get confused...00
AOAfowowe Olumideinolumide.hashnode.dev·Jul 22, 2020 · 2 min readBasics First or Framework FirstThere have been arguments about newbies learning the basics of a language before jumping to the framework and likewise there have been opposing arguments that state it doesn't matter what you learnt first. One thing the argument is not taking into co...00