Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aarohmankad
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aarohmankad
4y ago
Not sure when you were testing, but we do call out some instability on the Fidelity Institution Status page in the Developer Dashboard. > To maintain system stability, Fidelity currently limits access during high-volume windows. As a res
2.
▲
by
aarohmankad
5y ago
I think there might have been a misunderstanding on your point. From what I read, Riju was wholly created after the intern left Repl.it
3.
▲
by
aarohmankad
6y ago
This is a very biased interpretation. Your salary may not be adjusted if you work in a similar CoL area. Only if you move from HCoL to LCoL (and vice-versa!) Too many people assume remote work always means working somewhere far away from a
4.
▲
by
aarohmankad
7y ago
It's cool that you're working on this! But piece of advice: It would be really nice to see the platform (a screenshot or video) before having to sign up.
5.
▲
by
aarohmankad
7y ago
Saw this awesome project on Lobsters. I went ahead and ported these components to generalized, composable Styled Components. There's also an npm package at `every-layout`. https://github.com/aarohmankad/every-layou
6.
▲
Relearn CSS layout
(every-layout.dev)
985 points
by
aarohmankad
7y ago
|
182 comments
7.
▲
by
aarohmankad
7y ago
Has that sweet spot been quantified as a multiplier of resting metabolic rate? Would love to experiment around with that number. The article seems to say that the 60-min cardio group had been closer to that sweet spot, but it's not ver
8.
▲
by
aarohmankad
7y ago
For the people that want to read the report but not offer their information to Spotify: https://mega.nz/#!XZ5gXQaY!v9o4KM48y2e0k7ama2O82ZLefvezK2F8Z...
9.
▲
Culture Next: The Trends Defining Gen Zs and Millenials
(spotifyforbrands.com)
1 points
by
aarohmankad
7y ago
|
1 comments
10.
▲
How AI Will Rewire Us
(theatlantic.com)
2 points
by
aarohmankad
7y ago
|
0 comments
11.
▲
Expanding Facebook's Home in Menlo Park
(newsroom.fb.com)
1 points
by
aarohmankad
8y ago
|
1 comments
12.
▲
by
aarohmankad
8y ago
That's definitely something I've experienced as well! I've learned to take the time to absorb what people are saying/meaning with a greater degree of detail. (That's at least how I believe I'm behaving, though
13.
▲
by
aarohmankad
8y ago
I'm incredibly interested in how the brain experiences time during events of stress or high action. (The skier tripping/falling is used as a visual example in this article.) On a much smaller scale, I wonder how time experience is
14.
▲
Node.js: v10.0.0
9 points
by
aarohmankad
8y ago
|
2 comments
15.
▲
Cleaning Up Your Code
(medium.com)
3 points
by
aarohmankad
9y ago
|
0 comments
16.
▲
Inside the Race to Hack the Human Brain
(wired.com)
2 points
by
aarohmankad
9y ago
|
0 comments
17.
▲
by
aarohmankad
9y ago
Not a job board, but I've found a great place to find work is at a conference/event for something you're passionate about. This could be a technology, language, stack, anything that's cool to you!
18.
▲
by
aarohmankad
9y ago
I believe there's a relatively simple ssrMode flag in Apollo Client 2.0 that may help your use case here?
19.
▲
by
aarohmankad
9y ago
To hit on one of your issues, Apollo Client 2.0 now has decoupled cache management, meaning you can tune the cache to your specific use case.
20.
▲
by
aarohmankad
9y ago
Love the article, really hit home for me. I attend UCR, which while being a UC, doesn't get nearly enough attention for its engineering program. If your company would like to put the practices of this article into use, I would be happy
21.
▲
Scaling Costs with DynamoDB
(blog.polymail.io)
2 points
by
aarohmankad
9y ago
|
0 comments
22.
▲
by
aarohmankad
9y ago
2.5 months for an internship. Made $15/hr in Los Angeles (lived in Culver City)
23.
▲
by
aarohmankad
9y ago
This may be only for college students, but my undergraduate research only takes me 10 hours per week.
24.
▲
BundlePhobia: Find Cost of NPM Modules
(bundlephobia.com)
4 points
by
aarohmankad
9y ago
|
0 comments
25.
▲
by
aarohmankad
9y ago
Seems like a helpful tool! Curious to hear what other's opinions are on the learning curve of a project like this. To me, it seemed a lot to understand (with file structure, architecture, etc.) over something more minimalistic like Nex
26.
▲
Using Git Wrong
(dpc.pw)
49 points
by
aarohmankad
9y ago
|
62 comments
27.
▲
by
aarohmankad
9y ago
I used the server tutorials in howtographql.com, they were very informative. Scroll down to the hands on tutorials, the ones on the right are server-side tutorials. I still recommend you read through the beginner material as well! https:&#
28.
▲
by
aarohmankad
9y ago
This is really cool! I'd love to the idea to seek through the content. (Maybe through the parens keys?) For me, it would ideally show a sentence (or x chars) both before and after. Or maybe a view similar to less?
29.
▲
by
aarohmankad
9y ago
Also in response to protection against malicious requests, you may find the following link helpful. It goes over several ways to secure your endpoints, along with pros and cons for each. https://www.howtographql.com/advanced
30.
▲
by
aarohmankad
9y ago
I've just started building a server/client seed that I can use in the future for my personal projects. The concerns you have with the front-end are founded. However, you can send a request to a GraphQL endpoint in a very REST-like
More ›