VOOZH about

URL: https://www.javacodegeeks.com/author/jose-luis

⇱ Jose Luis, Author at Java Code Geeks


  • Software Development👁 Image
    Jose LuisMarch 4th, 2014
    2 157

    Easy to understand Dynamic Programming – Edit distance

    Following the topic of the last post, I will discuss another problem that can be solved efficiently using dynamic programming.…

    Read More »
  • Software Development👁 Image
    Jose LuisFebruary 26th, 2014
    17 451

    Dynamic Programming – Introduction

    Wow, it’s been a while since I’ve written anything here. Between changing jobs, working on my PhD and moving to…

    Read More »
  • Core Java👁 Image
    Jose LuisJanuary 31st, 2013
    1 466

    Static factory methods vs traditional constructors

    I’ve previously talked a little bit about the Builder Pattern, a useful pattern to instantiate classes with several (possibly optional)…

    Read More »
  • Core Java👁 Image
    Jose LuisJanuary 31st, 2013
    0 181

    The ins and outs of immutability

    So in my first post I talked a little bit about the builder pattern and I mentioned a really powerful…

    Read More »
  • Core Java👁 Image
    Jose LuisJanuary 31st, 2013
    38 2,307

    The builder pattern in practice

    I’m not going to dive into much details about the pattern because there’s already tons of posts and books that…

    Read More »
  • Software Development👁 Image
    Jose LuisJanuary 26th, 2013
    0 112

    When git ignores your… .gitignore?

    I feel like I should start this post saying that I absolutely love git. If you’ve never heard of it,…

    Read More »
Back to top button
Close