I’m currently in Hong Kong attending the International Symposium on Foundations of Software Engineering. Unfortunately, this keeps me from producing a video this week. Please hold on till next week! Sorry for that… Share this:
I thought I know how Strings and == behave. I was wrong… ► All Java Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «Other Series» ► Let’s Develop Conway’s Game of Life: http://goo.gl/xc59GX ► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe ► Let’s Develop With Maven […]
Maven is an incredibly helpful tool for managing the dependencies of your projects. Many libraries and frameworks provide Maven support and with a view simple steps you’re up and running. Everywhere. Dependency scopes give you fine grained control over which dependency goes where and Maven’s local repository caching saves bandwidth […]
In this last step, we finally get rid of the switch-statement that’s been bothering me since the start. Using the State Pattern (Gang of Four) we achieve an extensible and more comprehensible implementation. Unfortunately, there’s not too much too support for this kind of task, so we finally have to […]
Java 8 introduces Try With Resources as a means to ease handling of resources, like streams. I explain how this feature works and show you how to migrate code to use this feature. ► All Java 8 Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 ► […]
Java 8 introduces Lambda Expressions as a means to reduce boilerplate code in the instantiation of anonymous instances of single-method interfaces. I explain how this feature works and show you how to migrate code to use this feature. ► All Java 8 Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t […]
Time to say goodbye! The last task really was a trick question, which annoyed me quite a bit 🙁 Anyways, I’m done. I’m through. I’m 3rd. I’m CodeHunter! Quite exited to see what MSResearch has up the sleeves. Hope there will be new features and new levels soon. Hope you’ll […]
Another simple one. Would be even easier with LINQ-Reverse, but a naive String.reverse() implementation is not a challenge! ► 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 «Other Series» ► Let’s Develop Conway’s Game of […]
Palindrome check! Ready, set, done. ► 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 «Other Series» ► Let’s Develop Conway’s Game of Life: http://goo.gl/xc59GX ► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe ► Let’s Develop […]