Advertisement Β· 728 Γ— 90

Posts by Theodore Vorillaz

Video

2 left until #ReactAthens at Epignosis, powered by Sentry! πŸš€
3 amazing talks + surprises πŸŽ‰

Only 5 spots left – RSVP now!

πŸ‘¨β€πŸ’» @vorillaz.com – The Phoenix Pattern
🐈 @psyber.city – Coding with Agent
⚑ Alexander Antoniades – Sentry Error Boundaries

πŸ‘‰ Register (link in comments)

7 months ago 2 2 1 2
Post image

Register for #ReactAthens! πŸŽ‰

πŸ“… 25/9/25 - 18:00
πŸ“ Epignosis, Athens

RSVP - meetup.com/react-athens...

Sponsored by @sentry.io

πŸš€ @vorillaz.com β€œThe Phoenix Pattern: Building Self-Healing React Apps” – apps that predict failures, recover fast, restore work & stop errors before they happen.

7 months ago 1 2 0 0
Post image

Released from Hubble a few days ago - the image shows a giant among galaxies LEDA 1313424 or, the Bullseye.

A smaller blue dwarf galaxy went through the centre leaving 9 star filled rings.

Like dropping a pebble into a pond!

Credit: #NASA, #ESA, Imad Pasha, Pieter van Dokkum

πŸ”­ #Space #Astronomy

1 year ago 1209 137 12 4
Preview
GitHub - vorillaz/netflix-but-better Contribute to vorillaz/netflix-but-better development by creating an account on GitHub.

If you're interested in the project, check out the repository
github.com/vorillaz/net... and the full walkthrough on my website
vorillaz.com/netflix-but-...

1 year ago 1 0 0 0

The data comes from Kangle's Netflix dataset, which was backported to the database.
I then used the Vercel AI SDK with Mistral to generate embeddings and metadata for the shows.

`pgvector` and `pg_trgm` extensions are used for vector search and full-text search, respectively.

1 year ago 1 0 1 0

The initial idea was inspired by
@tej.as's talk on building RAG apps with Datastax and Langflow. The project also drew inspiration from
@leerob.com 's book inventory.

The app is built using Next.js, Shadcn UI, Tailwind, and Postgres, powered by Neon.

1 year ago 1 0 1 0
Video

Introducing "Netflix but Better" – an open-source Netflix clone featuring full-text search capabilities and AI-powered vector search for improved recommendations.

netflix-but-better.vercel.app

1 year ago 2 0 1 0
Advertisement
GitHub - vorillaz/nextjs-rendering: A demo with all the available options for Next.js rendering. A demo with all the available options for Next.js rendering. - vorillaz/nextjs-rendering

A working example can be found on my GitHub https://github.com/vorillaz/nextjs-rendering

Full demo is also available https://nextjs-rendering-demo.vercel.app/

1 year ago 1 0 0 0

Tips:
- Use Static for marketing pages.
- Dynamic for user dashboards.
- Streaming for complex layouts.

Performance Impact:
- Static: Fastest initial load
- Dynamic: Slowest but fresh
- Streaming: Fast initial + smooth updates
- PPR: Fast initial + optimized dynamic parts per layout or page

1 year ago 0 0 1 0

🌊 Streaming
Progressively sends UI pieces to the browser. Think loading states, then content. Great for complex pages where some parts are faster to load than others.

1 year ago 0 0 0 0

πŸ”„ Dynamic Rendering
Content generated fresh on each request. Ideal for personalized pages or real-time data. Slower than static, but always up-to-date.

1 year ago 1 0 1 0

πŸš€ Static Rendering (Default)

Pages are built at build time and cached. Perfect for content that doesn't change often, like blog posts or docs. Super fast because everything's ready to serve.

1 year ago 0 0 1 0
Video

Let's break down Next.js rendering methods.
Here's your guide to making sense of Partial Prerendering, Static, Dynamic, and Streaming rendering.

1 year ago 2 0 1 0

Summoning my friend and amazing coach @sugarenia.com . I am pretty sure you will keep your kidneys in place :)

1 year ago 0 0 1 0
Advertisement

Hi people.
I won't miss the shadow bans and the random far-right slurs popping into my feed.

1 year ago 5 0 0 0