Systems | Development | Analytics | API | Testing

JavaScript 101: A Deep Dive into All Things JS! | Sanjay Vyas | #javascript #javascripttutorial

Dive deep into the fascinating world of JavaScript and discover the secrets to mastering this essential programming language. During this Fireside Chat, you'll gain valuable insights like advice for newcomers to the programming world, the top three key principles to kickstart your programming career on the right foot, and the essential prerequisites and concepts that will pave the way for a smoother learning journey.

FinOps Camp Episode 3: Considerations for Mapping your FinOps Adventure

FinOps Camp Episode 3: Considerations for Mapping your FinOps Adventure Program elements, use cases, and principles to manage cloud data costs Join SanjMo Principal and Founder Sanjeev Mohan and Unravel VP of Solutions Engineering Chris Santiago as we share considerations for mapping your FinOps Adventure.Creating a solid FinOps strategy is crucial to navigating the rapidly-evolving world of cloud services.

Is testing a viable gateway to a career in tech?

Welcome to Test Case Scenario! In this episode, host Jason Baum is joined by our expert panelists, Nikolay Advolodkin, Sr. Developer Advocate, and Evelyn Coleman, Implementation Engineering Manager, both from Sauce Labs. Together, they explore thought-provoking questions such as whether testing serves as a viable gateway to a career in tech, the importance of QA in the tech industry, and invaluable advice for breaking into the world of technology. Get ready for an insightful discussion that will shed light on key aspects of the tech landscape.

Snowflake's Annual Modern Marketing Data Stack Report: Being Named a "Leader in Integration and Modeling" is Just the Beginning

With marketing analytics now influencing more than half (53%) of marketing decisions, there’s finally some good data around using data in marketing. In fact, Gartner found that when analytics influences less than 50% of decisions, organizations find it challenging to prove the value of their marketing.

MLOps Live #24: How to Build an Automated AI ChatBot

In this MLOps Live session, Gennaro, Head of Artificial Intelligence and Machine Learning at Sense, describe how he and his team built and perfected the Sense chatbot, what their ML pipeline looks like behind the scenes, and how they have overcome complex challenges such as building a complex natural language processing ( NLP) serving pipeline with custom model ensembles, tracking question-to-question context, and enabling candidate matching.

Dataflow Programming with Apache Flink and Apache Kafka

Recently, I got my hands dirty working with Apache Flink®. The experience was a little overwhelming. I have spent years working with streaming technologies but Flink was new to me and the resources online were rarely what I needed. Thankfully, I had access to some of the best Flink experts in the business to provide me with first-class advice, but not everyone has access to an expert when they need one.

How to Build a Successful Microservices Architecture

Monolithic architectures have long been the go-to when it comes to software design and building applications. However, monolithic architectures have their fair share of drawbacks and make it harder to make changes to an application efficiently. Therefore, monolithic architectures have given way to a new type of architecture that allows developer teams to make faster and more efficient changes, known as microservices architecture.

Building Dynamic Aggregate APIs with GraphQL

Domain-driven designs are popular in organizations that have complex domain models and wish to organize engineering around them. REST-based architectures are a common choice for implementing the API entry point into these domains. REST-based solutions are straightforward for the API builder and for API consumers concerned with data from a single API. But what about developers tasked with aggregating information across domains?