·Insights

How teams think, build, and scale technology.

Engineering deep-dives, applied AI, and field notes from the Streaver team — what we’ve learned shipping production software.

How to Fix Fragile SSO Systems Using AWS Cognito: A Scalable Identity Platform GuideEngineering

How to Fix Fragile SSO Systems Using AWS Cognito: A Scalable Identity Platform Guide

How we rebuilt a fragile, race-condition-prone Universal Login into a reliable, scalable identity platform on AWS Cognito — using managed login, event-driven flows, and an invisible migration of 150,000+ users.

J
Juan Pablo Rubio7 min read
2026
What is AWS Systems Manager? Automating Patch Management on Cloud SystemsEngineering

What is AWS Systems Manager? Automating Patch Management on Cloud Systems

A hands-on guide to automating EC2 patching with AWS Systems Manager (SSM) and Patch Manager — from prerequisites and SSM Agent setup to patch baselines, scan associations, and compliance visibility.

L
Laura Díaz
How to Automate Documentation: A Guide to Document Workflow AutomationAI & Agents

How to Automate Documentation: A Guide to Document Workflow Automation

Document automation promises less manual work and ready-to-use data, but real-world documents reveal an uncomfortable truth: you can't optimize speed, accuracy, and cost at once. A look at why that 'impossible triangle' shows up and how we approach the trade-offs.

Y
Yonathan Pla4 min read
The Cyber Security Report 2026: Why This Matters & What You Need to KnowEngineering

The Cyber Security Report 2026: Why This Matters & What You Need to Know

What the 2026 forecasts mean for defenders: attackers are shifting toward faster, scalable, automated operations targeting identity, cloud environments, and unmanaged assets — and what your organization needs to know to keep up.

D
Danilo Espino9 min read
Hottest Startups in Uruguay: Top 15 Companies to Watch in 2026Culture & Team

Hottest Startups in Uruguay: Top 15 Companies to Watch in 2026

A curated, non-ranked guide to 15 Uruguay-founded startups and scale-ups across fintech, marketplaces, logistics, biotech, and software quality — showing how Uruguay's tech ecosystem keeps punching above its weight.

S
Samantha Pirri10 min read
Top 25 Software Events 2026: The Ultimate CalendarEvents

Top 25 Software Events 2026: The Ultimate Calendar

A curated calendar of the top 25 software conferences to attend in 2026 — across AI, cloud, developer tools, and enterprise platforms — with dates, locations, and official links so you can plan with confidence.

S
Samantha Pirri12 min read
2023
Dinosaurs Will Die. Our 2023 StoryCulture & Team

Dinosaurs Will Die. Our 2023 Story

As 2023 closed, Streaver's founder reflects on the company's most challenging year so far — staying intact through economic uncertainty and the AI revolution, becoming the first Uruguayan Certified Scrum Team, and setting sights on a first product.

F
Fabián Larrañaga4 min read
Roadmap to Organizational Success: Agile and BeyondCulture & Team

Roadmap to Organizational Success: Agile and Beyond

An exploration of the software industry's diverse management philosophies — plan-driven, lean, and agile — to help you make informed decisions about how to steer your products, projects, and teams.

A
Agustín Talagorría10 min read
AI-Driven Software Development - Our Experiment with ChatGPTAI & Agents

AI-Driven Software Development - Our Experiment with ChatGPT

In a coding-dojo experiment, Streaver's team used ChatGPT to test the limits of AI-driven development by building a simple game together — and learned where it helps and where it gets in the way.

N
Nicolás Wolman5 min read
Leading Agile adoption in Uruguay with CTC CertificationCulture & Team

Leading Agile adoption in Uruguay with CTC Certification

Streaver is proud to have the first and only Certified Team Coach (CTC) in Uruguay, COO Gabriel Ledesma, accredited by the Scrum Alliance — and what that means for leading agile adoption.

F
Fabián Larrañaga6 min read
Generating Random SVG Avatars with NextJS: A Step-by-Step GuideEngineering

Generating Random SVG Avatars with NextJS: A Step-by-Step Guide

Tired of generic profile pictures? A step-by-step guide to generating unique, random SVG avatar images on the fly with Next.js and the @vercel/og library.

F
Federico Kauffman6 min read
2022
CRDTs and Distributed Consistency - Building a P2P gameEngineering

CRDTs and Distributed Consistency - Building a P2P game

Part three of the CRDTs series: building a peer-to-peer keyboard game with WebRTC and React, using a distributed PNCounter to track key presses across clients.

F
Federico Kauffman7 min read
Implementing the authentication layer in Next.jsEngineering

Implementing the authentication layer in Next.js

The main differences between client-side and server-side authentication, implemented in a simple Next.js application using both approaches.

J
Juan Larrambebere16 min read
CRDTs and Distributed Consistency - The complex distributed counterEngineering

CRDTs and Distributed Consistency - The complex distributed counter

Part two of the CRDTs series: removing the increment-only and fixed-client-count restrictions to build a PN-Counter that supports decrements and an arbitrary number of clients.

F
Federico Kauffman9 min read
CRDTs and Distributed Consistency - The simple distributed counterEngineering

CRDTs and Distributed Consistency - The simple distributed counter

An introduction to conflict-free replicated data types (CRDTs) — data structures that enable collaborative apps with strong eventual consistency and no coordination — starting with a simple G-Counter.

F
Federico Kauffman7 min read
Being Arctic Code Vault contributorsCulture & Team

Being Arctic Code Vault contributors

There's a data repository of thousands of open-source projects in the Arctic — and our code is in it. Streaver celebrates being part of GitHub's Arctic Code Vault and invites more engineers to contribute to open source.

F
Fabián Larrañaga7 min read
Streaver's 2021 Clutch RewindCulture & Team

Streaver's 2021 Clutch Rewind

In light of their tremendous support, we pay tribute to our clients by sharing our Clutch Year in Review for 2021 — and the five-star reviews behind it.

F
Fabián Larrañaga4 min read
2019
Streaver's 2019 in reviewCulture & Team

Streaver's 2019 in review

Christmas and a new year are the perfect time to pause and review the year's achievements — a retrospective on what the Streaver team accomplished in 2019, its first year.

F
Fabián Larrañaga4 min read
React Adaptive Hooks and APIs for AdaptabilityEngineering

React Adaptive Hooks and APIs for Adaptability

React Adaptive Hooks leverage browser APIs for adaptability — tools worth keeping in mind when building user experiences. Let's explore when to use them to build great experiences.

F
Federico Kauffman6 min read
Translating Vue: Why internationalizing documentation matters?Engineering

Translating Vue: Why internationalizing documentation matters?

Helping the community takes many forms. By contributing to translation efforts we lower the entry barrier for developers who weren't lucky enough to learn English — building a better, more inclusive tech world.

F
Federico Kauffman
Building a web extension with Vue at speed of lightEngineering

Building a web extension with Vue at speed of light

A hands-on tutorial on building a production-ready, cross-browser web extension with Vue.

F
Fabián Larrañaga10 min read
Pull Request previews for Open Source libraries with NetlifyEngineering

Pull Request previews for Open Source libraries with Netlify

Unit tests are a good start, but for OSS libraries you also want to confirm they work in a real app. Let's set up pull-request preview apps with Netlify.

F
Federico Kauffman
Building awesome CLIs with JavaScript and OclifEngineering

Building awesome CLIs with JavaScript and Oclif

As a developer you use CLIs every day, and a good one feels great. Let's discover how to build our own friendly, intuitive CLIs with JavaScript and oclif.

F
Federico Kauffman7 min read
Optimizing remote daily scrum meetingsCulture & Team

Optimizing remote daily scrum meetings

Meetings consume roughly 30% of an employee's working time, so it pays to make them effective — especially the daily standup. How we tackled remote daily scrums with a web extension that randomizes speaking order and cuts wasted time.

F
Fabián Larrañaga5 min read
Have a project in mind?

Let’s build something that ships.

Streaver embeds senior product teams inside companies building AI-native software — from whiteboard to live customers.

Talk to us