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
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
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
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
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
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