Systems | Development | Analytics | API | Testing

Latest News

The Pesticide Paradox in Software Testing

There’s an interesting term in agriculture called the pesticide paradox. When a pesky insect infestation is threatening a farmer’s hard-earned harvest, he sprays the crop with pesticide, killing (most of) them in an instant. What a glorious win of man against nature! But there’s a catch: the tiny percentage of those insects which fortunately survive will develop a natural resistance to the pesticide.

Build, Manage, and Monitor Data Streaming Applications, All Within Your Favorite IDE

Today, we’re excited to announce the Early Access Program for Confluent for VS Code! Confluent has integrated support for Visual Studio with Confluent for VS Code that streamlines workflows, accelerates development cycles, and enhances real-time data processing, all within a unified environment.

How we use hyperfine to measure PHP Engine performance

One of our recurring jobs at Tideways is to ensure that all of our instrumentation works with the new and upcoming PHP versions. For us, “working” doesn’t just mean that the results are correct, but that your PHP extension is fast, gathering insights for our customers with a minimal performance overhead.

Countly's New Data Schema: What's Changing, Why It Matters, and How It Affects You

For historical reasons, we have been using dynamic collection creation. This means that each new event creates a new collection in the database. While this provides some benefits, such as managing permissions on the collection level, it also has many downsides. And because we wanted to future-proof Countly, we decided to make this step and change the model, which will potentially allow us to do more in the future.

Introducing Confluent's OEM Program: Deliver Data Streaming Faster and Unlock Revenue Growth

As real-time experiences become integral to everyday life and data-driven technologies like GenAI drive the next wave of innovation, one thing is clear: real-time data is the key to enterprise growth. The Confluent OEM Program empowers MSPs, CSPs, and ISVs to quickly unlock new revenue streams by integrating the industry-leading data streaming platform into their customer offerings.

Top 10 SEO Tools to Consider in 2024

Search engine optimization (SEO) has evolved from being a niche marketing tactic to a fundamental strategy for driving website traffic and conversions. With constant algorithm updates and the increasing competition for search engine rankings, businesses need to stay on top of their SEO efforts. To do that effectively, investing in the right SEO tools is critical.

Using a Mock Server: Understanding Efficient API Testing

API testing is critical to modern software development, ensuring that applications communicate seamlessly and function as expected. However, setting up testing environments that accurately mimic real-world conditions can be complex, time-consuming, and costly. APIs often change, and dependencies on third-party services or backend systems can delay the development process, making it challenging to conduct reliable tests in real-time.

A guide to Laravel pipelines

When building web applications, it's handy to break down a feature's complex processes into smaller, more manageable pieces, whether by using separate functions or classes. Doing this helps to keep the code clean, maintainable, and testable. An approach you can take to split out these smaller steps in your Laravel application is to use Laravel pipelines. Pipelines allow you to send data through multiple layers of logic before returning a result.

Run pandas on 1TB+ Enterprise Data Directly In Snowflake

As one of the most widely used libraries in the Python ecosystem, pandas helps developers analyze, load and transform data across data science, data engineering and machine learning. The flexibility and ease of use of the pandas API have driven rapid growth in popularity, with pandas being used by one in every five developers, according to the StackOverflow 2024 Developer Survey.