Posts

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.

What The Heck is HTTP

What The Heck is HTTP

HTTP is a protocol that we can connect a client and a server and exchange messages between them. And This communication happens in the form of request/response. A request is a message we send from the client to the server, and the response is the reply from the server to the client.

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.

Introduction to Mysql Internals

Introduction to Mysql Internals

In this article, we will talk about high-level database internals, specifically MySql's that already overlaps with many other databases. We will talk about architecture, concurrency, transactions, ACID, Deadlocks, and MVCC

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.

How to Find a Job Without Experience

How to Find a Job Without Experience

How to find a job without experience? This problem is prevalent among fresh graduates and self-learners trying to land their first job because most jobs require some experience, like a year or two.