Live data from Hacker News

Show HN: Hackjob.io – HN job listings done a bit better

hackjobio.herokuapp.com

1–10 of 50 posts

Re: Show HN: Hackjob.io – HN job listings done a bit better

#3
I have two minor comments:

1) Linking to the original HN hiring post is helpful, and

2) I'm on a poor internet connection now, and this page took about a minute to load. http://hnhiring.com/ and the original July 2015 thread (https://news.ycombinator.com/item?id=9812245) load in ~5 seconds.

Re: Show HN: Hackjob.io – HN job listings done a bit better

#5
This is pretty neat stateless app, however the current implementation leads to performance issues on slower connections.

Have you thought about some optimizations you could make to filtering/searching to minimize the initial load time, while still keeping all the logic client-side?

Re: Show HN: Hackjob.io – HN job listings done a bit better

#7
post #3

I have two minor comments: 1) Linking to the original HN hiring post is helpful, and 2) I'm on a poor internet connection now, and this page took about a minute to load. http://hnhiring.com/ and the original July 2015 thread ( https://news.ycombinator.com/item?id=9812245 ) load in ~5 seconds.

(1) is probably going to make it in at some point! Unfortunately, I need to make an HTTP request for every post (that's how the HN Firebase API works) and that gets pretty expensive on slow connections. :/

Re: Show HN: Hackjob.io – HN job listings done a bit better

#8
post #5

This is pretty neat stateless app, however the current implementation leads to performance issues on slower connections. Have you thought about some optimizations you could make to filtering/searching to minimize the initial load time, while still keeping all the logic client-side?

Thanks! And yeah, I'm probably going to cache the results in localStorage at some point.
Post reply on HN