75 followers
Hi, I'm Daniel Don. i write articles on Web development and tackle popular programming myths
Hi, Back in July 2019, I wrote a 10 minutes read article on getting started with MongoDB. MongoDB is a NoSQL database that doesn't follow the traditional pattern of relational databases. I explained getting started with MongoDB, installing MongoDB to...
Knowing the meaning of terms and what they actually do and represent could greatly improve your comprehension ability while writing code or following lessons and tutorial classes. In this article I'll walk you through understanding the synchronous an...
Well, I'm going to keep this article short and simple. Let's talk about what a design doc is and how we could write one. The explanation of what a design doc is varies from person to person but all boils down to mean one thing. I'm going to try to ex...
I've been in that situation (or I'm still there, LOL), where you don't have all the money you need to buy an online course and you have to settle for watching tutorials on youtube. Don't be sad, eventually by putting in the hardwork to learn, you'll ...
So here's how this topic came about: I had an online code discussion with someone where he was helping me try to fix a bug I had, then we got talking and he throws the question at me, " What is Schema? ", well, I replied, "Schema defines the way your...
In this tutorial, I would walk you through building a simple calculator with Html, CSS, and JavaScript. I decided to put this tutorial together because not everyone learns better by watching videos, so Here I'll break down things into simple steps to...