Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hafley66
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hafley66
7mo ago
Hey I really like this idea, I wish you good luck, looking forward to it!
2.
▲
by
hafley66
7mo ago
as someone who loves sql and wants to transition into a DBA specialty from being more frontend, I am very inspired by this
3.
▲
by
hafley66
7mo ago
RxJS vite plugin that operates in much the same way as react devtools and vite plugin, because I love rxjs but I cannot recommend it without that same calibur of tooling. Turns out you can take a lot of ideas from the react vite plugin and
4.
▲
by
hafley66
7mo ago
prefrontal cortex as a service
5.
▲
by
hafley66
1y ago
Sure! Some ideas come to mind: 1. Async and conditional effects without hopping component boundaries with switchMap 2. React.Context ritual vs oneliner `pipe(shareReplay)` - this is easily the most useful thing, in lines of code alone 3.
6.
▲
by
hafley66
1y ago
I got really good at rxjs and saw a way to make a custom jsx transform where every element is an Observable of string. I've been using it to make my site/blog and just got done writing a mini self contained jira board to iron out
7.
▲
by
hafley66
3y ago
I like re-implementing libraries for learning. Take something you know very well and redo it with something you are trying to learn. For example, making both redux and react-query drop in replacements using just rxjs. I learned a great deal