I have been working on a Laravel project and I deployed it to a web hosting account. The application allows users to upload profile pictures and update (replace) them whenever they want to. After uploading…
Sometimes people write code with if/else statements, but the else statements never execute, regardless of what they type in to be checked in their conditions. Let us consider two examples of such cases. I will…
The Story So Far In our first article in this series, we looked at what APIs are and what they are used for. In the second article, we wrote a simple Python program that fetches…