In 2022, in addition to the work we do for our clients, we put our heads together and organized events and activities that would help Read more
TouKathon – October 2022
Recently we had our second hackathon this year. We met in person at our office and had fun working in two teams. Check out what Read more
Deploying multiple apps with different versions using a single Ansible command
Problem description
In this article we will look at how to deal with the following
scenario. Our system consists of several applications. Let’s imagine we Read more
The road to Kotlin Symbol Processing
There’s a long back story to Java annotations. Introduced in 2004 for Java 5 and supported by the javac
compiler since Java 6 in 2002, Read more
Announcing Krush 1.0
You may know Nussknacker, which is our open-source tool for scenario authoring, but we have a bunch of other projects we want to share Read more
Confitura 2022 Summary
Confitura is definitely about people and community for us. There was a possibility to meet with TouKs (this is our name for ourselves) who work Read more
TouK hackathon (TouKathon) – April 2022
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 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 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 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