Hassan SalemNotebook · München
← All entries

Tag

Coding

11 September 2021 · 5 min read

Debugging With TDD

Debugging is the process of finding why is your software is not working as expected and fix it. TDD is a discipline that encourages starting with writing tests instead of the functionality itself.

20 July 2021 · 18 min read

Introduction to Php

In this article, we will talk about the PHP programming language. We will cover the basic syntax, variables, constants, data types, and more.