Welcome to the Bugfender summer newsletter. Over the past few months you may noticed a few improvements to Bugfender’s web app, if not, we’ve summarised them here and you should go and check them out. The machine learning algorithm, which solves problems without requiring detailed instructions, is one of the most exciting technologies on the planet.
For the 8.0.2 release, the team at Yellowfin have been focussed on increasing overall performance across our products and implemented some of the most requested customer enhancements to improve the analytical user experience. As it is with every release, we’ve also included improvements to reports and charts.
Content and SEO are equally as important… But which do you start with? We asked 60+ experts to share the strategy they prioritize—and why.
I love data. I live it, I breathe it and I get excited about it. Recently, I started thinking about what creates a data culture when I read the Big Data and AI Executive Survey 2019. It said that 72% of respondents were yet to forge a data culture. While every business uses data in some form, they don’t all use it to truly understand the dynamics of their business and make strategic decisions.
Reactive programming is a programming technique for asynchronous applications that lets you structure your code based on “reaction” to data input changes instead of an imperative programming style where you have to poll or block and wait for changes to happen. If you’re not 100% familiar with ReactiveX (RxJava being the implementation for the JVM), perhaps you know Java Stream, which is a similar concept introduced in Java 8.