Alessio Gravili's Avatar

Alessio Gravili

@alessio.blue.bsky.social

Working at figma on @payload.dev. If your rich text editor doesn't work, it's probably my fault

304 Followers  |  67 Following  |  61 Posts  |  Joined: 24.04.2023  |  1.9529

Latest posts by alessio.blue on Bluesky

Add the following to your user settings:

"terminal.integrated.suggest.enabled": true, "terminal.integrated.suggest.quickSuggestions": {
"commands": "on",
"arguments": "on",
"unknown": "off"
},

06.03.2025 20:21 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Finally! Command suggestions are now available in the VS Code Terminal!

To enable ๐Ÿงต

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

this image is making me fear for my job

01.03.2025 03:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I hate .reduce(). Traditional for loops are much cleaner and easier to understand, while .reduce() usually makes code harder to skim.

24.02.2025 19:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Blocks Field | Documentation | Payload Payload is a headless CMS and application framework built with TypeScript, Node.js, React and MongoDB

Documentation: payloadcms.com/docs/fields/...

21.02.2025 18:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

As of @payload.dev 3.24.0, you can now use block references to deduplicate blocks, resulting in up to 3ร— faster page loads!

Tested on a project with 600 blocks across 40 block fields (thatโ€™s 24,000 referenced blocks), itโ€™s a massive performance boost for large-scale setups!

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

Huge thanks to @timneutkens.bsky.social and the team for their hard work!

19.02.2025 18:09 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Also do note that this was tested in the Payload Monorepo, not in a project that simply installs Payload. We pre-bundle Payload to make it compile even faster in normal projects.

Our Monorepo is huge and has over 10.000 modules. 6.3s COLD compile time is amazing!

19.02.2025 18:08 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

We tested this 1-2 months ago and faced numerous issues even getting it to run. Now, most of these issues have been resolved and performance has improved drastically.

This means that we can finally start running our tests against turbo and guarantee stable support.

19.02.2025 18:08 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Turbopack is incredible - just tested out the latest Next.js canary in the @payload.dev monorepo and our compile times + memory usage have improved significantly:

Webpack Postgres: Out-Of-Memory
Turbo Postgres: 5.4s

Webpack Mongo: 19.3s
Turbo Mongo: 6.3s

That's a 3x speed improvement ๐ŸŽ‰

19.02.2025 18:08 โ€” ๐Ÿ‘ 5    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

"Checked Returns for Conditional and Indexed Access Types"

= Dynamic function return types dependent on the arguments, without requiring complex overloads

This is amazing! Solves one of the biggest pain points I had with Typescript

31.01.2025 02:37 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
2024 JavaScript Rising Stars A complete overview of the JavaScript landscape in 2024: trends about frontend, fullstack and Node.js frameworks, React and Vue.js ecosystems, build tools, state management...

=> risingstars.js.org/2024/en

17.01.2025 02:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@payload.dev is the #1 starred full-stack framework in 2024!

#3 in "React Ecosystem"
#10 in "Most Popular Projects Overall"

Let's climb to #1 in 2025

17.01.2025 02:53 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

The best full-stack framework / CMS has made it to bluesky! => @payload.dev

10.01.2025 21:23 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
0 vs null vs undefined.

0 vs null vs undefined.

0 vs. null vs. undefined. Is this accurate?

06.07.2023 00:30 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

oh huh didn't know that. How does it detect some posts and doesn't detect others?

07.05.2023 15:46 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I did and they're set to warn for those posts - but it only works if it's labelled as such

07.05.2023 15:45 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Please god mark it as sexual content. I'm sitting on a public train with people next to me and saw this on "What's Hot"

07.05.2023 15:34 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
cute cat

cute cat

Meet Momo. Every so often, she forgets to roll up her tongue before her daily nap

02.05.2023 22:57 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
BabyAGI

BabyAGI

Fun Web UI for BabyAGI I found. Allows you to play around it without having to install anything (just need to provide an OpenAI key)

=> https://babyagi-ui.vercel.app/

My experience so far: it's actually not that useful

02.05.2023 21:38 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Sadly, I can't. But they're working on a Windows version!

02.05.2023 21:27 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Bluesky on twitter

Bluesky on twitter

What in the world is going on at eBay!

02.05.2023 21:09 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Oh usually yeah, but could always happen that idk, my credit card declines. Or say I make it to be some famous person one day, but I pass away eventually.
Would love to keep my username/account for future generations to remember ๐Ÿ˜

Does it currently just turn back into a random bsky subdomain?

29.04.2023 00:02 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

What happens to my username if I forget to renew the domain?

28.04.2023 23:55 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Try the white red bull! But yeah, that I guess isn't particularly healthy.
Have been trying to switch to Mate Tea which is considerably healthier!

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

My strategy for taking a nap efficiently:

Step 1: drink red bull
Step 2: sleep for 15 minutes
Step 3: now the red bull kicks in and you wake up automatically after just 15 minutes.

No need for an alarm, no feeling tired when you wake up, and no need to be worried about sleeping in!

28.04.2023 23:03 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Having it open-source showcases how and when you shadowban, which is definitely good!
But it's still a shadowban if the affected user is not notified and has no clarity

28.04.2023 21:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I'd still say it's still shadow since it says nowhere on the actual website that your specific account is affected.

Not an issue with the protocol, but with the implementation (this webapp) of it - which is still concerning if the majority ends up using this feed/algorithm

28.04.2023 21:52 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

So you're the one who stole my dream username !!!

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

@alessio.blue is following 20 prominent accounts