Posts tagged with cheat sheet

  • Kafka cheat sheet

    Nov 17, 2018

    A cheat sheet for Apache Kafka.

  • AssertJ cheatsheet

    Apr 22, 2018

    AssertJ is a an assertions library for unit tests in Java that is well worth considering. Here are some examples.

  • Copy InputStream to OutputStream

    Apr 21, 2018

    To copy from a stream into a file:

  • Swagger Formats

    Apr 21, 2018

    Some handy format combinations with Swagger:

  • Exclude class from JaCoCo coverage

    Apr 21, 2018

    JaCoCo’s exclude configuration works with classes, so the .class extension is important when specifying the path.

  • Bash case insensitive auto completion

    Aug 30, 2017

    I added these two lines in my .bashrc:

  • DOSBox configuration file

    Aug 26, 2017

    I did the following changes to my DOSBox configuration file:

    • fulldouble=true (it probably doesn't hurt, it's supposed to reduce flickering)
    • windowresolution=1900x1024 (because on my high DPI laptop screen DOSBox by default launches in a teeny tiny window I can barely read)
    • output=opengl (works in combination with the previous setting)
  • Maven Tips

    Jun 14, 2015

    I started using Maven at work recently. Being a newbie, I find myself googling constantly (even though the answer is always on StackOverflow) about basic things. For reference, these are my most needed actions so far:

This site uses third party cookies from Google Analytics and Google AdSense Accept and close popup