Website Development
JavaScript Hoisting for the dummies
Maybe you’ve heard about hoisting before but you don’t really understand what it means or rather how it works in…
Different Ways to Declare Functions in JavaScript
In this article, you’ll learn the different ways you can declare functions in JavaScript. One of the coolest thing about…
Single | Double | Tripple Equal signs in JavaScript Explained
In this video, I explained the difference between Single, Double & Tripple Equal Signs in JavaScript. SINGLE EQUAL SIGN =…
Complete MySQL CheatSheet Commands
This MySQL cheat sheet provides you with one-page that contains the most commonly used MySQL commands, statements and syntax that will help you work…
How I created and launched the number guessing game with python
This past week, I released a project that I’ve been working on for a while that brought together a major…
endl vs \n in C++ differences & similarities
If you’re new to C++ programming, you’ll seldomly see endl and \n in most examples and programmes. One thing you have to keep in mind…