Marcus Pflanz

Marcus Pflanz

Berlin
2 posts
Twitter
open-source

Of hammers and screwdrivers: When not to use Hystrix

tl;dr Check if the power of Hystrix ( or any other tool ) fits your requirements. If it feels some kind of weird - it probably is. the players Hystrix and its friends ( like Eureka & Co. ) are part of the shiny new world of ‘companies hand out their great tools for free!’. And indeed they are - not only because they are production tested real world tools but also due to the effort the community puts into documentation and community management - thanks :) On the other hand one always should keep in mind: Those tools are not only made by but as well made for that very company.

8 IntelliJ-Shortcuts - kennst du all diese nützlichen Helfer?

Zum professionellen Entwickeln von Software gehört heutzutage eine gute IDE einfach dazu. Und so richtig flott geht das Programmieren natürlich, wenn man die Shortcuts beherrscht. Hier sind ein paar unserer (hidden) Champions von IntelliJ: 8. Move Line Up/Down (Alt + Shift + Cursor Up/Down) Ordnungsfanatiker in aller Welt kennen sie: Statt Zeile markieren, ausschneiden und wieder einfügen - einfach verschieben. https://www.jetbrains.com/help/idea/2016.2/adding-deleting-and-moving-code-elements.html 7. Sublime style multi select (Alt + Shift + Mouse Click) Dieser kleine Helfer kann in den unterschiedlichsten Situationen richtig viel Zeit sparen: Zum Beispiel beim Anpassen von Testdaten oder ähnlichen Code-Mustern.