So you implemented some graphQL types but it just turns out that returning bazillions of records with each query introduces some performance issues. "It wou...
Well for sure there is plenty of git guides etc out there, but from my own experience, I know that most of them are really, really basic and limit t...
One of the most interesting thing in starting a new project is the possibility to learn new things. For the last year, I had the occasion to work on the ops side of running an app and not just limi...
As I mentioned in one of the previous articles, managing projects is not an easy task. Thankfully, there are plenty of project manage...
Metaprogramming, the art of messing with the internals of a programming language, is one of the most powerful learning tools an aspiring programmer can utilize. It's very easy to take the workings ...
AJAX (Asynchronous JavaScript and XML), which gained serious traction in mid-2000s, is a set of techniques consisting of sending asynchronous (hence “A”) requests between the browser and the applic...