Viewing profile — antoaravinth
antoaravinth
HN member- Joined
- Sat, Jul 14, 2012, 9:39 AM UTC
- HN karma
- 354
- Public activity
- 261 items
- HN profile
- View on Hacker News ↗
About antoaravinth
No profile information was provided.
Recent public activity
-
comment
Comment #29791290
This is exactly, what I wanted the frontend developers to do. Junior developers introduce new library/framework just because it looks "cool to work with", later it becomes a proble…
-
comment
Comment #22793886
Thanks for the reply. Also, when I run in an microservice architecture, how does hasura handles say for example websocket across the services? Do we need to depend on any other lib…
-
comment
Comment #22793691
Does hasura supports database replication? When I looked last time, it wasn't. Also I feel these tools are not enterprise ready, IMHO.
-
comment
Comment #21544560
This is great. I did the same for Express.js last year. If anyone interested in it, here is the link: https://github.com/antsmartian/lets-build-express
-
comment
Comment #19890299
This is so true that I can relate this myself and my co-workers. We work on javascript side most of the time and daily there will be set of developers talking about new bundlers, r…
-
comment
Comment #18234831
Not working here in India as well.
-
comment
Comment #17651077
Does anyone used Chakara core? How does it compares itself with V8?
- story
-
comment
Comment #17460726
Well if you are looking for a huge dataset, I would suggest stack overflow. https://archive.org/details/stackexchange I remember I wrote a node script to download all question and …
-
comment
Comment #17332765
Slightly off topic but I see Go is better fit too. When i started learning go I read the source of Buntdb https://github.com/tidwall/buntdb It was very well written and easy to pic…
-
comment
Comment #17332752
I don't quite get this, you are saying Erlang is fault tolerant? I'm confused here because fault tolerance is something that the application using a particular language needs to ma…
-
comment
Comment #17290284
That's excellent point. When I digged into express source I understood several things like how it extends the response object via prototype to add methods like send etc. Also you w…
- story
-
comment
Comment #17218269
On a side note, if someone asks me to prototype anything on Java world, will pick Grails. Getting a webpage up and running in Grails is so easy.
-
comment
Comment #17150199
Same issue on mobile Chrome.
-
comment
Comment #17107820
Cool. I was seeing source of inner js, which in deed uses proxies to create structural sharing. https://github.com/mweststrate/immer
-
comment
Comment #17057814
I love this idea. I always, take a famous open source project and try to re-create or go through the source of it. Its very tough, but when you do so the learning is very immense. …
-
comment
Comment #17044572
With react context in place now starting from 16.3, I guess we can start using them for app level storage rather going to tools like redux.
-
comment
Comment #16726873
It looks very similar to Either functor (left which always return nothing). Looks cool though.
- story
-
comment
Comment #16679085
Yup saw that few days ago. But I wanted to build this for a long time.
- story
-
comment
Comment #16541980
I always wanted to ask this. I'm a full stack developer with good knowledge on Java and JavaScript. I'm currently reading Golang especially for its concurrency idioms. It is good a…
- story
-
comment
Comment #16518637
Well not sure, if this helps. But I wrote a simple tutorial on locks and RWMutex. The project builds a simple in memory database, may be helpful to you: https://github.com/antoarav…