VOOZH about

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

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


  • Software Development👁 Image
    Michael ScharhagJuly 3rd, 2020
    3 974

    IntelliJ’s text based HTTP client

    IntelliJ provides a HTTP client that is purely text based. While this might sound strange at the beginning it turns…

    Read More »
  • Kotlin👁 Image
    Michael ScharhagJune 22nd, 2020
    0 244

    Kotlin infix functions

    What are infix functions? If you are using Kotlin chances are high you already used infix functions. Maybe without knowing…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJune 21st, 2020
    0 355

    REST: Managing Many-To-Many relations

    Introduction Managing relations between multiple resources can be an essential part of an RESTful API. In this post we will…

    Read More »
  • Core Java👁 Image
    Michael ScharhagJune 6th, 2020
    0 314

    Java Text Blocks

    Text Blocks are a JDK Enhancement Proposal (JEP 355) available as preview language feature in JDK 13 and 14. It…

    Read More »
  • Core Java👁 Image
    Michael ScharhagMay 15th, 2020
    0 535

    Looking at Java Records

    JEP 359, available as preview feature in JDK 14, introduces records to Java. Records are an easy way to model…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagMay 11th, 2020
    0 188

    REST / Using feeds to publish events

    Dealing with events When working with multiple decoupled services (e.g. in a micro service architecture) it is very likely that…

    Read More »
  • Core Java👁 Image
    Michael ScharhagApril 23rd, 2020
    2 184

    Java 14: Looking at the updated switch statement

    JDK 14, released in March 2020, comes with an updated version of the switch statement. This has been a preview…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Michael ScharhagFebruary 26th, 2020
    0 360

    Composing custom annotations with Spring

    Java Annotations were introduced with Java 5 back in 2004 as a way to add meta data into Java source…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagFebruary 18th, 2020
    0 532

    REST / HTTP methods: POST vs. PUT vs. PATCH

    Each HTTP request consists of a method (sometimes called verb) that indicates the action to be performed on the identified…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • 10
  • ...
  • Last
Back to top button
Close