Development workflows that put you in a flow state

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 5

  • @dempile
    @dempile 3 года назад

    Thanks Sebastian, I work on a JSF based application , how i could apply this techniques to imporve my coding experience ? xith every changes in the code i have to wait like for 15 seconds. Have you used Arquillian with Graphene to do integration tests on JSF application ?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  3 года назад +2

      Hi, I'd have a look at Open Liberty, which supports JSF and also has a Maven Plugin with a `dev` mode that works really well. Yes, I have used Graphene / Selenium for integration tests, but instead of Arquillian, I'd craft tests that connect to an already running application, similar to ruclips.net/video/mf7wJF95Evk/видео.html

  • @brukadzija
    @brukadzija 3 года назад +1

    Opened this video while waiting for TomEE to rebuild.

  • @fuadnafiz98
    @fuadnafiz98 3 года назад

    What is your vim color scheme?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  3 года назад +1

      I'm using the "afowler" theme in .oh-my-zsh. I think I didn't change VIM's color specifically