Hopp til hovedinnhold

Sindre Nordbø

    5 innlegg

    So long, Java 8

    Java
    Artikkel (2 min)
    Fra Sindre Nordbø

    Or –– how to upgrade your code base from JDK 8 to 11 and beyond.

    What's new in Java 12, 13 and 14, part II

    Java
    Artikkel (3 min)
    Fra Sindre Nordbø

    A couple of days ago, we had a look at two new features in Java 13 and 14. In today's article, we'll cover some more goodies arriving in the near future.

    What's new in Java 12, 13 and 14, part I

    Java
    Artikkel (7 min)
    Fra Sindre Nordbø

    The release cycle of Java has changed quite dramatically recently, meaning we're getting new features at a more rapid pace than earlier. If you still hadn't had the time to read up on what's been going on the last releases, look no further!

    Debugging Streams in IntelliJ

    Java
    Artikkel (3 min)
    Fra Sindre Nordbø

    Have you ever found it hard to debug Streams in Java? Allow me to introduce you to a very powerful tool in IntelliJ IDEA; Mr. Stream Trace.

    Manage your dependencies

    Java
    Artikkel (4 min)
    Fra Sindre Nordbø

    During an application's lifespan you've probably added quite a few dependencies. But are all of them necessary? And are you using some libraries you're not even aware of? Today I'd like to talk a little bit about a maven plugin I'm a big fan of: maven-dependency-plugin.