Advertisement ยท 728 ร— 90

Posts by Zeeshan Ahmad

Preview
Request Chaining (Scripting) | Yaak Docs How to chain together multiple requests

The worst part of testing APIs:

log in โ†’ copy token โ†’ update env โ†’ repeat when it expires

If you are using @yaak.app, request chaining removes all of this.

Your requests just use the token from the login response.

yaak.app/docs/templat...

6 days ago 0 0 0 0
Post image Post image

I used to write vague commit messages all the time ๐Ÿ˜…

Now I just use @webstorm.jetbrains.com commit helper. Press โŒ˜+K, then click one of the AI icons and it generates a clear message based on your changes.

Such a small thing, but it makes a big difference.

1 week ago 0 0 0 0
Post image

Then inside InstantSpaceSwitcher:

Set the same shortcuts for
* Switch to space on the left
* Switch to space on the right

Basically you are replacing macOS shortcuts with this.
After that, switching is instant.

1 week ago 0 0 0 0
Post image

Setup is simple:

System Settings โ†’ Keyboard โ†’ Keyboard Shortcuts โ†’ Mission Control

Disable:
* "Move left a space"
* "Move right a space"

Then bind those keys to InstantSpaceSwitcher instead.
that is what removes the animation.

1 week ago 0 0 1 0
GitHub - jurplel/InstantSpaceSwitcher: Native space switching on macOS with no animation Native space switching on macOS with no animation. Contribute to jurplel/InstantSpaceSwitcher development by creating an account on GitHub.

macOS space switching still makes you wait for animation every single time.

InstantSpaceSwitcher fixes it.

github.com/jurplel/Inst...

1 week ago 0 0 1 0
Preview
Pencil โ€“ Design on canvas. Land in code. Pencil fundamentally increases your engineering speed by bringing designing directly into your preferred IDE.

If you are still designing manually, you need to see this.

Pencil runs parallel design agents locally with Claude Code, Codex, or any of your favourite agents ๐Ÿ”ฅ

2 months ago 0 0 0 0
Post image

Just tried Figma MCP on a paid plan and hit rate limits while just figuring out how it works.

2 months ago 1 0 0 0
Preview
GitHub - ziishaned/claude-notify-hook: Display Claude Code notifications on macOS with repo names, notification types, and click-to-focus iTerm2 sessions Display Claude Code notifications on macOS with repo names, notification types, and click-to-focus iTerm2 sessions - ziishaned/claude-notify-hook

Claude Code has been cooking for 10 minutes and you have no idea whether it is finished or crashed.

I built this so I would not have to alt-tab every 30 seconds.

2 months ago 2 0 0 0
Advertisement
Nullish coalescing assignment

Nullish coalescing assignment

TIL: ??= only assigns if null/undefined

Unlike ||= which overwrites your 0, false, and ""

2 months ago 0 0 0 0
Preview
GitHub - nikitabobko/AeroSpace: AeroSpace is an i3-like tiling window manager for macOS AeroSpace is an i3-like tiling window manager for macOS - nikitabobko/AeroSpace

Just discovered AeroSpace and I am never going back

* alt+number to instantly switch workspaces
* Actual tiling that does not suck on mac
* Makes the default spaces look like a joke

If you are a DEV still manually arranging windows, what are you even doing.

2 months ago 0 0 0 0
Post image

In TypeScript just append string & {} to your union and autocomplete works again. ๐ŸŽฏ

2 months ago 5 2 0 0
Video

If you use a two line zsh prompt, enable Shell Integration NOW in iTerm2.

Without it: โŒ˜+K breaks your prompt
With it: โŒ˜+K actually works like it should

Why is this not enabled by default??

To enable: iTerm2 โ†’ Install Shell Integration (takes 5 seconds)

2 months ago 1 0 0 0