top of page
1 min read
Getting Java Logs In Memory
One tricky task came recently out with feature we were implementing. Fetch Java logs in memory and save them to the database. This pretty...
0
2 min read
When You Flush The CodeCache
In the previous blog post, I wrote about our problem with JVM CodeCache. This cache is used for saving compiled machine code and if your...
0
3 min read
When You Fill The CodeCache
As a Java developer, you don't need to know internal details of JVM most of the times. The virtual machine is not a trivial piece of...
0
2 min read
Continuous Integration (CI)
Let's face the Continuous Integration the development practice that requires developers to integrate code into a shared repository at...
0
2 min read
The Curse of String Distance
When you work for sometime on a larger project, you may realize it doesn't perform as well as it did. That is usually expected but...
0
3 min read
PDI SAS Reader
If you work in FinTech, sooner or later (but probably sooner) SAS data set will get into your project. In a field dominated by one...
0
3 min read
Null Checking in MongoDB
When we started using MongoDB in our projects, I was very confused by aggregations. But I wrote so many of them at this point, I...
0
1 min read
Digital Transformation for an International Corporation
What did we solve Internal workflows are often defined very strictly but are not supported by the appropriate tools. Data and documents...
0
bottom of page