Raisa Tech

Engineering and Data Science Blog

Owning the Steering Wheel: How We Rebuilt Our Design System Dropdown and Multiselect
#design system #frontend #UI

Owning the Steering Wheel: How We Rebuilt Our Design System Dropdown and Multiselect

The dropdown and multiselect components are among the most fundamental building blocks in our design system. In a data-heavy application where users constantly filter, search, and select from large datasets, these components need to be performant, accessible, and flexible enough to handle diverse use cases across our product. Component HistoryOur

From Data to Insights: Building an Autonomous Analytics System with LangGraph
#data engineering #llms

From Data to Insights: Building an Autonomous Analytics System with LangGraph

How I Built a Multi-Agent System That Automatically Transforms Raw Snowflake Data into Polished Business Reports. Across the organization, stakeholders regularly need answers: KPI summaries, financial comparisons, and model performance insights. These questions often come up ahead of meetings, reviews, or decision points, and they usually need answers now, not

Lint, Test, Deploy: Building a dbt CI Pipeline with SQLFluff Style Checks
#data engineering #dbt #pipelines

Lint, Test, Deploy: Building a dbt CI Pipeline with SQLFluff Style Checks

Enhancing dbt Development with Automated PR Validation in Azure PipelinesIn the fast-paced world of data engineering, maintaining high-quality, consistent code is crucial. As teams grow and projects scale, the need for thorough validation of pull requests (PRs) becomes even more important. This ensures minimal errors, enforces best practices, and guarantees