Find your mouse pointer on Windows 10

Many software developers use a multi monitor setup with two or three screens at 24 inches or more. Some folks like video editors even use giant curved screens with more than 34 inches. Thus it sometimes can become painful to find your mouse pointer on such big screen estate. On Windows 10 you can change…

Thoughts on building a library

I’ve always loved to read as a child but what I read depended mostly on the books I got as birthday presents. As an adult I occasionally bought some books at book stores at train stations. But I never had a strategy how to build a library. Why do I need a library? Knowledge is…

Review Code Reading

If you learn a music instrument you have to learn riffs, licks and songs. No teacher will ever say “Here are all the chords and scales. Go into the world and make people happy” Does not work. But in software development sometimes it seems to look like that universities show you algorithms and data structure…

iMacros for the Rescue 

Bill Gates once said: “I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.” Sometimes being such a lazy person I’ve discovered a couple of years ago a neat little browser plug in which let’s you automate your browser. It’s called iMacros and…

Developer Camp 2017 – Part 2

The first day of #devcamp17 was packed with lot of great talks, here comes the second day. Optimizing PhpStorm IDE The most valuable session so far. Christopher of Mayflower showed us how he optimized his PhpStorm IDE. After working almost two years with PyCharm (which is based on the same core like all other Jetbrains…

Review Emsa Travel Mug

After owning a couple of cheap merchandise insulated travel mugs, Jens Dittmar convinced me to spend a couple of euros on a “professional” travel mug. (In the end I convinced my boss to buy a bunch of mugs for the whole team as a christmas present so I didn’t have to buy one myself 🙂…

Node.js with PyCharm

PyCharm amazes me every time. Although it is first and foremost a python IDE you can do full stack web development with it, i. e. you have code completion for HTML, CSS, JavaScript and even TypeScript, CoffeeScript. I wanted to code some node.js stuff and Jetbrains already got a plugin for PyCharm. Before installation: https://www.jetbrains.com/help/pycharm/2017.1/node-js-and-npm.html…