DDevelopment & Design Zapraszamy na płatny, wakacyjny staż TouK! byMagda ŻebrowskaMay 7, 20150 minute read Zgłoszenia przyjmujemy do 17.05. Magda Żebrowska
DDevelopment & Design Do not use AllArgsConstructor in your public APIbyDominik PrzybyszJanuary 17, 2016 Introduction Do you think about compatibility of your public API when you modify classes from it? It is…
DDevelopment & Design Groovy, Callable and ExecutorServicebyDominik PrzybyszSeptember 7, 2015 Suppose you want submit job to ExecutorService. The Baroque versionYou could create a class that implements Callable:class MyJob implements Callable<Integer>{ @Override Integer call() throws Exception { return 42 }}and give it to ...
DDevelopment & Design Read More 1 minute read Announcing Krush 1.0byPiotr JagielskiAugust 2, 2022 You may know Nussknacker, which is our open-source tool for scenario authoring, but we have a bunch of…