Benjamin Lee (@benjamin_d_lee) 's Twitter Profile
Benjamin Lee

@benjamin_d_lee

Harvard CS '20, Oxford PhD '24

ID: 4070737219

linkhttp://benjamindlee.com calendar_today30-10-2015 17:04:49

19 Tweet

71 Followers

83 Following

Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

Happy to announce the publication of DNAvisualization.org in Nucleic Acids Research! Take a look over at doi.org/10.1093/nar/gk… and give it a try!

Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

Happy to announce the publication of our new database of viroids and viroid-like agents! Check it out: academic.oup.com/nar/advance-ar…

Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

Check out our preprint on viroid-like circRNAs! It's been a long time in the making and I couldn't be prouder to have it out

Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

Now that RedwoodSDK is in maintenance mode, I'm trying to figure out my new stack. TANSTACK Start/Router, Forms and Query combined with Better Auth gets me most of the way there. Thank you Tanner Linsley for the great work!

Now that <a href="/RedwoodJS/">RedwoodSDK</a> is in maintenance mode, I'm trying to figure out my new stack. <a href="/tan_stack/">TANSTACK</a> Start/Router, Forms and Query combined with <a href="/better_auth/">Better Auth</a> gets me most of the way there. Thank you <a href="/tannerlinsley/">Tanner Linsley</a> for the great work!
Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

One thing I didn't appreciate in advance was how nicely TANSTACK Start server functions with Prisma Postgres would replace GraphQL for me. Still have full-stack type safety but with one less moving part

One thing I didn't appreciate in advance was how nicely <a href="/tan_stack/">TANSTACK</a> Start server functions with <a href="/prisma/">Prisma Postgres</a> would replace GraphQL for me. Still have full-stack type safety but with one less moving part
Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

Quick tip: to made shadcn ui sidebars work with TANSTACK's <Link>, just add a data attribute. A lot cleaner than trying to create a custom link component or piping isActive down to <SidebarMenuButton>

Quick tip: to made <a href="/shadcn/">shadcn</a> ui sidebars work with <a href="/tan_stack/">TANSTACK</a>'s &lt;Link&gt;, just add a data attribute. A lot cleaner than trying to create a custom link component or piping isActive down to &lt;SidebarMenuButton&gt;
Benjamin Lee (@benjamin_d_lee) 's Twitter Profile Photo

Tried to use Drizzle ORM for the first time today... DX has a way to go. Can't make multiple schema files work without adding an index.ts file re-exporting all the tables (nothing in the docs on this), studio's not booting, Better Auth refuses to find the db for a schema