Tom Freudenberg

454 posts

Tom Freudenberg banner
Tom Freudenberg

Tom Freudenberg

@TomFreudenberg

Father, Technophile and Founder

HAM | DUS | NRW | DE | EU | WW Katılım Haziran 2009
218 Takip Edilen70 Takipçiler
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
@kiwicopple Sorry Paul, maybe my question is a dump one. I use a jsonb field today from postgres to do exactly this. But instead of an automatic merge I work on it more like an eventing field, so I am interested in the diffs of two commits rather than a merge. I this just another use case?
English
1
0
0
282
Paul Copplestone - e/postgres
we've released a CRDT extension for Postgres (experimental and open source) why? A CRDT is a special data type used for collaboration - think of a Google Doc. The changes are merged even as people are typing simultaneously these CRDTs are then serialized on a server and then stored in a database. with a Postgres extension, we give the database a more "native" experience - they can be merged on the database, indexed, and searched. In the future you should be able to do something like this: create table blog_posts ( id uuid primary key, title text, body crdt default '{}' ); then you can post the changes to the database and it will merge automatically (rather than overwriting eachother's changes) you can use websockets (like our Realtime server) for very rapid changes between users, batching the changes to your database
Paul Copplestone - e/postgres tweet media
English
42
94
1.1K
84K
CodeHagen
CodeHagen@CodeHagen·
Have been doing venture capital on the side ✨ Codebase - I invest in people we admire, building things we all want to see in the world Usally i take an active role with every company: ◆ join the board ◆ help with strategy and product ◆ work on growth together 8 companies, mostly pre-seed. 1 exit so far 🔥 Website inspo from veryseriousventures
CodeHagen tweet media
English
3
0
10
1.2K
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
@jherr mostly I was triggered from that picture on a last YT video
Tom Freudenberg tweet media
English
0
0
1
4
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
@jherr wonder where I can found some content from you why you prefer page router for nextjs and @tan_stack than the nextjs app router. I knew there where tons of bugs in v13+v14 but v15 seemed very stable to me and in v16 also cache is not magic anymore. Thanks for some feedback
English
1
0
1
10
Ali Bey
Ali Bey@alibey_10·
Formcn is out! As promised, you can now build forms easily with best practices using modern tools: React 19, shadcn, TypeScript, Tailwind CSS 4, next-safe-action, and Zod 4. Link 👇
Ali Bey tweet media
English
25
39
758
84.9K
Nicholas Charriere
Nicholas Charriere@nichochar·
After 2 years of building, Mocha 1.0 is here. Not another mockup builder. Not another Supabase wrapper. This is what happens when you rethink app creation from first principles for people who don't code. 🧵 1//
English
139
94
2K
638.7K
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
@SimonDepelchin @letstri @arktypeio Hey @SimonDepelchin - wondering where you got the benefit. I am an absolute fan of @valibot and do not miss something. You can compose the schema in the same manner as shown plus an enourmos number of validation methods. Looking forward to your feedback why to leave valibot.
English
0
0
1
29
Valerii Strilets 🇺🇦
I've started switching from Zod to @arktypeio and it's just incredible. Not the simplest scheme, but how neat it looks now.
English
11
10
251
27K
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
@KevinVanCott I would recommend to use @valibot for the schema and validation. so the form component can be easily changed for some reason later.
English
0
0
1
17
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
The last days I covered some network design using zero trust solution #nebula from @DefinedNet - Wow! Thanks to you folks for open sourcing that - to all other - if not have tested or used yet - give that a real check. 👨‍💻🧙‍♂️👍
English
0
0
1
31
Daishi Kato
Daishi Kato@dai_shi·
@TomFreudenberg @nextjs @jotaijs @zustandjs While React-Tracked / use-context-selector will still be maintained, it will not be mainstream with upcoming React capabilities. I recommend Valtio, Jotai, or Zustand for a new project.
English
1
0
2
296
Tom Freudenberg
Tom Freudenberg@TomFreudenberg·
Is there someone out in @nextjs development field can make a feedback if @dai_shi react-tracked is still recommend / good choice on new #nextjs 15 app router app for state management or better to use @jotaijs or @zustandjs. Thanks in advance
English
1
0
1
282