VOOZH about

URL: https://www.javacodegeeks.com/author/sebastian-daschner

⇱ Sebastian Daschner, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerFebruary 15th, 2023
    0 869

    Programmatically Listen to JUnit Test Results

    There are many ways available to run JUnit tests, from the IDE, build tool, or development modes. To process and…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerNovember 22nd, 2022
    0 213

    Capitalize English Titles With Java, Quarkus & GraalVM

    Over the years, I’ve been writing a lot in English, which isn’t my mother tongue, and for writing titles (headlines,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerJuly 11th, 2022
    0 2,076

    Logging Performance Comparison

    In a previous blog post, I explained the pros and cons of using logging. In this post, we’ll explore and…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerJune 10th, 2022
    1 330

    The Case Against Logging

    The one thing that all enterprise applications have in common, regardless of their framework, language, or communication protocols is that…

    Read More »
  • DevOps👁 Image
    Sebastian DaschnerFebruary 22nd, 2022
    0 244

    Using Nginx as Browsersync proxy

    For frontend development, Browsersync is a helpful tool that reduces the turnaround time to a minimum while coding. While serving…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerFebruary 10th, 2022
    0 202

    Calculations in Quarkus Qute using AtomicInteger

    Quarkus’ Qute Templating Engine is very handy for creating server-side rendered pages. Besides the regular loops and control structures, there’s…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerJanuary 3rd, 2022
    0 199

    The Log4Shell vulnerability and how to fix it

    Since Friday, the Java and general IT world has been in a bit of turmoil after a zero-day vulnerability in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerNovember 11th, 2021
    0 364

    Using JaCoCo to measure system test coverage

    Measuring test coverage of your production code can quickly become a heated topic, especially with regards to which percentage is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerSeptember 13th, 2021
    0 105

    Configuring plain Java projects using MicroProfile Config

    If you’re in the Enterprise Java space, you’re probably aware that you can use MicroProfile Config to configure your applications.…

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