Dzhavat Ushev 's Avatar

Dzhavat Ushev

@dzhavat.bsky.social

Developer working with Angular Blog at https://dzhavat.github.io/

342 Followers  |  143 Following  |  110 Posts  |  Joined: 02.11.2024  |  1.6761

Latest posts by dzhavat.bsky.social on Bluesky

A thumbnail with a dark background and the VS Code logo that reads "What's new in Visual Studio Code July Update 1.103, Use GPT-5 in chat, chat checkpoints to restore previous states, a revamped tool picker interface, support for more than 128 tools per agent request, automatic startup for MCP servers, enhanced terminal command approvals, Git worktree support for checking out multiple branches, fast code search for Azure DevOps repositories, a customizable language model selector, and a dedicated view for managing coding agent chat sessions".

A thumbnail with a dark background and the VS Code logo that reads "What's new in Visual Studio Code July Update 1.103, Use GPT-5 in chat, chat checkpoints to restore previous states, a revamped tool picker interface, support for more than 128 tools per agent request, automatic startup for MCP servers, enhanced terminal command approvals, Git worktree support for checking out multiple branches, fast code search for Azure DevOps repositories, a customizable language model selector, and a dedicated view for managing coding agent chat sessions".

v1.103 of VS Code is here! Check out what's new:

πŸš€ GPT-5 rolling out to VS Code today
πŸ› οΈ Enable more than 128 MCP tools with virtual tools
βœ… Chat checkpoints
🌳 Git worktree support

…and much more: aka.ms/VSCodeRelease

Here are some of the highlights 🧡

07.08.2025 17:16 β€” πŸ‘ 24    πŸ” 9    πŸ’¬ 1    πŸ“Œ 2

Beautiful Norway 🏞️
... though a bit sad about the little hut in the last pic ... half under water.

07.08.2025 10:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Shipped a new feature in an app I'm working on that configures MSAL to redirect back to initial URL after login. Not as easy as it sounds.

05.08.2025 14:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Currently hacking MSAL in an Angular app. Can't get any better. How's your Friday evening going...

01.08.2025 16:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If someone leaves their PC unlocked in our team, someone sends a Teams message (from their account) "I'm giving cake on Monday".

We know we're getting 🍰 that day πŸ˜ƒ

31.07.2025 07:18 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The @angular.dev Animations package is now officially deprecated.

29.07.2025 14:46 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Tech Promised Everything. Did it deliver? | Scott Hanselman | TEDxPortland
YouTube video by TEDx Talks Tech Promised Everything. Did it deliver? | Scott Hanselman | TEDxPortland

I just wanted to say, I’m probably more proud of this Ted talk than just about anything I’ve ever done so I’m gonna be absolutely useless for the next couple of weeks as I promote the shit out of this because I want you to watch it because it matters in the moment we are in youtu.be/dVG8W-0p6vg

17.07.2025 20:37 β€” πŸ‘ 982    πŸ” 271    πŸ’¬ 83    πŸ“Œ 91
Post image

The latest @firefox.com comes with some really useful utils like math calculations and unit conversions, including time-zones, directly in the address bar!
So we can do things like "2 + 2" or "now to EST" and the answer comes up immediately. Pretty nice!

support.mozilla.org/en-US/kb/sol...

24.07.2025 21:12 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Played chess with my 7 yo son. He checkmated me πŸ˜β™ŸοΈ with aaaaalmost not help from my side.

17.07.2025 13:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Went to Legoland today. Always exciting and inspiring. Also had a lot of fun with the kids.

16.07.2025 18:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Went on a beautiful morning run today πŸƒ The weather was perfect.
#devsWhoRun

12.07.2025 07:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

You're right. `injectContentFiles` helped me get rid of the hard-coded map. Looks better. Now I can focus on styling the posts. CSS next πŸŽ‰

07.07.2025 21:29 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Writing Code Was Never The Bottleneck LLMs make it easier to write code, but understanding, reviewing, and maintaining it still takes time, trust, and good judgment.

This reflects exactly conversations I've had with colleagues lately:

ordep.dev/posts/writin...

07.07.2025 16:30 β€” πŸ‘ 3    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0

Thanks for the suggestion. Will look into it a bit later :)

07.07.2025 13:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Thanks. Looked into in ... and it didn't fully fit into my use-case :)
That is because I have two content subdirectories but only one route to load a post to. So I "hacked" my way to it. This seems to be working, though a bit sub-optimal.

07.07.2025 13:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Forgot the screenshot, of course πŸ€¦β€β™‚οΈ

07.07.2025 08:42 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think I settled with "published" metatag (1, 2) but now I have problems loading a single post. The .md files are in two folders - "posts" and "thoughts". The file that loads a single post (3) can't figure that out (4). Any tips for solving that? πŸ™

07.07.2025 08:41 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

Does the filename (the .md file that is) even matter? It looks like it's overwritten by the slug. So it's mostly for me to distinguish the file.
The reason I want "year/month/day/slug.html" is because my blog currently uses that url for posts. So I'm kind of locked in that one. Bad past decision :|

07.07.2025 08:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Hey @brandonroberts.dev is there a smarter way to make this kind of post url in Analog?

I'm thinking about using the filename to build the url and not metadata?

06.07.2025 16:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

One day I'd really like to migrate my blog, which is currently using GitHub Pages with Jekyll, to something more "lightweight" so I don't have to install Ruby and whatnot in order to run it locally. Looking mainly at @analogjs.org as I've wanted to try it for some time. Will see :)

05.07.2025 21:33 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

I was hoping that publishing the extension was somewhat automated since the Chrome version is out quite fast. Maybe it's more manual for FF.
Thanks for the suggestion. Will open an issue :)

02.07.2025 14:22 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@angular.dev

02.07.2025 09:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hey @angular are you going to publish the latest DevTools version to Firefox? It's still on v1.0.33 there. The latest in Chrome is v1.0.37 :)

02.07.2025 08:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Nice result Santosh! Hope you enjoyed the run. I'm sure you'll get to under 2h in no time! πŸƒβ€β™‚οΈ

29.06.2025 11:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Big news for Angular devs πŸŽ‰ Host bindings now support type checking. We've also updated the Language Service with a new integration. Catch errors early and write safer, more robust code.

Set the typeCheckHostBindings to enable this feature πŸ”₯

20.06.2025 16:00 β€” πŸ‘ 17    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0

Android 16 is out. I've got a Pixel 6a phone.
Upgrading. Brb.
That's why I love Pixels.

10.06.2025 19:53 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Great impression!
Also, we do that in our pipeline 😝

04.06.2025 14:40 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Storybook 9 is here!

▢️ Interaction tests
β™ΏΒ Accessibility tests
πŸ‘οΈΒ Visual tests
πŸ›‘οΈΒ Coverage reports
πŸš₯Β Test widget
πŸͺΆΒ 48% Leaner
✍️ Story generation
🏷️ Tag-based organization
🌐 Story globals
πŸ—οΈΒ Major updates for Svelte, Next.js, React Native, and more!

Let’s dive in!

03.06.2025 17:05 β€” πŸ‘ 173    πŸ” 47    πŸ’¬ 3    πŸ“Œ 14

Oh. Got an email from Berlin half-marathon organizers that I didn't win a place for the next year's half. Guess I'll need to wait for '27.

03.06.2025 07:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That'd be great. There are some nice features in this version. As always :)

30.05.2025 15:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@dzhavat is following 20 prominent accounts