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 Typeclasses in Swift, Haskell and ScalabyKrzysztof SiejkowskiSeptember 14, 2015 What is a typeclass? Typeclass is a Haskell way of creating the type composition in the world without…
DDevelopment & Design All field constructor in GroovybyDominik PrzybyszAugust 16, 2015 TupleConstructor annotation in Groovy generate constructors for class with each of its properties (eventually also fields). The class below@TupleConstructor(includeFields = true)class Person { String firstName String lastName&nb...
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…