Written by Murtaja Ziad, a full-stack web developer.
My website - Follow me on Twitter
How to calculate the number of days between 2 dates in Python?
February 05, 2021If you want to calculate the number of days between 2 dates in Python, read this article.
How to flatten an array in JavaScript?
January 22, 2021If you have an array which is containing many more arrays, read the article to learn how to flat it.
Divide a list in half using Python.
January 15, 2021Divide a list into two pieces using Python.
How to remove the last character of a string in Python?
January 08, 2021Learn to remove the last character of a string in Python.
How to remove the first character of a string in Python?
January 01, 2021Learn to remove the first character of a string in Python.
6 tips for being a better programmer.
December 25, 2020In this article, I will show you 6 tips for being a better programmer.
Check if a value exists in an array using Javascript.
December 18, 2020In this article, I will show you the 2 ways for checking if a value exists in an array.
How to create a clock using JavaScript?
December 11, 2020Create a clock easily using JavaScript.
5 array methods in JavaScript.
December 04, 2020Arrays are used to store multiple values in a single variable, and here's 5 methods for them.
5 string methods in JavaScript.
November 27, 2020Strings are useful for holding data that can be represented in text form, and here's 5 methods for them.
8 useful console methods in JavaScript.
November 20, 2020Console object has many useful methods, and here's eight of them.
How to generate a local SSL certificate?
November 13, 2020A quick guide to generate a local SSL certificate.
Top 5 code editors for web development.
November 03, 2020In this article, I will show you the top 5 code editors for web development.
How to Center in CSS with flex?
October 08, 2020An easy way to center items using flexbox in CSS.
Hello World
September 15, 2020Welcome to my new blog!
How to remove duplicate words from an array in JavaScript?
August 09, 2020In this article, you will learn how to remove duplicate words from an array in JavaScript.
Should you store the passwords in the database?
May 24, 2020Learn how to avoid storing passwords in the database.