Section final! Understanding the problem is not equivalent to being able to code it… took me some time to figure out how to do it right. But I got it and on goes the CodeHunt! ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 […]

[LD] Code Hunt #33 – Arrays 2 – 11.07 [blind] ...


It is amazing how helpful some meaningful parameter names can be. Solving these tasks is so much easier, because the names convey a scenario and the scenario implies a computation. ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational coding game […]

[LD] Code Hunt #32 – Arrays 2 – 11.04 to ...


When you replace variables by constants, generality breaks. When you switch from Java to C# to Java, your solution is gone with the wind. How CodeHunt bugs make me find the mistake in my solution. Don’t miss it! ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss […]

[LD] Code Hunt #30 – Arrays 2 – 11.02 [blind] ...



More challenging array tasks coming up! Apparently, the expectations for full skill rating drop down. Or is it me starting to program in the “right’ style? ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational coding game from Microsoft Research. https://codehunt.com […]

[LD] Code Hunt #29 – Arrays 2 – 11.01 [blind] ...


The true strength of version control systems lies in collaboration. Together with my mate Sven I demonstrate how to exchange code changes through git. ► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» For professional development, version control systems (VCS) […]

[LD] Git in Eclipse (EGit) #4 – Collaboration | Let’s ...


Now we have a remote repository for our existing project, but what if we decide we need another project? In this episode I show you how to add a new project to the existing repository and push its contents the remote. ► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe ► […]

[LD] Git in Eclipse (EGit) #3 – Adding a New ...



Tasks 5 and 6 follow the same pattern as the previous. Should’ve copied the template… Task 7 gets more complicated. Task 8 confuses me completely… to late… to many interruptions… sorry for that… but I cleared it! Section 10 couldn’t stop me. * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com […]

[LD] Code Hunt #28 – Jagged Arrays – 10.05 to ...


In C# there’s Jagged and Multidimensional Arrays. In Java there’s only Jagged Arrays. However, initialization of Jagged Arrays is way easier in Java. Unfortunately, the translation to C# is so complicated that it ruins the skill rating without you seeing the cause… * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com […]

[LD] Code Hunt #27 – Jagged Arrays – 10.01 to ...


I’ve often taken my mouth to full, saying that I’ll finish this and that many tasks in an episode. This time I didn’t. Sector cleared. Surprisingly, the skill rating seems to get accustomed to my loop solutions 🙂 * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com —————————————— * Let’s Develop […]

[LD] Code Hunt #26 – 1D Arrays – 09.12 to ...