PHP

  • August 20, 2021
  • Aelum Consulting

Case Study: Exception Handling In PHP

What is an Exception? An exception is an unwanted event in the program that interrupts the normal flow of the instructions. It is the unexpected outcome of the program.  The […]

Read More
  • June 3, 2021
  • Aelum Consulting

Case Study: Limiting the Number of Joined Customers Using SQL Transaction Isolation Levels

Agenda: In many real-time applications, at times we have to limit the total number of users to a limit. Ex: while booking movie tickets, or gaming events, and so on.  […]

Read More