Best of Theo - t3․ggMarch 2024

  1. 1
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    RIP Redis?

    Redis has changed its license, moving away from open source and implementing a new source available license. This decision has sparked controversy and disappointment among the community. It has also raised questions about the impact on companies using Redis and the viability of alternative solutions.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Vapor: The Future Of Vue

    View's Vapor mode is an alternative compilation strategy inspired by Solid that aims to improve performance by eliminating the use of virtual DOM. It allows for granular opt-in at the component level and reduces the runtime size. Solid, another JavaScript framework, also focuses on performance and uses a similar model based on signals for reactive updates.

  3. 3
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Figma Goes All In On Developers

    Figma has acquired Dino board, a low-code AI supercharged IDE focused on building web applications with code. This acquisition aims to bridge the gap between designers and developers and make it easier for developers to be involved in the design process. Figma has been focusing on integrating with various developer tools and increasing development efficiency by 35%. The acquisition is made possible by the billion-dollar breakup fee Figma received from its failed acquisition by Adobe.

  4. 4
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    I Suck At SQL, Now My DB Tells Me How To Fix It

    Planet Scale introduces schema recommendations, a new feature that helps improve database performance by providing tailored recommendations based on production database traffic. The recommendations include adding indexes for inefficient queries, removing redundant indexes, preventing primary key ID exhaustion, and dropping unused tables.

  5. 5
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    I Can't Believe Tanner Made A Framework (Next.js Killer??)

    A new React framework, built around the Tan Stack Router by Tanner Lindley, is introduced. It competes with Next.js and Remix and offers exciting features like server components. The framework is focused on server-side rendering (SSR) and provides a more minimal approach. It also supports deferred loading of data, making it more performant.