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) […]
Yearly Archives: 2014
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 ...

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: