Systems | Development | Analytics | API | Testing

Server-sent Events and WebSockets in Rack for Ruby

In the previous part of this series, we discovered how to create persistent connections in Rack in theory, but now we'll put what we learned into practice. The web has two formalized specifications for communication over a persistent connection: server-sent events (SSEs) and WebSockets. WebSockets are widely used and highly popular, but SSEs are far less well-known. Let's explore them first.

Using Cache-Control headers in Laravel for HTTP caching with Cloudflare

We recently helped our customer Holocafé prepare its Laravel application for a TV appearance on the German edition of Dragons’ Den (Höhle der Löwen) and the corresponding peak in traffic. The primary change was to utilize Cloudflare as an HTTP reverse proxy to cache the main page of the site and a few other mostly static pages that users were most likely to click on. The expectation was that 80-90% of the curious users could be served with pages from the HTTP cache.

Remote Build Caching: The key to fast, efficient builds

When it comes to mobile app development, slow build times are not only the biggest source of frustration for developers but also the greatest barrier to innovation and competitive advantage. We surveyed developers at DroidCon New York and they overwhelmingly reported that build delays hindered their ability to release new features, fix bugs, and iterate quickly. Two-thirds of respondents said they wait more than 10 minutes for their mobile builds.

EP13: First Principle Thinking for Architects

In this episode, Sanjiva and Asanka explore the power of first-principle thinking and why it’s a must-have approach for architects. They break down how this method helps tackle complex problems by focusing on fundamental truths rather than relying on assumptions or best practices. From root cause analysis to iterative refinement, they discuss how architects can apply first principles to design innovative and scalable solutions. Tune in to rethink your approach and elevate your architectural decision-making!

Improving Government Employee Retention: Top 5 Strategies

Federal government agencies are facing a growing workforce challenge. The looming retirement wave, particularly among experienced baby boomers, threatens to leave critical knowledge gaps in agencies that are already struggling with understaffing. To bridge this gap, government agencies must focus on appealing to a younger workforce that brings fresh perspectives, technological expertise, and a strong desire to make an impact.

Unleash Scalability: How Appian Executes 6 Million Processes Per Hour

Appian was already the scalability leader, but the Autoscale feature in our 24.4 release is taking our customers even further. Autoscale lets enterprises execute six million processes per hour. It's what today's IT teams need to handle unprecedented process volume without sacrificing agility. This blog is a technical overview of Autoscale. Appian is the process company. For more than 25 years, industry-defining organizations have turned to Appian to orchestrate their most important processes.

An Introduction to Java Map: What It Is and How It Works

The Java Map interface is a powerful data structure for handling key-value pairs. Present in the java.util package, it’s ideal for managing data associations where each key maps to a specific value. Common use cases include counting occurrences (e.g., word frequency in text), grouping data (e.g., products by category), or accessing items by specific identifiers (e.g., user IDs).

Bitrise on AWS: Benefits of using a cloud-native mobile CI/CD solution

In the fast-paced world of mobile app development, a seamless, secure, and adaptable CI/CD process is essential. Bitrise has established itself as a leader in this domain, providing a mobile-focused CI/CD platform that allows you to automate all your build, test, and deployment workflows. But what if regional restrictions, data sovereignty, or compliance regulations prevent your organization from implementing a managed CI infrastructure like Bitrise?

Composable Enterprise for Government: Boosting Efficiency with Reusable Software Modules

Composability is a growing trend in enterprise software development. It means designing your organization to be flexible so you can adapt to change in real time. Modularity lies at the heart of composability. Modular approaches have been around for decades, such as in service-oriented architecture (SOA) and microservices. But the rise of low-code platforms, cloud computing, and modern integration tools has made it easier to implement composable architectures at scale.