Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Navigating the Complexity of IT Operations: A Guide for Startups

Startups are the pioneers forging new paths and disrupting industries. At the heart of every startup's success lies its ability to navigate the complexities of IT operations effectively. In this blog, we delve into the intricacies of IT operations for startups, offering insights, strategies, and best practices to steer through the maze of technology with finesse.

Windows on ARM: 5 tips to success

Windows on ARM refers to the version of the Windows operating system designed to run on devices powered by Advanced RISC Machine (ARM) architecture processors, instead of traditional x86 or x64 processors. This adaptation brings Windows to a variety of devices beyond traditional laptops and desktops, including tablets, and some smartphones.

Bring more context to your code with Compass

Understanding and interacting with code repositories can be frustrating: you often don't get all of the information you need to get your work done efficiently and effectively. Who owns the repository? What are its dependencies? Where do I ask for help about interacting with it? This lack of context around code, and the time it takes to find it somewhere in the bowels of your organization, slows everything down.

How to build zone-redundant cloud instances and clusters

Redundancy is a core tenet of cloud computing. While major cloud platforms have high targets for reliability, they can still fail, and it’s important for teams to have a plan for when they do. But how can you build services that can withstand something as disruptive as a datacenter outage? In this blog, we’ll show you how to prepare for availability zone outages by proactively detecting services operating in a single zone.

Introducing the User Feedback Widget- The easiest way to connect with your users

Sentry is pretty good at capturing all your production issues. But sometimes your user hits an issue that doesn’t fire an exception – maybe a broken link, problem with their permissions, or even something as simple as a grammatical error in copy. Sentry won’t capture those, but you should probably know about them so you can fix them.

Introduction to Apache Iceberg

Apache Iceberg is an open source table format for large-scale analytics. It improves upon the limitations of traditional table storage solutions by offering a high-performance, more efficient way of managing data at scale. Iceberg allows for fine-grained control over data, enabling features such as schema evolution, time travel, and transactional support, which are crucial for modern data architectures.