Systems | Development | Analytics | API | Testing

May 2024

Best Practices for End-to-End Testing for Better User Experience

Developers test their code in chunks as it is written. Error monitoring during the development cycle alerts engineers when conflicts arise and helps them identify the root cause. So, you may wonder then, in the age of DevOps and continuous delivery, is end-to-end testing still needed? Not only is it viable, but it is also essential to validate requirements, configurations, and functionality.

GitTogether | Combine and Rule | Gunesh Patil

Combinatorial testing is a crucial technique for ensuring software reliability by efficiently testing various combinations of input parameters. However, manual creation and execution of test cases for all possible combinations can be time-consuming and impractical. To address this challenge, this talk introduces an open-source tool designed to streamline combinatorial testing processes, maximizing test coverage while minimizing effort.

How the Future of #AutomationTesting & SDETs Look like | Subhash Kotra | #QonfX 2024

In this session, Subhash Kotra delves into the future of automation and Software Development Engineers in Test (SDETs) in an AI-driven world. Discover how AI-powered automation tools are revolutionizing testing methodologies, enhancing efficiency, and scalability. Learn about the evolving role of SDETs in integrating AI into the software development lifecycle, designing robust testing frameworks, and ensuring responsible AI deployment.

Build Games Like Gearbox: Developing a CI/CD Pipeline with Helix Core & JetBrains TeamCity

Curious how Gearbox Software, the AAA game studio behind hit games like Borderlands and Tiny Tina’s Wonderlands, builds their games? In this webinar, learn how Gearbox 🛠️ Want to Build Like Gearbox? Get Started with Perforce Helix Core Accelerate development with the version control system 19/20 top AAAs like Gearbox rely on: Perforce Helix Core.

A Look At Gurucul's Threat Detection, Investigation, And Response Platform

In this episode of "Powered by Snowflake, host Julian Forero chats with Nilesh Dherange, Co-founder and CTO of Gurucul, about data, cybersecurity, and machine learning in the context of Gurucul's threat detection, investigation, and response platform. Founded in 2010, Gurucul's mission has always been to bring together different silos of cybersecurity data. In this conversation, Nilesh provides an in-depth demo showing how the platform works, while explaining how its capabilities have advanced over time through the use of machine learning models and the adoption of Snowflake as one of its supported data lakes.

Behind The Scenes Of Snowflake Open Source LLM Arctic

Snowflake CEO Sridhar Ramaswamy and Snowflake Head of AI Baris Gultekin join Adrien Treuille, Director of Product Management, to discuss the launch of Snowflake Arctic, the latest enterprise-grade, truly open large language model (LLM). Snowflake Arctic stands out in the competitive landscape with its exceptional efficiency and cost-effectiveness, emphasizing Snowflake's commitment to open-source development and the future of enterprise AI. Join us to explore how Arctic is set to revolutionize industries by making advanced AI more accessible and trustworthy.

Snowflake: Optimize performance with data observability

Right now, 55% of companies surveyed are failing to achieve time to value with their data and AI investments. Why? Their skilled engineers spend too much time doing toilsome work and optimizing data workloads for performance and efficiency is complicated. With this in mind, Unravel is hosting a live event to help you leverage Unravel to achieve productivity and performance with Snowflake. Watch this 15 minute live event about optimizing performance with data observability with Clinton Ford, VP of Product Marketing at Unravel and Eric Chu, VP of Product at Unravel.

When to Use Bun Instead of Node.js

Bun and Node.js are two JavaScript runtime technologies to run JavaScript on the server. Node.js is the undisputed king of server-side development with JavaScript, but Bun has gained popularity thanks to its unbelievable performance capabilities. The real question is, though: does it really make sense to use Bun instead of Node.js? Let's learn about Bun and Node.js, dig into their characteristics, and explore some scenarios where Bun can be a better alternative to Node.js.

AnyCable for Ruby on Rails: How Does it Improve over Action Cable?

In modern web applications, real-time communication has become more than a feature: it's gradually evolved into a necessity. Users expect instant updates, live interactions, and dynamic content. In Rails applications, Action Cable has long been the go-to solution, harnessing WebSockets to fulfill these demands. In this article, we introduce: Let's get started!