Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antoaravinth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
antoaravinth
5y ago
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 lib
2.
▲
by
antoaravinth
6y ago
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 library? Can you share some samples for these things if availab
3.
▲
by
antoaravinth
6y ago
Does hasura supports database replication? When I looked last time, it wasn't. Also I feel these tools are not enterprise ready, IMHO.
4.
▲
by
antoaravinth
7y ago
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.
▲
by
antoaravinth
7y 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 prod
6.
▲
by
antoaravinth
8y ago
Not working here in India as well.
7.
▲
by
antoaravinth
8y ago
Does anyone used Chakara core? How does it compares itself with V8?
8.
▲
Show HN: Tutorial on Building Express from Scratch
(github.com)
1 points
by
antoaravinth
8y ago
|
0 comments
9.
▲
by
antoaravinth
8y ago
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 dump into my Postgres instance. It was
10.
▲
by
antoaravinth
8y ago
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 pick up as well.
11.
▲
by
antoaravinth
8y ago
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.
12.
▲
by
antoaravinth
8y ago
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
13.
▲
by
antoaravinth
8y ago
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.
14.
▲
by
antoaravinth
8y ago
Same issue on mobile Chrome.
15.
▲
by
antoaravinth
8y ago
Cool. I was seeing source of inner js, which in deed uses proxies to create structural sharing. https://github.com/mweststrate/immer
16.
▲
by
antoaravinth
8y ago
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. Thanks for the link.
17.
▲
by
antoaravinth
8y ago
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.
18.
▲
by
antoaravinth
8y ago
It looks very similar to Either functor (left which always return nothing). Looks cool though.
19.
▲
Simple Testing Library for React
(github.com)
2 points
by
antoaravinth
8y ago
|
0 comments
20.
▲
by
antoaravinth
8y ago
Yup saw that few days ago. But I wanted to build this for a long time.
21.
▲
Show HN: Share Files Over Same Network via QR Code
(github.com)
1 points
by
antoaravinth
8y ago
|
2 comments
22.
▲
by
antoaravinth
9y ago
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
23.
▲
Are ‘you’ just inside your skin or is your smartphone part of you?
(aeon.co)
1 points
by
antoaravinth
9y ago
|
0 comments
24.
▲
by
antoaravinth
9y ago
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/antoaravinth/go_concurrency_tutorial
25.
▲
Locks and RWMutex in Go
(medium.com)
1 points
by
antoaravinth
9y ago
|
0 comments
26.
▲
by
antoaravinth
9y ago
In Chennai, India where I live many government school doesn't have a computer. For these students computer is a dream. I remember how students from these schools visited our office and touched a computer for their first time. Its reall
27.
▲
Ask HN: Big Open source projects to Learn From
6 points
by
antoaravinth
9y ago
|
1 comments
28.
▲
Effective Java 3rd Edition Released
(amazon.com)
3 points
by
antoaravinth
9y ago
|
0 comments
29.
▲
How Postgres could index itself?
(youtube.com)
2 points
by
antoaravinth
9y ago
|
0 comments
30.
▲
by
antoaravinth
9y ago
Well this might not answer your question directly, but it shows how VACCUM solves problem such as transaction etc. Its a great video to watch, covers topic in depth : https://www.youtube.com/watch?v=ZxhBkBNxvR0
More ›