Systems | Development | Analytics | API | Testing

%term

Snowflake Summit 2023 Panel Discussion: Predictions on Generative AI and LLMs in the Enterprise

In the fast-changing world of generative AI and large language models (LLMs), it can be especially challenging to sift through the buzz and prioritize which use cases will have the biggest impact on your business. Join Christian Kleinerman, SVP Product at Snowflake, for a moderated discussion with some of the leaders in this space as they share their perspectives, predictions, and thoughts on what enterprises should consider when adopting this technology.

How to Set Up Flutter Code Push With Shorebird and Codemagic

Mobile developers using Javascript-based mobile application development platforms such as Cordova, Ionic and React Native have enjoyed the benefit of being able to push app updates over-the-air without resubmitting their apps to the App Store or Google Play for quite some time. As long as the updates are not compiled code, and don’t change the primary purpose of the application then both Apple and Google allow this.

A Deep Dive into Subscriptions with Absinthe

In this series, we've seen how to create GraphQL APIs in Elixir using Absinthe. So far, we have only discussed a one-way communication channel where the client makes the queries or mutations, and the server responds. GraphQL also supports a long-running subscription between the client and the server where the server can notify the client of events. This can be very useful in multi-user scenarios where many users might interact with the same resource at the same time.

How to Analyze Price Movements using Yellowfin Candlestick Charts

In this blog, the team at Yellowfin Japan demonstrates how to take advantage of Yellowfin's data visualization capability in the form of Yellowfin Candlestick charts, also called keystrokes, specialized for analyzing price movements of stocks and bonds. We will utilize these charts to analyze price movements of stocks. So, what is a Candlestick Chart, and what does it look like in Yellowfin? Blog Contents hide Candlestick Chart Overview and Analysis Examples What is a Candlestick?

How Data Governance Frameworks Benefit from Data Fabric

The value of data is no longer debatable. But the secret to unlocking that value still evades many organizations. Only 44% of data and analytics leaders think their teams are effective in providing value, according to a new Gartner® survey. And business users are still struggling, too, citing accessibility issues and complexity as barriers to data use. Combine this with low executive confidence in data, and it’s clear that data challenges are ubiquitous.

How to scale WebSockets to millions of connections

WebSockets are hard to scale, it's true. The stateful connection that makes them so powerful for two-way realtime communication also makes them tricky to load balance efficiently, but that isn't to say it can't be done. In this video, Alex Booker (@CodeCast) from Ably runs you through the technical challenges scaling WebSockets before outlining the patterns used to scale WebSockets to thousands of concurrent connections and beyond. Theoretically, the approach to system design outlined in this video can scale to millions of concurrent WebSocket connections in a production environment.

Yellowfin Assisted Insights Walkthrough

Assisted Insights automatically delivers immediate answers, eliminating the need for users to sift through all their data for specific insights. Users only need to ask the question they want answered, and Yellowfin will locate the data, analyze it to find the most statistically relevant results, and present them in clear, best-practice visualizations and narratives.

Infrastructure Testing: Functional Testing or Cross-Functional Testing? | Monika Sharma | #testing

In this enlightening video, Monica Sharma, an accomplished software testing professional, tackles the intriguing question of whether infrastructure testing falls under the category of functional or cross-functional testing. Monica explores the intricacies of infrastructure testing and its role in ensuring the stability and reliability of software systems. Whether you're a tester, developer, or someone interested in software quality assurance, this video offers valuable perspectives on the classification of infrastructure testing.

From zero to hero: using SQL databases in Node.js made easy

Despite the growing popularity of NoSQL databases such as MongoDB and Firebase among JavaScript developers, SQL databases remain a reliable and widely used tool for storing data. This tutorial will show you the basics of SQL databases and how to use them with Node.js.