VOOZH about

URL: https://www.javacodegeeks.com/author/michael-scharhag/page/2

⇱ Michael Scharhag, Author at Java Code Geeks - Page 2 of 11


  • Core Java👁 Image
    Michael ScharhagApril 16th, 2021
    0 850

    Looking into the JDK 16 vector API

    JDK 16 comes with the incubator module jdk.incubator.vector (JEP 338) which provides a portable API for expressing vector computations. In…

    Read More »
  • Kotlin👁 Image
    Michael ScharhagMarch 13th, 2021
    0 573

    Kotlin dependency injection with Koin

    Dependency injection is a common technique in today’s software design. With dependency injection we pass dependencies to a component instead…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagFebruary 24th, 2021
    0 697

    REST API Design: Dealing with concurrent updates

    Concurrency control can be an important part of a REST API, especially if you expect concurrent update requests for the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Michael ScharhagFebruary 11th, 2021
    0 1,972

    Validation in Spring Boot applications

    Validation in Spring Boot applications can be done in many different ways. Depending on your requirements some ways might fit…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJanuary 22nd, 2021
    0 1,265

    REST: Partial updates with PATCH

    In previous posts we learned how to update/replace resources using the HTTP PUT operation. We also learned about the differences…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagDecember 24th, 2020
    0 227

    HATEOAS without links

    Yes, I know this title sounds stupid, but could not find something that fits better. So let me explain why…

    Read More »
  • Kotlin👁 Image
    Michael ScharhagNovember 29th, 2020
    0 466

    Validation in Kotlin: Valiktor

    Bean Validation is the Java standard for validation and can be used in Kotlin as well. However, there are also…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagNovember 20th, 2020
    1 235

    REST: Sorting collections

    When building a RESTful API we often want to give consumers the option to order collections in a specific way…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagNovember 6th, 2020
    0 258

    Improving Spring Mock-MVC tests

    Spring Mock-MVC can be a great way to test Spring Boot REST APIs. Mock-MVC allows us to test Spring-MVC request…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close