The other day I was talking to a friend and he told me about something he was doing. He has a C++ dll and the according h-file. Now he wanted to access some private methods in the dll. There is no reflection in C++ and he does not have the source code. How can you Continue reading
how to
How to Run a Coding Dojo at your Working Place
Would you like to run your own coding dojo? This year one of my goals is to run at least one coding dojo at my working place. So far, I run two of them and would like to share how I did it from inviting the participants to running the dojo. Hopefully others find this Continue reading
How to Explain Technical Debt to the Business
I just watched a talk about technical debt by Michael Feathers. He had a way to explain to the business why after some time there is the need to refactor and clean up code: He compared code to an airplane. The engine and so on need service work after a certain number of miles. The Continue reading
How to Setup a New Project with Visual Studio Team Services and Git Extensions
First Step: Create the New Project in Visual Studio Team Services Log into your visual studio team services account Click “create new project”: this creates a completely empty project Open the project and click “code” Click “clone”: The git clone url is displayed Click “generate git credentials”: Git Extensions will need this to clone. Second Step: Continue reading