Regardless of your experience in Java, you have certainly heard about building applications. Even if your single Java code consists of just one class declaration with System.out.println (“Hello World!”) in the main method it has to be built....
At the end of May Diatom is heading straight to Stockholm in order to take part in DSummit. It is a major conference featuring a new human-centred digital future and discussing challenges it brings to us. (more…)
We are so glad to announce that our Diatom Technical Blog has changed its design. We have modified its visual appearance for your convenience. (more…)
THE OBJECTIVE The objective is to find a technical possibility of implementing Fitness tracking solution using Java technologies and existing API available on public Web. The main functionality is recording an object’s moves. When the service is...
Diatom is proud to announce that we have formed a strong Java Department and are ready to help you with your Java projects. (more…)
Have you faced a situation when you suddenly realized that your Large project needs to be rebuilt because you ran into an unsolvable problem related to performance? When your company have a project that is popular enough and may potentially face millions...
At the beginning of November, our Business Development Manager Darja participated in the Business Blueprint event, organized by AmCham Finland. The event was part of the Launchpad USA program that aimed to connect companies to experts and investors in...
As you know, some time ago Diatom launched a blog where our developers share their experience on various topics.
(more…)
One of the latest challenges that I had, was to create “Custom style sheets for each user” that user can generate to style his page. This blog post will be right about how I managed it and what “underground rocks” I faced. Basic...
Introduction Ever wondered why your page loads slower than it should when you do simple data representation or iteration over a bunch of data? One answer might be that you have the N+1 problem which slows your page significantly. But what is that N+1...