VOOZH about

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

⇱ Michael Scharhag, Author at Java Code Geeks


  • Communications👁 Image
    Michael ScharhagAugust 25th, 2022
    1 918

    A standardized error format for HTTP responses

    HTTP uses status codes to indicate the result of the servers attempt to satisfy the request. In case the server…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagDecember 7th, 2021
    0 221

    HTTP – Content negotiation

    With HTTP, resources are identified using URIs. And a uniquely identified resource might support multiple resource representations. A representation is…

    Read More »
  • Core Java👁 Image
    Michael ScharhagNovember 12th, 2021
    0 207

    Avoid leaking domain logic

    Many software architectures try to separate domain logic from other parts of the application. To follow this practice we always…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagOctober 1st, 2021
    0 1,361

    From layers to onions and hexagons

    In this post we will explore the transition from a classic layered software architecture to a hexagonal architecture. The hexagonal…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagAugust 14th, 2021
    0 195

    File down – and uploads in RESTful web services

    Usually we use standard data exchange formats like JSON or XML with REST web services. However, many REST services have…

    Read More »
  • Kotlin👁 Image
    Michael ScharhagJuly 11th, 2021
    2 312

    Kotlin: Type conversion with adapters

    In this post we will learn how we can use Kotlin extension functions to provide a simple and elegant type…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJune 28th, 2021
    1 3,145

    Making POST and PATCH requests idempotent

    In an earlier post about idempotency and safety of HTTP methods we learned that idempotency is a positive API feature.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Michael ScharhagJune 4th, 2021
    1 708

    Providing useful API error messages with Spring Boot

    For API users it is quite important an API provides useful error messages. Otherwise, it can be hard to figure…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagMay 10th, 2021
    0 2,477

    Supporting bulk operations in REST APIs

    Bulk (or batch) operations are used to perform an action on more than one resource in single request. This can…

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