bzBetty's Avatar

bzBetty

@bzbetty.bsky.social

28 Followers  |  129 Following  |  20 Posts  |  Joined: 13.11.2024  |  1.7699

Latest posts by bzbetty.bsky.social on Bluesky

Have a few projects under the belt now, clearly better at frontend than backend. But you can do both.

How painful it is seems to be closely aligned with how opinionated you are on the output - both in terms of code quality and what the features are.

Definitely sick of features disappearing

19.04.2025 01:35 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I think we are already starting to see the impact, libraries/services are optimising for being used by AI. Seeing a lot more AI generated app builders developing on top of existing Dev tools, optimising for everything as code.

19.04.2025 01:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The ... Button feels off to me, not as obviously as the more one, but it leaves me uneasy for some reason

24.03.2025 06:38 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Spent half the day 'vibe' coding on a new pet project. Worked surprisingly well. Oddly I probably wouldn't have tried it if I didn't hate the name so much

18.03.2025 04:35 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Also wondering what AI is going to do to the value of startups - do they still need as much capital if they are pumping code out quicker? Is their MVP going to end up larger? Or will they just pivot like crazy looking for ideas that might stick. Seems like it'd be much easier to copy an idea now.

14.03.2025 20:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It's interesting watching all these Dev libraries/frameworks all iterate so quickly and wonder what the impact of ai will be on them. I suspect we will see a bit of a slowdown as AI won't have the same pain points Devs do (eg there will be less drive for devtools to improve in those areas)

14.03.2025 20:19 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

So what do you do when you get a huge pile of applicants? I wish I could interview each person, but realistically I don't feel that's possible.

14.03.2025 06:40 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
A 10x Faster TypeScript - TypeScript Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.

Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!

devblogs.microsoft.com/typescript/t...

11.03.2025 14:36 โ€” ๐Ÿ‘ 975    ๐Ÿ” 293    ๐Ÿ’ฌ 22    ๐Ÿ“Œ 156
Preview
Azure/setup-azd - Error: Unexpected HTTP response: 404 ยท Issue #4776 ยท Azure/azure-dev Hi, I've just noticed that the GitHub Action for installing AZD on GitHub Actions appears to be 404ing. The repo suggested reporting here, so that's what I'm doing. The error I'm seeing in the logs...

If you're a user of the Azure Developer CLI / AZD and you use it in GitHub Actions, you may currently be experiencing issues:

github.com/Azure/azure-...

08.02.2025 08:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I remember one of my favourite talks was a deep dive into how linq worked and the mind blowing moment when he decompiled the methods being 'called' only to see that they all just threw exceptions. Expression trees were wild.

07.02.2025 22:09 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Actually looks like kubb.dev might too

06.02.2025 08:31 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
feat!: Use query option pattern and support useSuspense by rajzik ยท Pull Request #263 ยท fabien0102/openapi-codegen Migrate to query option pattern. This is a breaking change: the {namespace}Context needs to be updated! react-query@5 is required (useSuspense support) Ref https://tkdodo.eu/blog/the-query-option...

Holy crap one just did github.com/fabien0102/o...

04.02.2025 09:51 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

If anything it just shows vs code is still the best editor, they just need to embrace the ai addin domain so these forks revert to being plugins. Copilot will still get plenty of market based on it being part of GitHub.

Having all developer AI products in vscode instead of forks has to be valuable

26.01.2025 05:17 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Agree! ended up writing a custom adapter to do just that for graphql-code-generator.com bit of a hack but I miss it dearly whenever using rest based APIs

24.01.2025 23:14 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I gave up on the idea before I got to state persistence, but feel like that was going to be a challenge too.

18.12.2024 18:30 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The part that did my head in was trying to integrate back with tools I already use. React query being the big one. Going from hook based queries to promise felt like a step down.

18.12.2024 18:29 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Can recommend Alttp randomizer is a lot of fun.

15.12.2024 01:05 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Wish browsers would add in an API for html to pdf

10.12.2024 18:36 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

How's it compared to stagehand

04.12.2024 07:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

In open source they just close issues if you don't bump them every 2 weeks.

30.11.2024 18:48 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Write a blog so you can be flooded with worse ideas in the comments

29.11.2024 23:09 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Mix of both? How's tanstack compared?

28.11.2024 18:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@bzbetty is following 19 prominent accounts