Engineering

Page 8

How we optimized Python API server code 100x
Engineering

How we optimized Python API server code 100x

Some of the tricks we used to speed up calls to our analytics API written in Python: played with asyncio, messed with SQLAlchemy, hacked deep in asyncpg, rewrote parts in Cython, found better data structures, replaced some pandas with pure numpy.

Alias: An approach to .NET Assembly Conflict Resolution
Engineering

Alias: An approach to .NET Assembly Conflict Resolution

Most plugin based models load all assemblies into a single shared context. This is a common approach because it has better memory usage and startup performance. The history and rules of assembly loading in .NET is convoluted; its current status makes it difficult (and sometimes impossible) to load multiple different versions of the same assembly into a shared context. Instead of trying to struggle with existing options we decided to build a new tool: Alias.

Tracking Stability in a Bluetooth Low Energy-Based React-Native App
Engineering

Tracking Stability in a Bluetooth Low Energy-Based React-Native App

Daniel is an Agile Software Developer specializing in all forms of mobile development, Native iOS, React-Native, and beyond

Why is Python so Popular?
Engineering

Why is Python so Popular?

Nahla Davies is a software developer and tech writer. Before devoting her work full time to technical writing, she managed—among other intriguing things—to serve as a lead programmer at an Inc. 5,000 experiential branding organization whose clients include Samsung, Time Warner, Netflix, and Sony.

How to monitor Lambda functions in your SST application
Engineering

How to monitor Lambda functions in your SST application

Jay V is one of the founders of Serverless Stack (SST), an open-source framework that makes it easy to build serverless apps. He spends his time trying to…

Monitoring our Local Development Environment with Sentry
Engineering

Monitoring our Local Development Environment with Sentry

Is your organization's local development environment plagued with issues? Read on how you can use Sentry to monitor it and help you solve issues quickly.

Distributed Tracing 101 for Full Stack Developers
Engineering

Distributed Tracing 101 for Full Stack Developers

In today’s modern web stack it’s anything but. Full stack developers are expected to write JavaScript executing in the browser, interop with multiple database technologies, and deploy server side code on different server architectures (e.g. serverless). Without the right tools, understanding how a user interaction in the browser cascades into a 500 server error deep in your server stack is nigh-impossible. Enter: distributed tracing.

Instrumenting Our Frontend Test Suite (...and fixing what we found)
Engineering

Instrumenting Our Frontend Test Suite (...and fixing what we found)

Adding Instrumentation to Jest Here at Sentry, we like to dogfood our product as much as possible. Sometimes, it results in unusual applications of our product…

Dogfooding Chronicles: Never Be Content With Your Content (Security Policies)
Engineering

Dogfooding Chronicles: Never Be Content With Your Content (Security Policies)

A Content Security Policy (CSP) lets a browser know which content sources are to be trusted — and which aren’t. Learn how to update your CSP and protect your application.

Slow and Steady: Converting Sentry’s Entire Frontend to TypeScript
Engineering

Slow and Steady: Converting Sentry’s Entire Frontend to TypeScript

Recently, Sentry converted 100% of its frontend React codebase from JavaScript to TypeScript. This year-long effort spanned over a dozen members of the engineering team, 1,100 files, and 95,000 lines of code.

Using Sentry Performance To Make Sentry Performant
Engineering

Using Sentry Performance To Make Sentry Performant

Like many companies, Sentry uses feature flags to determine when certain users see certain features. Recently, we decided to switch our feature flag software…

Issue Detail Performance Improvements
Engineering

Issue Detail Performance Improvements

One of Sentry’s most-trafficked pages is our issue details page, as it helps our customers understand the root cause of an error. For those of you who are new…

Verifying Large Refactors in Production with Sentry
Engineering

Verifying Large Refactors in Production with Sentry

Recently we used Sentry to ensure we didn’t break Sentry while doing a large code refactoring project.

Finding and Fixing Django N+1 Problems
Engineering

Finding and Fixing Django N+1 Problems

Sentry now detects N+1 issues. Learn more about how to find and fix Django N+1 problems here.

Go-Getting Lazy-Loading
Engineering

Go-Getting Lazy-Loading

In our latest edition of the Dogfooding Chronicles, we use Performance to motivate lazy-loading user-facing data.

Syntax.fm logo

Listen to the Syntax Podcast

Of course we sponsor a developer podcast. Check it out on your favorite listening platform.

Listen To Syntax