InGoodData.AI DevelopersbyDan Homola·Feb 27, 2025FlexConnect: Cross-tenant BenchmarkingIt is only natural that people and organizations tend to compare themselves to others: it can drive positive change and improvement. For BI…
InGoodData.AI DevelopersbyDan Homola·Dec 4, 2024FlexConnect: Integrate NoSQL Into BIOver the past several years, NoSQL databases have seen significant adoption in fields like IoT and E-Commerce. Why not use them in BI?
InGoodData.AI DevelopersbyDan Homola·Apr 16, 2024CSV Files in Analytics: Taming the VariabilityThere are few formats as ubiquitous as CSV: most applications for which it makes even a smidge of sense to do so, support storing their…
InGoodData.AI DevelopersbyDan Homola·Mar 25, 2024Flexible caching and storage with Flight RPCIntroduction to the storage system of Longbow: GoodData's framework for creating modular, scalable, and extensible data services.
InGoodData.AI DevelopersbyDan Homola·Jul 31, 2023Polyglot Apache Arrow: Java and Python PerspectiveThe challenges we encountered using Apache Arrow in Java and Python at GoodData and how we approached them.
InVZP EngineeringbyDan Homola·Aug 24, 2018Using QR codes to facilitate testing config in React NativeTest environment configuration is a challenge in React Native. We show how to use QR codes to make it as user-frienly as possible.
InVZP EngineeringbyDan Homola·Aug 10, 2018Setting up Storybook in TypeScript/Sass environment with Webpack 4Storybook is a wonderful tool for developing UI components. Setting it up with Webpack 4 and TypeScript can be a bit tricky, though.
InVZP EngineeringbyDan Homola·Jul 27, 2018Optimizing Bundle Sizes of React Single Page Application in TypeScriptSeveral techniques to reduce your application bundle sizes.
InVZP EngineeringbyDan Homola·Jul 13, 2018Encouraging proper API response handling on code levelUsing pattern matching inspired approach in TypeScript to encourage proper API response handling
InVZP EngineeringbyDan Homola·Jun 29, 2018Creating accessible progress indicator in ReactWhen designing a custom UI elements in React, accessibility is often an afterthought. It should not be that way.