TL;DR
We’ve released a persistence library for Kotlin, you can find it on our Github. It’s a JPA-to-Exposed SQL DSL generator.
We’ve released a persistence library for Kotlin, you can find it on our Github. It’s a JPA-to-Exposed SQL DSL generator.
On 22nd and 23rd October, with a few other Touks, I’ve been to a very inspiring event – Agile By Example conference in Warsaw. It’s Read more
In March 2019 we held a 2-day hackathon named “Ship IT!” in TouK. I was part of the team developing “Quak” – a 2D Read more
Previous post have summarized “THE HACKATHON” in TouK. Today we will present one of the projects in greater detail – “Lidar/ROS.org based robot”. Read more
Hackathons are prone to fail. It’s because we have very little time to create something useful, actually working and making a wow!-effect.
So this time Read more
JavaScript allows for operating on arrays in a functional way, e.g. using filter
or map
functions. As an argument for these functions we can Read more
In the 2018 Advent of Code challenged I solved all the puzzles in Groovy. It is pretty obvious, that choosing good data structure Read more