-
Finding memory issues in PHP programs - Part 2
22-02-2019
The cause of a memory issue is often hard to find. In the previous post in this series, we looked at two methods for finding the culprits of a memory issue. In this post, we will look at another tool for finding memory leaks: php-memprof, created by Arnaud Le Blanc.
8 min.
-
Finding memory issues in PHP programs - Part 1
11-10-2018
Memory-related problems are hard to solve. Let's dive into a few techniques for making the debugging process easier.
8 min.
-
Understanding Exceptional Flow - Type Inference
18-12-2017
Ever wondered how your IDE knows the types of expressions in the code you are writing? This is called type inference. It might sound scary, but it is surprisingly simple and really useful. In this blog post I will explain the what, why and how of type inference.
9 min.
-
Stage lopen bij Moxio? Niet voor mensen die koffie willen halen.
18-07-2017
Het enige wat er nog tussen jou en je diploma staat is een afstudeerstage. In deze blog geef ik een inkijkje in mijn periode als stagiair bij Moxio, en hoe Moxio aan jouw wensen voldoet.
2 min.
-
Understanding Exceptional Flow
15-03-2017
Maybe you recognise the following situation. You are implementing a new feature, and you know that you can use a certain method, as it already covers some of the functionality you need. You briefly look at it, and you don’t see any exception handling constructs. But can you be sure?
5 min.
-
Query optimization: from a few weeks to 24 hours
17-01-2017
Everyone who writes SQL queries encounters them once in a while: those queries that just take too long. In this blog post, I will first describe the system, then show how the problem could arise and lastly, how we solved it.
4 min.