$> Pointers in C/C++
4 min readPointers are hated by many first-year student of any dev school though it really isn't that bad. I'm going to give you few elements to help you master pointers...
Pointers are hated by many first-year student of any dev school though it really isn't that bad. I'm going to give you few elements to help you master pointers...
Variables are the absolute base of programming. We wouldn't be able to do much without variables. We can find it in all the advanced concept of programming....
Today is the day I officially annouce the launch of MindsersIT Community Forum [https://community.nathanaelcherrier.com]! Why? How? Who is that for? This is what we will be talking about here. The MindsersIT Community Forum is a dedicated forum for this blog (also called MindsersIT Blog somewhere on Google....
Decouple your code, your coworkers will thank you. Decoupling isn't a new concept but I started documenting myself on it fairly recently. Here is what I learned. What is "decoupling" ?To understand decoupling you got to know what coupling code is first. There is a coupling notion when 2 services...
I recently wrote a post about GitFlow where I explained what it was and how to use it in most cases. Since that, I got a lot of feedback from readers concerning the use of GitFlow in some specific cases. In particular, in the case of a project where several...