TouK
  • Services
  • Approach
  • Clients
  • Team
  • Community
  • Contact
  • Careers
  • Nussknacker
  • Talks
  • Portfolio
  • Blog
TouK
  • Services
  • Approach
  • Clients
  • Team
  • Community
  • Contact
  • Careers
  • Nussknacker
  • Talks
  • Portfolio
  • Blog
Skip to content

We offer creative solutions to our customers’ problems, implementing the most risky projects. We outstrip the competition through better use of technology.

Links

  • Clutch
  • GitHub
  • TouK
  • Twitter

Authors

  • Michał Bobowski (2)
  • Arek Burdach (12)
  • Piotr Burdylo (13)
  • Paweł Byszewski (2)
  • Marcin Cylke (28)
  • Anna Czajka (1)
  • Adam Dziedzic (1)
  • Piotr Fus (3)
  • Piotr Grabowski (2)
  • Przemek Hejman (1)
  • Piotr Jagielski (17)
  • Adam Jakubowski (1)
  • Tomasz Kalkosiński (17)
  • Łukasz Kucharski (2)
  • Michał Lewandowski (2)
  • Mateusz Lipczyński (1)
  • Jan Matusiewicz (12)
  • Radosław Michalski (2)
  • Jakub Nabrdalik (45)
  • Rafał Nowak (8)
  • Kuba Nowakowski (1)
  • Krzysztof Nozderko (2)
  • Piotr Paulski (1)
  • Bartosz Piekarski (1)
  • Rafał Pietrasik (6)
  • Grzegorz Piwowarek (8)
  • Robert Piwowarek (1)
  • Marcin Przeradzki (1)
  • Dominik Przybysz (24)
  • Tomasz Przybysz (4)
  • Maciej Próchniak (5)
  • Michał Rokicki (1)
  • Rafal Rusin (20)
  • Monika Ruszczyk (1)
  • Krzysztof Siejkowski (1)
  • Joanna Siemińska (2)
  • Rafał Solarski (2)
  • Bartłomiej Tartanus (1)
  • Ula Trzaskowska (1)
  • Michał Trzaskowski (18)
  • Tomasz Wielga (6)
  • Witek Wołejszo (11)
  • Bartek Zdanowski (41)
  • Paweł Zuzelski (3)
  • Maxymilian Śmiech (1)
  • Damian Święcki (1)

Tags

API architecture big data CI/CD client clojure code review conference confitura craftsmanship DB frontend functional programming git github groovy gwt Hackaton hibernate java JavaScript jpa JSON kotlin maven message queue Nussknacker oracle OS OSGi praca project management rekrutacja REST scala security shell SOAP Spock spring framework targi pracy testing touk internals UX XML

Author: Dominik Przybysz

Deploy WSDL file as OSGI Bundle in Apache Karaf

Introduction

WSDL file describes webservices. Java classes are often generated from WSDL. For this purpose, we could use command line tools (e. g. wsdl2Java or Read more

Posted on August 16, 2016August 1, 2022Author Dominik Przybysz
Tags API, deployer, java, OSGi, SOAP1 Comment

Easy Hoogle usage from bash

What is hoogle?

Hoogle is Google for searching of Haskell functions. You could ask it for function name or its signature. There is available Read more

Posted on January 31, 2016July 27, 2022Author Dominik Przybysz
Tags functional programming, haskellLeave a comment

Do not use AllArgsConstructor in your public API

Introduction

Do you think about compatibility of your public API when you modify classes from it? It is especially easy to miss out that something Read more

Posted on January 17, 2016August 1, 2022Author Dominik Przybysz
Tags API, groovy, javaLeave a comment

Primitives and its wrapped types compatibility

Introduction

How often do you think about possible changes in your API? Do you consider that something required could become optional in future? How about Read more

Posted on December 13, 2015August 3, 2022Author Dominik Przybysz
Tags groovy, java, primitive typesLeave a comment

Spring autowire with qualifiers

Introduction

Autowired is great annotation, which by default inject beans by type to annotated element (constructor, setter or field). But how to use it, when Read more

Posted on December 8, 2015July 27, 2022Author Dominik Przybysz
Tags Dependency Injection, Primary, Qualifier, spring framework2 Comments

Scheduling tasks using Message Queue

Introduction

How to schedule your task for later execution? You often create table in database, configure job that checks if due time of any task Read more

Posted on December 2, 2015July 28, 2022Author Dominik Przybysz
Tags java, message queue, task scheduling1 Comment

Kotlin’s extensions for each class

Extensions in Kotlin are very powerful mechanism. It allows for add any method to any of existing classes. Each instance has (as in Java) equals Read more

Posted on November 14, 2015August 3, 2022Author Dominik Przybysz
Tags kotlinLeave a comment

Kotlin, Callable and ExecutorService

I’ve recently written about using Callable in Groovy, but how does it look like in kotlin?

Callable instance as separete class

First, let’s Read more

Posted on October 11, 2015July 28, 2022Author Dominik Przybysz
Tags kotlin3 Comments

Easy configuration usage with ConfigSlurper

What’s the problem?

We have to deal with properties in almost every projects that we write. Properties class, which we use in these cases, is Read more

Posted on September 20, 2015July 29, 2022Author Dominik Przybysz
Tags groovy5 Comments

Groovy, Callable and ExecutorService

Suppose you want submit job to ExecutorService.

The Baroque version

You could create a class that implements Callable:

class MyJob implements Callable<Integer>{
    @Override
    
Read more
Posted on September 7, 2015July 28, 2022Author Dominik Przybysz
Tags groovy, Spock, testing5 Comments

Posts navigation

Previous page Page 1 Page 2 Page 3 Next page
Proudly powered by WordPress

We use cookies to improve user experience and for analytics.
You can read more in our privacy policy.

Accept