VOOZH about

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

⇱ Sebastian Daschner, Author at Java Code Geeks - Page 5 of 10


  • DevOps👁 Image
    Sebastian DaschnerMarch 12th, 2020
    0 497

    Escape JSON property names in jq

    I’m using the command line a lot and jq is a helpful tool for dealing with JSON data. You can…

    Read More »
  • Software Development👁 Image
    Sebastian DaschnerFebruary 18th, 2020
    0 302

    Create Git patches from command line

    Git patches are an easy way to apply changes to a project if you don’t want to go through the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerJanuary 11th, 2020
    0 463

    Video course on efficient enterprise testing

    I’ve created a few videos on the topic of effective enterprise testing. I still see a huge importance in this…

    Read More »
  • Software Development👁 Image
    Sebastian DaschnerDecember 18th, 2019
    0 314

    GitHub on the command line

    hub is a command line client for GitHub. You can use it to view or create issues, pull requests, conveniently…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerDecember 16th, 2019
    2 212

    Matching patterns with Java

    If you’re using Java, there’s a high chance you’ve seen its pattern matching before. The String#matches(String) method internally uses the…

    Read More »
  • Software Development👁 Image
    Sebastian DaschnerDecember 15th, 2019
    0 148

    Global gitignore

    A widely used Git feature is to use local .gitignore files which list which names and patterns of files and…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerDecember 5th, 2019
    1 253

    Managing multiple Java installations

    With more and more Java releases coming up, it’ll be more interesting to manage multiple Java installations on your local…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerOctober 10th, 2019
    1 285

    Efficient enterprise testing — conclusion (6/6)

    This last part of the series will cover additional end-to-end tests, testing in production, and a conclusion of the parts.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerOctober 3rd, 2019
    0 136

    Efficient enterprise testing – test frameworks (5/6)

    This part of the article series will cover test frameworks and my thoughts and experiences on when and whether to…

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