A decoupled approach to relaying events between Stimulus controllers
Part of the allure of Stimulus is that you can
attach rich, dynamic behavior to the DOM without building out a long-lived
stateful application in the browser.…
LikeC4 is a set of tools and DSL, that describes architecture as a single model and then compiled into multiple diagrams.
Your code is single source of truth.
Any change, refinement or deprecation is reflected automatically in the architecture diagrams.
No more outdated documentation!
And history of changes is your version control system.
LikeC4 provides:
architecture-as-a-code with native IDE support
development server with live reload
static website generation (live demo)
React and Webcomponents generation to embed to your website
CI/CD automation via CLI and GitHub Actions
export to various formats:
PNG
Mermaid
D2
DOT (Graphviz)
You can use LikeC4 standalone or integrate with existing toolchain.
Neo.mjs provides a new approach for building feature-rich web applications. Increase productivity by leveraging a vast component library and harness the power of multi-threading for extreme real-time performance.
Exploiting column chunks for faster ingestion and lower memory use — Rerun
To enable working with more kinds of datasets in Rerun, the 0.18 release introduces a new column oriented API and performance improvements to help handle larger time-series.
Nikhil Simha discusses Airbnb's Feature Platform, focusing on the recent efforts to solve the challenges, specifically covering: core APIs, training data generation, feature serving and observability.
Unified Grid: How We Re-Architected Slack for Our Largest Customers - Slack Engineering
All software is built atop a core set of assumptions. As new code is added and new use-cases emerge, software can become unmoored from those assumptions. When this happens, a fundamental tension arises between revisiting those foundational assumptions—which usually entails a lot of work—or trying to support new behavior atop the existing architecture. The latter …