Where Amdahl’s Law And Gustafson’s Law Hit the Moore’s Law Wall
After nearly six decades of getting smaller, faster, cooler, and cheaper, transistors are getting more and more expensive with each generation, and one
Detect anomalies in user behavior using Rails and PostgreSQL
You probably use some type of error monitoring software to notify you when an exception is raised in your application, but are you being notified when there is an anomaly in user behavior?
In this blog post, we recap the process and methodology we used to build our eBPF-based profiler. We include techniques and examples for both compiled and interpreted languages.
The web has rapidly evolved from its origins of websites serving static HTML content, to today's highly dynamic web applications. Whether it's games, chat, or productivity tools, users expect the apps to be up-to-date and enable real-time interactions with others.
WebSockets, which enables real-time communication from within web browsers, is
Goodbye Sidecars: Could eBPF Steal Istio Service Meshes' Thunder?
From the basics of Istio service mesh to its benefits, this article covers everything you need to know about Istio service mesh and where eBPF comes into play
What’s Stopping WebAssembly from Widespread Adoption?
Wasm is supposed to be a game changer for cloud native computing. But confusion over use cases and debates over standards are slowing things down. #WebAssembly #Wasm
Docker BuildKit is an opt-in image building engine which offers substantial improvements over the traditional process. BuildKit creates images layers in parallel, accelerating the overall build process.
Tutorial: Deploy Acorn Apps on an Amazon EKS Cluster
In the last and final part of the series on Acorn, we will explore how to move applications running in a local development environment to a production environment running in the AWS cloud