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 Adding diff to Gitorious push notification emailsbyKuba NowakowskiNovember 18, 2011 One thing we were really missing in Gitorious is lack of diff in email notifications. We were using…
DDevelopment & Design Maintaining PriorityQueue Order with Java StreamsbyGrzegorz PiwowarekSeptember 15, 2017 The tricky thing about working with PriorityQueues is that, ironically, they don’t always behave according to the PriorityQueue…
DDevelopment & Design Idiomatic Peeking with Java Stream APIbyGrzegorz PiwowarekAugust 30, 2017 The peek() method from the Java Stream API is often misunderstood. Let’s try to clarify how it works…