Systems | Development | Analytics | API | Testing

The Concept Of Null In Java

null is a reserved word (keyword) in Java for literal values. It is a literal similar to the true and false. In Java, null is a keyword much like the other keywords public, static or final. It is just a value that shows that the object is referring to nothing. The invention of the word “null” originated to denote the absence of something. For example, the absence of the user, a resource, or anything.

Shopware 6.4.11 NavigationLoader performance improvements evaluated

During Shopware Community Unconference 2022, we heard a lot about an internal performance week at Shopware, where they took tie to optimize different parts of the core of the Shopware platform. These were mostly performance problems that also affect our customers. Naturally, we are super excited about them their release in version 6.4.11. In this blog post we will look at one improvement to category navigation loading.

A Guide to Event-Driven Architecture in Elixir

In this post, we will explore how event-driven architecture can make your app more responsive for users and decouple your modules for a better developer experience. We will also look at several methods of implementing event-driven architecture with Elixir. Elixir is particularly good for this because of the advanced and concise message-passing APIs that it offers and BEAM's outstanding support for concurrency. But first: what is event-driven architecture, exactly?

New! Build seamless Live Analytics workflows with ThoughtSpot and dbt

It’s no secret that modern data professionals are under immense pressure to deliver more data and insights to more business users, more quickly than ever before. Data is the lifeblood of your business. And frontline business people need personalized, actionable insights to make data-driven decisions. But before these users even touch a self-service Live Analytics platform like ThoughtSpot, the data must be appropriately modeled by analytics engineers.

ThoughtSpot supports Amazon Redshift Serverless

As companies go all in on the cloud to dominate the decade of data, agility, flexibility, and ease of use are critical to success. That’s why we’re so excited to announce ThoughtSpot’s support for Amazon Redshift Serverless which allows customers to leverage the Modern Analytics Cloud to run and scale analytics on Amazon Redshift without having to provision and manage any data warehouse infrastructure.

Using Snowpark As Part Of Your Machine Learning Workflow

Teams working on data science initiatives are tasked with deriving new insights from massive amounts of data. To accomplish this, teams work with compute environments that require heavy operational overhead, which means most of their time is spent extracting and processing features for machine learning model training and inference. Pairing Snowflake’s near-unlimited access to data and elastic processing engine with the most popular programming languages can change that, so more time can be spent on model development.