Coding

Debugging With TDD

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.

Introduction to Php

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.

You Think You Know Php

You Think You Know Php

PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.