Luke Diebold (@lukediebold) 's Twitter Profile
Luke Diebold

@lukediebold

Web Developer. I create quasar videos!!!

ID: 24272946

linkhttps://quasarcast.com calendar_today13-03-2009 22:45:22

1,1K Tweet

1,1K Followers

167 Following

Broooooklyn (@brooooook_lyn) 's Twitter Profile Photo

I believe that for an LLM to achieve Senior developer level performance in a specific programming domain, experts from that programming domain must be involved in the model training process. Taking frontend development as an example, I haven't heard of any model training that

Luke Diebold (@lukediebold) 's Twitter Profile Photo

I've worked on projects as a frontend only Dev where I have no control over the backend. Will probably never do that again. Doesn't feel worth the lag time of waiting for fields/calculations/views etc.

Luke Diebold (@lukediebold) 's Twitter Profile Photo

This is a HUGE deal. Vue Devs, for those that don't know, vapor mode is a new way to compile your Vue code without the virtual dom. It's ridiculously fast, SFC syntax is the same, and smaller files size. I'M SO EXCITED!!! 💚💚💚

Luke Diebold (@lukediebold) 's Twitter Profile Photo

Part 1: weird Vue thing I'm affraid to share 🥴 When most pages are built around an entity, I have a "useEntityPage()" that's often used by a "useXPage()" composable. Basically a way to keep things dry, without sacraficing flexibility.

Part 1: weird <a href="/vuejs/">Vue</a> thing I'm affraid to share 🥴

When most pages are built around an entity, I have a "useEntityPage()" that's often used by a "useXPage()" composable.

Basically a way to keep things dry, without sacraficing flexibility.
Luke Diebold (@lukediebold) 's Twitter Profile Photo

Part 2: weird Vue thing I'm affraid to share 🥴 I abstract THE CRAP out of api requests. I don't want to write "fetch" EVER in day to day life. This is a project I've been affraid to share, for fear people will think I've taken it too far. vuemodel.github.io/core/getting-s…

Luke Diebold (@lukediebold) 's Twitter Profile Photo

Part 3: weird Vue thing I'm affraid to share 🥴 I load TONNES of data when my app is first launched. I'm obsessed with a snappy UI, and would rather load 1000 records on page load than make the user wait. This is done with a `useCachedData` composable.

Part 3: weird <a href="/vuejs/">Vue</a> thing I'm affraid to share 🥴

I load TONNES of data when my app is first launched. I'm obsessed with a snappy UI, and would rather load 1000 records on page load than make the user wait.

This is done with a `useCachedData` composable.
Luke Diebold (@lukediebold) 's Twitter Profile Photo

Part 4: weird Vue thing I'm affraid to share 🥴 I've started passing composables as props to components and LOVE IT 😱😱😱 This however, is done in such a way that all other props can still be used, effectively overwriting how the composable is used by default.

Part 4: weird <a href="/vuejs/">Vue</a> thing I'm affraid to share 🥴

I've started passing composables as props to components and LOVE IT 😱😱😱

This however, is done in such a way that all other props can still be used, effectively overwriting how the composable is used by default.
Luke Diebold (@lukediebold) 's Twitter Profile Photo

Part 5: weird Vue thing I'm affraid to share 🥴 Notice the errors in that previous post? I break my errors up into "standardErrors" and "validationErrors". The "updater" composable splits them for me, and makes it easy to use in forms. Yea, weird. But I like it!

Part 5: weird <a href="/vuejs/">Vue</a> thing I'm affraid to share 🥴

Notice the errors in that previous post? I break my errors up into "standardErrors" and "validationErrors".

The "updater" composable splits them for me, and makes it easy to use in forms.

Yea, weird. But I like it!
Luke Diebold (@lukediebold) 's Twitter Profile Photo

Starting to feel optimistic Zed could soon replace VsCode for me 🤯 It's stupid fast, plays nice with Vue, and might just have all the theming/settings I need!