Author: awoyemivictora
April 6, 2023
/ Website Development
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…
April 4, 2023
/ Website Development
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…
March 24, 2023
/ Website Development
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…
March 18, 2023
/ Website Development
HTTP Error Codes You Don’t Know Right Now
Every HTTP response from the server has a specific numeric “status code”. For easy remembrance, here are the five ranges…
March 16, 2023
/ Website Development
What is HTTP and how does the internet work?
With the development of technology, we now live in a world where the internet gives us the freedom to use…
March 16, 2023
/ Website Development
URL Encoding and Query Selector for the Dummies
If you’ve ever performed a keyword search on Google and checked your browser link after the search was completed, you…