I successfully continue the hunt with Java loops, except for task 09.11… Do you have a Java solution that gives the full skill rating there? I only got a C# one! * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com —————————————— * Let’s Develop Conway’s Game of Life: http://goo.gl/xc59GX * Let’s […]

[LD] Code Hunt #25 – 1D Arrays – 09.09 to ...


Clean loop solutions are considered good style by CodeHunt. Creating a string from a character by concatenation with the empty string apparently isn’t. Took me some time to identify that as the cause of my bad rating… * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com —————————————— * Let’s Develop Conway’s […]

[LD] Code Hunt #24 – 1D Arrays – 09.05 to ...


The first two tasks are fairly easy, but then it gets more difficult. For both tasks 3 and 4 I switch to C# in order to get the full skill rating. If you have full-rated Java solutions, let me know! * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com —————————————— * […]

[LD] Code Hunt #23 – 1D Arrays – 09.01 to ...



In this episode I explain how to push an existing local git repository to a remote git repository (on GitHub). The remote repository becomes the local repository’s origin. All steps are performed within Eclipse. Share this: 

[LD] Git in Eclipse (EGit) #2 – Creating a Remote ...


A hands-on introduction on how to use Git from within Eclipse, using the EGit Plugin. I discuss saving versions of your project files and how to access them later on. This is targeted at novice developers that use version control for the first time. Share this: 

[LD] Git in Eclipse (EGit) #1 – Saving Your Work ...


The last part about nested loops. The hunt continues on the same wave, with much the same pattern solving every task. And the skill rating remains benevolent! Such happy days, when things go as you want them to… 😉 * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com —————————————— * Let’s […]

[LD] Code Hunt #22 – Nested Loops – 08.07 to ...



A little careful at first, but with increasing vigor, I hunt my way through sector 8. Constructing cryptic strings in nested loops is easy, once you got the pattern and the style rating is gentle-hearted today! * CodeHunt Playlist: http://goo.gl/WtTJ3L * Play CodeHunt: https://codehunt.com —————————————— * Let’s Develop Conway’s Game […]

[LD] Code Hunt #21 – Nested Loops – 08.03 to ...


Enthusiastic, I start the hunt for nested loops. The first task confuses me at first, but after a deep breath I get it right. On the way I find out that we are allowed to define helper functions! The second task beats me… at least with respect to the skill […]

[LD] Code Hunt #20 – Nested Loops – 08.01 to ...


From were I left of the the previous episode, I complete the configuration dialog of my simple Eclipse Plugin. With nothing more than the first 5 proposals from Eclipse Code Recommenders I get along well. Mission accomplished! * Previous Episode: http://youtu.be/T716BCrlMRQ * http://www.eclipse.org/recommenders/ * Let’s Develop With: http://goo.gl/Vx3lQJ —————————————— * […]

[LD] Eclipse Code Recommenders #3 – Real Development | Let’s ...