Even paying them money I’m lucky if my posts get 50 views even with promoting the post privately to friends for likes and stuff.
Even paying them money I’m lucky if my posts get 50 views even with promoting the post privately to friends for likes and stuff.
dev.to/nicklucas/ll...
dev.to/nicklucas/ll...
never seen someone take over my keyboard and type so fast
never seen someone take over my keyboard and type so fast
www.destroyallsoftware.com/talks/wat
www.destroyallsoftware.com/talks/wat
react or dev tools should provide a mode to log all the effects which fire named by component/hook, it would massively shorten debugging journeys
react or dev tools should provide a mode to log all the effects which fire named by component/hook, it would massively shorten debugging journeys
They’re not great at everything, but for very specific or repetitive tasks they’re king. I just added a WAF to cloudfront in minutes to restrict IP ranges, that sort of terraforming task used to be a full afternoon of research and fiddling
They’re not great at everything, but for very specific or repetitive tasks they’re king. I just added a WAF to cloudfront in minutes to restrict IP ranges, that sort of terraforming task used to be a full afternoon of research and fiddling
For projects that heavily rely on schema inference like tRPC, fixing this could have a bigger impact than tsgo.
Trigger Warning: O(3^N)
Please try to enjoy each chord equally.
Please try to enjoy each chord equally.
🚀 Read the announcement:
trpc.io/blog/announc...
devblogs.microsoft.com/typescript/t...
React's `renderToString` method plus custom elements type declarations and you have a familiar templating engine in 10 minutes 😙🤌
React's `renderToString` method plus custom elements type declarations and you have a familiar templating engine in 10 minutes 😙🤌
```
git config --global alias.sm '!f() { git switch $(git remote show $(git remote | head -n 1) | sed -n "/HEAD branch/s/.*: //p") && git pull; }; f'
```
```
git config --global alias.sm '!f() { git switch $(git remote show $(git remote | head -n 1) | sed -n "/HEAD branch/s/.*: //p") && git pull; }; f'
```
Keep the feedback coming!
Keep the feedback coming!
Let us know what you think!
trpc.io/blog/introdu...
Let us know what you think!
trpc.io/blog/introdu...
Let us know what you think!
trpc.io/blog/introdu...
Let us know what you think!
trpc.io/blog/introdu...
We can offer beer-money in return 🍻🤑
Execute your typescript types as if they were runtime code!
github.com/betafcc/dtsr
Execute your typescript types as if they were runtime code!
github.com/betafcc/dtsr
I ended up using an EventEmitter, event callbacks, and node’s on() method to merge multiple websocket feeds, but it is grim
I ended up using an EventEmitter, event callbacks, and node’s on() method to merge multiple websocket feeds, but it is grim
Why do I miss it so much?
- remove `unused` state
- stop passing `unused2` value
- remove <Noop /> that renders nothing
the bug goes away 🥴
Why do I miss it so much?