article thumbnail

Team building in software engineering

Tasktop

These lunches give us opportunity to share more of our “other” lives…our hobbies, families, events, opinions. The post Team building in software engineering appeared first on Tasktop Blog. These activities are in addition to a monthly (paid!) team lunch at a nearby restaurant we pick. How is your team doing?

article thumbnail

Data Engineers of Netflix?—?Interview with Pallavi Phadnis

The Netflix TechBlog

Interview with Pallavi Phadnis This post is part of our “ Data Engineers of Netflix ” series, where our very own data engineers talk about their journeys to Data Engineering @ Netflix. Pallavi Phadnis is a Senior Software Engineer at Netflix. Pallavi, what’s your journey to data engineering at Netflix?

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Application observability meets developer observability: Unlock a 360º view of your environment

Dynatrace

In a recent webinar , Dynatrace DevOps activist Andi Grabner and senior software engineer Yarden Laifenfeld explored developer observability. In this example, Grabner saw that the adservice workload was running on EKS and could see the relevant metrics, logs, services, events, error logs, and more.

article thumbnail

Automated observability, security, and reliability at scale

Dynatrace

To handle this challenge, enterprises need to automate and streamline the onboarding and lifecycle of tool configurations in the software development processes, including aspects of observability, security, alerting, and remediation. Development teams must set up tailored configurations for each tool and component they’re responsible for.

article thumbnail

SQL Mysteries: Causality tracking vs Event Sequence for XEvent Sessions

SQL Server According to Bob

You need to make sure to order the events by event_sequence when doing analytics on the XEvent data. Values are generated when the event sequence is submitted to the target. The sequence value associated with causality tracking is incremented when the event is recorded. This is incremented using ++ as each event is produced.

article thumbnail

The state of site reliability engineering: SRE challenges and best practices in 2023

Dynatrace

Customer empathy is key to a fully optimized site reliability engineering practice Software engineering can often be an impersonal discipline. Thus, careful consideration of client needs is a crucial aspect of creating effective SLOs. This lack of clarity can lead to slowed remediation times and ineffective solutions.

article thumbnail

TPDP Episode #8: Asynchronous and Event-Based Programming with RxJS

The Polyglot Developer

When it comes to modern JavaScript development, there are a few different ways to handle asynchronous events or data. Ben Lesh is a senior software engineer at the very popular entertainment streaming company, Netflix. You could use promises and callbacks, but as great as they are, present certain limitations.