Theodore Vorillaz's Avatar

Theodore Vorillaz

@vorillaz.com

Kicks, drums, dev.

77
Followers
50
Following
12
Posts
12.11.2024
Joined
Posts Following

Latest posts by Theodore Vorillaz @vorillaz.com

Video thumbnail

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)

11.09.2025 08:06 πŸ‘ 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.

24.08.2025 11:34 πŸ‘ 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

06.02.2025 11:38 πŸ‘ 1211 πŸ” 138 πŸ’¬ 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-...

05.02.2025 15:58 πŸ‘ 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.

05.02.2025 15:58 πŸ‘ 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.

05.02.2025 15:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

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

05.02.2025 15:58 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
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/

21.01.2025 19:42 πŸ‘ 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

21.01.2025 19:42 πŸ‘ 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.

21.01.2025 19:42 πŸ‘ 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.

21.01.2025 19:42 πŸ‘ 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.

21.01.2025 19:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

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

21.01.2025 19:42 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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

27.11.2024 11:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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

19.11.2024 19:04 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0