HN user

antoaravinth

354 karma
Posts101
Comments146
View on HN
github.com 8y ago

Show HN: Tutorial on Building Express from Scratch

antoaravinth
1pts0
github.com 8y ago

Simple Testing Library for React

antoaravinth
2pts0
github.com 8y ago

Show HN: Share Files Over Same Network via QR Code

antoaravinth
1pts2
aeon.co 8y ago

Are ‘you’ just inside your skin or is your smartphone part of you?

antoaravinth
1pts0
medium.com 8y ago

Locks and RWMutex in Go

antoaravinth
1pts0
news.ycombinator.com 8y ago

Ask HN: Big Open source projects to Learn From

antoaravinth
6pts1
www.amazon.com 8y ago

Effective Java 3rd Edition Released

antoaravinth
3pts0
www.youtube.com 8y ago

How Postgres could index itself?

antoaravinth
2pts0
en.wikipedia.org 8y ago

Hh blood group

antoaravinth
1pts0
www.amazon.com 8y ago

Effective Java 3rd Edition Released

antoaravinth
2pts0
github.com 8y ago

Elasticsearch For Beginners: Indexing your Gmail Inbox

antoaravinth
221pts20
news.ycombinator.com 8y ago

Ask HN: Good datasets for studying RDBMS in depth

antoaravinth
3pts2
en.wikipedia.org 8y ago

Inner Platform Effect

antoaravinth
2pts0
news.ycombinator.com 9y ago

Ask HN: Hacker News API Push Notification Example?

antoaravinth
2pts2
news.ycombinator.com 9y ago

Ask HN: Designing via Interface in Java?

antoaravinth
2pts1
news.ycombinator.com 9y ago

Ask HN: Designing via Interface in Java?

antoaravinth
2pts0
news.ycombinator.com 9y ago

Ask HN: Any books/courses for Akka?

antoaravinth
2pts1
medium.freecodecamp.com 9y ago

Google is developing a mysterious new mobile operating system

antoaravinth
4pts0
dev.to 9y ago

How Facebook Live Scales

antoaravinth
3pts0
news.ycombinator.com 9y ago

Ask HN: What are the best irc channel you listen to?

antoaravinth
1pts0
www.youtube.com 9y ago

How to Get a Job at the Big 4 – Amazon, Facebook, Google and Microsoft

antoaravinth
3pts0
news.ycombinator.com 9y ago

Ask HN: User groups that upload their talks in YouTube?

antoaravinth
3pts1
news.ycombinator.com 9y ago

Ask HN: What are the missing features of data visualization tool available today?

antoaravinth
1pts0
news.ycombinator.com 9y ago

Ask HN: Is it worth to learn Haskell?

antoaravinth
7pts7
stackoverflow.com 9y ago

Invalidating JWT tokens

antoaravinth
1pts0
blogs.oracle.com 9y ago

Visual VM wont be included with Oracle JDK 9

antoaravinth
2pts0
mobile.twitter.com 9y ago

11 Ways to Invoke a JavaScript Function

antoaravinth
2pts0
news.ycombinator.com 9y ago

Ask HN: Grails vs Play

antoaravinth
1pts0
news.ycombinator.com 9y ago

Ask HN: How to start a business where there is competitors already?

antoaravinth
3pts3
news.ycombinator.com 9y ago

Ask HN: Help needed on database schema designs

antoaravinth
3pts12

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 problem, which will then be replaced by another library (its a endless loop these days).

IT Runs on Java 8 7 years ago

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, react features, hooks etc and they plan to use it in the production. The one thing I see and relate to this article is that, few team have used flow stating its a great tool for static typing in js world and now they are forced to change now to typescript. The same developers who introduced flow into the codebase, now in a position to say flow has huge drawbacks compared to typescript. Now they are moving to typescript, but who knows, typescript can change too. We never know. I always fight against these tech updates, without understanding its cost, but in most cases I fail to.

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 make sure right? Sorry if I mistaken your statement.

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 will understand how exactly next function is implemented and then you can literally understand anything about the library.

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.

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 and easy to write concurrent code but people always come and say about actors which are very good when compared with channels. I have never used actors before.. Whats your thoughts on this?

This is exactly the same reason I too use CLI. But a word of caution Git Bash on windows has some serious problem(s). I remember, I lost my commit and in reflog it doesn't show up on CLI, however GIT UI showed the same! Not sure what's the issue, but it occurred for me twice.

That's good explanation. I guess Immutable.js does uses the same concept behind the scene to retrieve each references i.e like commits. Looks like Immutable.js uses Tries data structures for such operations. May be I'm wrong here as well.

Very good site. Just a question here, is there any book or tutorial which teach (like the site do) index's, triggers, function etc?

I believe its important to interact or ask your doubts upfront instead of keeping it to yourself. I'm currently reading Haskell and I use freenode irc channel to ask my queries. The channel community is so helpful in clearing my doubts, in fact they could give much more easy / right approach for the problem than the text book solutions.