Hassan SalemNotebook · München
← All entries

Tag

Software Engineering

11 January 2022 · 3 min read

How to tackle a software task?

In this article, we will talk about an average software task. Imagine you picked up a ticket from your board and assigned it to yourself, what next? That is what we will be talking about here.

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.

2 July 2021 · 7 min read

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

9 June 2021 · 5 min read

You Think You Know Php

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.