Every now and then what a developer hopes for is a little break from their day-to-day work on the same project. And that’s where a hackathon comes in. In TouK it means Read more
Real-life Ansible – chapter one – how to run playbooks on production (more) safely
This is the first blog post in a series presenting some various real-life examples of Ansible in our projects. If you are interested in Ansible going production-ready Read more
TouK Hackathon – April 2021
The last time we wanted to organize a Hackathon our plans were thwarted by “you know what”. This state of affairs has lasted so long that we just couldn’t Read more
How to find all objects that use dblinks to connect to remote servers (using regular expressions on Oracle’s all_views)
-
First – create temporary table as data of dictionary view ALL_VIEWS and convert column TEXT (view text) to CLOB type
CREATE TABLE tmp_views AS SELECT a.owner , a.view_name,
Announcing Krush – idiomatic persistence layer for Kotlin, based on Exposed
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.
The state of persistence in Kotlin
Read moreBeing agile in 2019
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 a place for all those that Read more
Deep dive into Spring Boot Actuator HTTP metrics
The experience of developing “Quak” during a hackathon.
In March 2019 we held a 2-day hackathon named “Ship IT!” in TouK. I was part of the team developing “Quak” – a 2D Liero/Soldat inspired game where players can immerse Read more
Hacking a robot
Previous post have summarized “THE HACKATHON” in TouK. Today we will present one of the projects in greater detail – “Lidar/ROS.org based Read more
TouK Hackathon – March 2019
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 we wanted to run Read more