Live data from Hacker News

Viewing profile — antoaravinth

antoaravinth

HN member
Joined
Sat, Jul 14, 2012, 9:39 AM UTC
HN karma
354
Public activity
261 items

About antoaravinth

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.

  4. 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

  5. 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…

  6. comment
    Comment #18234831

    Not working here in India as well.

  7. comment
    Comment #17651077

    Does anyone used Chakara core? How does it compares itself with V8?

  8. story
  9. 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 …

  10. 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…

  11. 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…

  12. 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…

  13. story
  14. 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.

  15. comment
    Comment #17150199

    Same issue on mobile Chrome.

  16. 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

  17. 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. …

  18. 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.

  19. comment
    Comment #16726873

    It looks very similar to Either functor (left which always return nothing). Looks cool though.

  20. story
  21. comment
    Comment #16679085

    Yup saw that few days ago. But I wanted to build this for a long time.

  22. story
  23. 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…

  24. story
  25. 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…