Iliyan Kiryakov
-
Dreamix
Hobbies Improve Work & Life: 8 Tips for Being Productive and Healthy
I have been playing pool billiards for about 15 years – last 5 of which with professional focus. That’s why I consider it as the best hobby in my life. Believe it or not hobbies influence a lot your life. They can even benefit work performance and daily habits. In this blog I want to […]
-
frontpage
Java Code Trick: Double Brace Initialization
While coding for our current project I had the following thought: “Is it possible somehow not to write the variable of the collection every time I want to add to it some elements?“. So I searched if there is a way to do that and found out a solution which I assume as a code trick […]
-
frontpage
Cope with performance issue for complex master detail view in ADF
Have you ever experienced performance problems from complex master detail view with a lot of rows when trying to iterate through them and visualize data for the user? I am sure you have 🙂 In reality this is only compute time! However, can you imagine that such view can take more than 10 seconds to […]