Systems | Development | Analytics | API | Testing

Blog

How Tuist migrated from GitHub Actions to Codemagic for faster and more reliable CI

Headline: The transition to Codemagic made our CI builds faster and more reliable and positively impacted the experience of contributors contributing to our open-source project, Tuist. Thanks to Codemagic’s support, we can bring new free goods to the Swift community and the ecosystem of app developers.

The Sliding Doors for Managing Data

In this blog series, I am exploring the “sliding doors”, or divergent paths, for creating value with data across different use cases, practices, and strategies. In this post, I want to discuss how to generate value with Data Products. As I reviewed in my last blog, grabbing the door to the better path for managing your data isn’t just about solving your particular use case: it’s ultimately about delivering value for your business.

Snowflake Brings Gen AI to Images, Video and More With Multimodal Language Models from Reka in Snowflake Cortex

Snowflake is committed to helping our customers unlock the power of artificial intelligence (AI) to drive better decisions, improve productivity and reach more customers using all types of data. Large Language Models (LLMs) are a critical component of generative AI applications, and multimodal models are an exciting category that allows users to go beyond text and incorporate images and video into their prompts to get a better understanding of the context and meaning of the data.

Predicting the Generative AI Revolution Requires Learning From Our Past

Having frequently worked with governments around the world over the course of my career, I’ve had all kinds of discussions about the global impact of generative AI. Today, I’m publicly wading into those waters to deliver my perspective, and my opinion is that … it’s incredibly hard to predict the future. Done. Wrapped up this entire post in a single sentence.

Tideways 2024.1 Release

You can now unpack the Christmas present that was promised to you at the end of 2023! As you may have already read in the Flamegraph Feature Preview, this exciting new feature of the Profiler is now the focus of our first release in 2024. The Flamegraph complements the Timeline and Callgraph features and visualizes Aggregated Traces. The goal was to provide profiling information across many traces and thereby gaining new and deeper insights into performance.

How to Secure REST APIs: API Keys Vs OAuth

REST, a.k.a. Representational State Transfer, is an architectural style commonly used in software development. Applications built via REST-style development tend to be excellent examples of distributed hypermedia applications. However, they don’t often have excellent innate security options. That’s where API keys and OAuth tokens come in. In this article, we’ll cover how to secure REST APIs with either API keys or OAuth.

How to Fix java.lang Illegal Argument Exception Unsupported Class File Major Version 61

The "Unsupported class file major version 61" error in Java means you're trying to run a Java program that's too advanced for the version of Java you have installed. To fix this, either update your Java to version 17 or newer, otherwise recompile the program with an older Java version that matches your runtime environment.

WebdriverIO - All You Need To Know

In today's fast-paced software development industry, it is highly critical to deliver high-quality web and mobile applications rapidly is paramount. This is where automation testing services come in, and WebdriverIO emerges as a powerful test automation solution. Designed for the modern web, WebdriverIO is a test automation framework that seamlessly interacts with both web applications and native mobile applications on iOS and android devices.

What is Desktop Testing? Definition, Tools, Tutorials, and Best Practices

Gone are the glorious days of desktop apps. Back in the 90's, when the “web” was only in its infancy, downloading and installing applications to your local machines were the norm. However, over time, the web has matured into the giant it is today, and from it spawned the modern “web-based application” that we all know and love for the unmatched accessibility and ease of use. However, desktop applications are far from dead.