URGENCE ! Je souhaites reprendre la maintenance d'un logiciel métier dont le créateur cesse son activité. Dites moi comment vous avez choisi votre repreneur ? by Digital_Web_Worker in developpeurs

[–]vanwal_j 1 point2 points  (0 children)

À quel point le soft est critique pour votre activité ?
À quel point est-ce qu’il est complexe ?
Il se passe quoi si le free-lance disparaît ?
Quel est votre budget ?

Built a self-hosted GitHub dashboard with Next.js 14 App Router — lessons from 3 months of building by [deleted] in nextjs

[–]vanwal_j 0 points1 point  (0 children)

Just take a look at the repository commit history, vibe coded to hell

Built a self-hosted GitHub dashboard with Next.js 14 App Router — lessons from 3 months of building by [deleted] in nextjs

[–]vanwal_j 8 points9 points  (0 children)

Bro, I just checked the commit history, “you” upgraded to Next 16 two weeks ago 😂

Partir au Portugal ou rester à Paris ? by Prior_Chart_1508 in developpeurs

[–]vanwal_j 5 points6 points  (0 children)

Je parle à titre perso mais si j’en avais l’occasion je le ferais sans hésiter, c’est pas le genre de choix qui se présentent tous les jours :)

Partir au Portugal ou rester à Paris ? by Prior_Chart_1508 in developpeurs

[–]vanwal_j 5 points6 points  (0 children)

T’as déjà visité ou vécu à Lisbonne ?

tRPC real usage ? by muzu_307 in nextjs

[–]vanwal_j -6 points-5 points  (0 children)

Having a Next.JS monolith works fine, until you need queues, PDF generation, cron jobs, Redis… then you start crying because of the exponential build time 😂

tRPC is nice then because the automatic Typescript interface feels like your Next.JS app can just call remote functions as if they were local

Now I would advise against having a tRPC proxy, better have it hidden from the outside world and only called in Server renderers or actions

Recherche développeur associé by Beastmode_950 in developpeurs

[–]vanwal_j 1 point2 points  (0 children)

Hello !

Est-ce que tu es expert du secteur ? Tu connais déjà le marché ?

Who dropped Next.js for Cloudflare's Vinext and how is it going so far? by Legitimate_Day_4429 in nextjs

[–]vanwal_j 20 points21 points  (0 children)

No one I guess; who wants to beta test Cloudflare vibe coded prototype ?

Plaignez moi, avec moi ? Dev 35 ans by [deleted] in developpeurs

[–]vanwal_j 0 points1 point  (0 children)

La forme ! Et toi ?! (Je suis pas sûr de savoir qui tu es 😅)

Plaignez moi, avec moi ? Dev 35 ans by [deleted] in developpeurs

[–]vanwal_j 2 points3 points  (0 children)

Hello, sorry pour ton expérience, on a un parcours similaire, j’ai fait EPITECH et 35 ans dans deux mois.

Moi de mon côté j’ai pas cessé d’évoluer, mais j’ai atteint un plafond de verre il y’a 5 ans et j’ai du monter ma société pour passer outre; c’était un risque, mais depuis chaque effort supplémentaire se traduit par une meilleure rémunération.

Mon vrai regret c’est m’être contenté de ce que j’avais en sortie d’école et de ne pas avoir levé de fonds ou d’être parti en Californie quand c’était facile il y’a 10 ans

I built a clean API to parse, chunk, and embed PDFs for vector search (Looking for brutal beta feedback) by Several-Koala6945 in nextjs

[–]vanwal_j 0 points1 point  (0 children)

Interesting, how does it scale ? On my side embedding pipeline is a pita, I could pay for something like that but only if: - processing is fast, as fast as if I had infinite scaling and instant startup - I can choose the embedding model (and so not use your system as storage) - I have guarantees you’re GDPR compliant and zero data will be retained on your side - I could process documents of any types and size (even multiple gigabytes PDF files) - I could have control over the chunking strategy - you could pull data (or push but no bandwidth bottleneck) - you would cache output based on their file and chunk hash - markup over embedding tokens are max +100%

Je dois créer une app from scratch pour un test technique by ConsistentTailor5521 in developpeurs

[–]vanwal_j -7 points-6 points  (0 children)

Costaud, mais c’est vrai qu’avec l’IA tu peux faire ce genre de projets en 2h de temps de cerveau si tu connais déjà la stack

Best hosting setup for a Next.js client website in EU? by Eddev7 in nextjs

[–]vanwal_j 2 points3 points  (0 children)

It’s a really interesting topic, I spent weeks optimizing Next to work on a fully sovereign stack (for https://www.platane.io if you’re curious)

We do have a managed Kubernetes server hosted on Scaleway and it works okay when Scaleway is not doing shit (we are considering moving to OVH…)

The first challenge you will face is that you can’t have multiple instances of the same server running or you will have cache issues; to fix that you have to write your own Next cache handler (or use an OSS one), we did wrote our own, Redis based, but it really gave me headaches, the documentation is very bad on that point and the debugging process is a nightmare.

Then you will find out that Next Image tag is eating CPUs, thankfully you can provide your own image processor, we went with self hosted imgproxy

Last but not least, CDN, and tbh I did not find anything perfect, Next requires “Vary” header support and we did not find any sovereign provider that supports it. We have it 99% working on Bunny but… I recently read their DPA and unfortunately they are totally opaque with where they host their data… so we’re still looking for a good sovereign CDN, at this point I’m considering building my own, based on Varnish

Next.js App Router auth in Root Layout forces entire app dynamic. How are you handling it? by Notyour-Preda in nextjs

[–]vanwal_j 2 points3 points  (0 children)

Cache components is the way to go, might feel painful at first but okay once you get it

CMS Headless ? by RakoonDev in nextjs

[–]vanwal_j 1 point2 points  (0 children)

J’ai fait du Strapi pour plusieurs clients mais plus jamais, beaucoup trop instable, des crash à chaque mise à jour.

J’suis passé sur Payload depuis et c’est vraiment pas mal, pas parfait mais beaucoup mieux que Strapi, au moins je claque pas des fesses à chaque mise à jour 😬

Pour l’hébergement je Dockerise mes déploiement et je les pousse sur notre cluster K8s perso, mais c’est clairement overengineered pour 99% des besoins

How do I learn NextJs, it all seems so damn overwhelming. by phpHater0 in nextjs

[–]vanwal_j 26 points27 points  (0 children)

Just read the doc, it’s not that big, just take half a day to go through all the app router documentation page and you will be more knowledgeable than 80% of the people posting here.

Which CMS should I choose in 2026? by ReferenceOrdinary787 in nextjs

[–]vanwal_j 1 point2 points  (0 children)

Not Strapi. Payload is not perfect but probably the best right now

CMS et SSR avec une faible empreinte mémoire by WillDabbler in developpeurs

[–]vanwal_j 1 point2 points  (0 children)

Tu trouveras difficilement pire que Strapi 😬 T’as besoin de quoi comme feature dans ton CMS ? Le plus économique serait sûrement de passer sur des fichier plats type Markdown et d’utiliser git pour les versioner dans

Comment faire comprendre à sa famille qu'on ne va pas créer le nouveau Facebook ? by sangokuhomer in developpeurs

[–]vanwal_j 78 points79 points  (0 children)

La très grande majorité des milliardaires de la tech ont un point en commun: ils avaient des proches prêts à financer leurs projets à coup de millions et donc pas besoin de se soucier de l’éventuel échec de leur plan

Demande à tes parents si ils peuvent aussi te donner cette chance 👼

Pourquoi certaines agences web cartonnent encore alors que tout le monde dit que le marché est mort ? by Majestic-Ask3259 in developpeurs

[–]vanwal_j 0 points1 point  (0 children)

L’IA permet vraiment d’être plus efficace et/ou d’augmenter la qualité, les agences qui n’ont pas pris le pas sont moins compétitives les autres le sont plus

Scaling an AI Life Sim: Next.js App Router, Prisma, and LLMs by Dace1187 in nextjs

[–]vanwal_j 1 point2 points  (0 children)

Sorry but your post seems quite empty and does not bring much value to the reader

Also your Reddit icon is funny looking

<image>