Operations | Monitoring | ITSM | DevOps | Cloud

High Citrix logon durations

Every Citrix VAD/DaaS engineering team is responsible for a healthy Citrix VAD or DaaS deployment (yes also DaaS). But the most important task is providing great user experience. Is the team sure end users are actually getting that great user experience? Can they prove it? Are they going to be alarmed immediately whenever they are not and find the root cause quickly? Does the team know which users are affected.

How to handle Android exceptions and avoid application crashes

Let’s start by stating the obvious: an exception is a problem that occurs during the runtime of a program which disrupts its conventional flow and exception handling is the process of responding to an exception. In Android, not handling an exception will lead to your application crashing and you seeing the dreaded “App keeps stopping” dialog. This makes handling exceptions incredibly important, and let’s face it: no one is going to use an app that continually crashes.

The "New Last Mile" of the Office Network

The office network has been in a near-constant state of evolution since dumb terminals and token rings. MPLS unlocked the ability to connect LANs. VPNs allowed end-users to work remotely while still being behind the firewall. Wi-Fi made intra-office travel easy and lessened reliance on extensive cabling. The WAN is slowly giving way to SD-WAN. New software and cloud-based networking componentry are allowing vendors to reimagine firewalls and routing.

Introducing easy custom event monitoring for serverless applications.

Today we are excited to announce scheduled searches – a new feature on Dashbird that allows you to track any log event across your stack, turn it into time-series metric and also configure alert notifications based on it. This has been one of the most requested features across our users and we are thrilled to make it available for all users starting today.

The ten habits for highly successful compliant database DevOps

Database DevOps has come of age. Now seen as a key technical practice which can contribute to the successful implementation of DevOps, it stops the database being a bottleneck and makes releases faster and easier. Conversely, perhaps, the automation and audit trails it introduces can help to protect personal data within databases and make compliance part of the same process rather than an additional time-consuming step outside it.

Komodor Goes Freemium

I’m so excited to share with the world that today Komodor has officially transitioned to a freemium model, and made all of its great features available to small teams for FREE! Now, every developer can use Komodor to observe, manage, and troubleshoot Kubernetes with ease. By simplifying K8s operations and injecting our own expertise into the product we’ve created a better dev experience that reduces toil and sparks joy.

7 Excellent Examples of High-Risk Businesses in 2022

It may sound terrifying to get classified as a "high-risk business," but it's not the end of the world. Your risk to credit card processors will determine how you are classified. It has no connection with how successful your company might be. Contrarily, a high-risk business can result in substantial revenues for the bank, processors, and merchants if appropriately handled.

Maximising the potential of business intelligence with data warehouse automation

Data is a business's most valuable asset. When given the ability to harness its power, organisations can transform their data into meaningful business intelligence (BI)-and act on this to stay ahead in an ever-more competitive landscape. This is where the enterprise data warehouse (EDW) comes in. An EDW centralises and consolidates data from many sources-storing it in a denormalised structure called a star schema-making it easy to analyze, visualise, and forecast essential business metrics.
Sponsored Post

What are microservices? The pros, cons, and how they work

Microservices are a popular software design architecture that breaks apart monolithic systems. A microservice application is built as a collection of loosely coupled services. Each microservice is responsible for a single feature. They interact with each other via communication protocols such as HTTP.

Sponsored Post

The Five Myths of Observability

Observability is a term that has gained a lot of traction in recent years, particularly in the realm of software engineering and DevOps. At its core, observability refers to the ability to gain insight into the internal workings of a system by observing its external outputs. This allows engineers to diagnose and troubleshoot issues with the system, as well as to monitor its performance and behaviour.