Getting started with OAuth and Understanding how it worksIntroduction ✨ I'm writing this due to an experience I had with implementing OAuth. The first time I implemented it in one of my projects, I got a bit confused. I didn't know it worked because I didn't take the time to read the docs, I just made it w...Sep 17, 2023·4 min read
SQL or NoSQL - How to choose the suitable one for youIntroduction I'm going to start by giving examples of SQL and NoSQL databases. SQL is short for Structured Query Language. They are used by relational databases. Examples of relational databases are IBM, Oracle, MySQL, Microsoft SQLServer and Postgre...Sep 26, 2022·4 min read
CURIOSITY - How it's crucial for you and I as developersI'm going to go straight to the point and drop no fluffs. As developers, We should be curious about everything we encounter while learning. I believe it'll go a long way in our journey to building that first project, getting that first job or becomin...Sep 19, 2022·2 min read
What APIs are reallyToday, I'm going to try to simplify what APIs are. Over time, I've seen developers struggle to understand this concept (including myself). Before going into the thread, pretend as if you're learning APIs for the first time and today might just be you...Sep 16, 2022·3 min read