pawk3k.bsky.social
@pawk3k.bsky.social
Sure go for it :)
August 19, 2025 at 2:32 PM
Bought web performance fundamentals recently and it’s great, such a great job 👏 the way it’s written is great because I don’t feel overwhelmed it’s either like a talk with colleague in simple words and on topic
August 19, 2025 at 8:28 AM
Oh wow 😮, that’s sad, sorry to hear that :(
May 13, 2025 at 7:16 PM
How about language service plugins , they also have to be rewritten in go?
March 11, 2025 at 7:13 PM
I’m constantly switching between neovim and vim but what makes me choose neovim every time is actual plug-in system, like github.com/nvim-treesit... is a gamec changer for me. And I hope that syncing will be fixed as owner works on it and states he has some progress
GitHub - nvim-treesitter/nvim-treesitter-textobjects
Contribute to nvim-treesitter/nvim-treesitter-textobjects development by creating an account on GitHub.
github.com
January 24, 2025 at 3:53 PM
Wait until you get into sync layout changes :)
January 24, 2025 at 2:24 PM
But still they give kind of junior engineer to talk with for juniors.
And how they say it in Comarch:
“There is no such problem that could be solved with certain amount of juniors”
January 5, 2025 at 8:24 PM
Here are some I like:
This first one is just from one guy I was working together with and he had 0 profesional experience but 500% dedication to everything he did
tchojnacki.dev

www.erdong-chen.com

www.joshwcomeau.com

bruno-simon.com
Tomasz Chojnacki
Personal website of Tomasz Chojnacki, a software developer based in Wrocław.
tchojnacki.dev
December 29, 2024 at 9:34 AM
Amazing book highly recommended
December 19, 2024 at 8:12 PM
This one was easy :D.
December 19, 2024 at 8:08 AM
By the way, thanks for this one. I've always wanted to try model-based testing. Here is a cool article on that topic: concerningquality.com/model-based-.... Even S3 is validated this way
Property-Based Testing Against a Model of a Web Application | Concerning Quality
concerningquality.com
December 19, 2024 at 7:51 AM
Though I'm not very familiar with model-based testing , it looks a like it :D for me
December 19, 2024 at 6:01 AM
Like it's was easier then yesterday :D
```
const createStreetLight = <const T extends string>(colors: T[], defaultColor: NoInfer<T>) => {
console.log(colors);
return defaultColor;
}
```
December 18, 2024 at 8:38 AM