Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ayushgp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ayushgp
4y ago
Zerodha. They are the biggest stock broker in India with a team of less than 40 people. Check out their tech blog for their tech philosophy: https://zerodha.tech/blog/hello-world/ Also, WhatsApp with their choice
2.
▲
by
ayushgp
6y ago
Wouldn't this be protected as a whistleblower?
3.
▲
by
ayushgp
6y ago
You can use multiple static site hosting solutions for this use case for free. Many have a free tier till 100 GB bandwidth per month. Some that I know of: Github pages Surge.sh Render.com Gitlab pages Netlify Vercel
4.
▲
by
ayushgp
6y ago
+1 for Hasura. It's such a pleasure to use. Having a configurable backend with so much fine grained Authorization. It's just awesome. It literally cuts your project time in half.
5.
▲
by
ayushgp
7y ago
Reddit forces you to download the app now. You can scroll like 2-4 pages worth of content and then it'll pop up asking you to open in app. On every page you navigate to from within the website you'll first get a pop up asking to c
6.
▲
by
ayushgp
7y ago
I agree. I recently worked on a price where 1 java class had 14 methods named construct<subtype>fields which all built a html+js+css mess using a string builder. I was asked to add support for 3 more subtypes. And this was the god cla
7.
▲
by
ayushgp
7y ago
I guess games are doing this or at least something similar with the DLC packs. You buy the game once, keep paying for the new variants(?) and specials. And you get bug fixes for these for free.
8.
▲
Reusing Web Socket Connections Using SharedWorkers
(ayushgp.github.io)
3 points
by
ayushgp
7y ago
|
0 comments
9.
▲
by
ayushgp
7y ago
I suggest you to watch this video if you want to understand how 3 basic functions can be used to create whole language https://youtu.be/3VQ382QG-y4
10.
▲
by
ayushgp
7y ago
Everyone(well almost) wants a SPA or at the very least non reloading pages. No one wants to reload the page with every action they perform or if only a part of the area on screen needed to be updated and the page was reloaded anyways.
11.
▲
by
ayushgp
7y ago
One of the most common issue I faced when I started learning git was diverging local and remote branches, franatically searching how to fix it and giving up 2 hours later.
12.
▲
by
ayushgp
8y ago
Now that all the phones coming out have a bezelless display, why aren't manufacturers reducing the whole phone's size instead of extending the screen to the top and bottom. Take OnePlus 5 and OnePlus 6 for example. The OnePlus 6 c
13.
▲
by
ayushgp
8y ago
That needs to be written in unit tests and also needs to be code reviewed. Also such bugs can be brought into the system by experienced devs as well.
14.
▲
by
ayushgp
8y ago
Browser extensions can start out as very simple but quickly turn into very complex pieces of software. Have a look at postman( https://www.getpostman.com/ ) for example.
15.
▲
by
ayushgp
9y ago
It's actually not all that useful for Machine learning and is more focused on other aspects of AI. It talks a lot about propositional logic, knowledge representation, etc.
16.
▲
by
ayushgp
9y ago
There is an interactive version of that textbook you can read. It actually helps to do the exercises with the text. You can Google it. I read that book using that version and it was amazing.
17.
▲
by
ayushgp
9y ago
Epic Games - AMD EPYC
18.
▲
by
ayushgp
9y ago
Shoe Dog by Phil Knight (Maybe some more biographies) The Intelligent Investor by Benjamin Graham One Hundred Years of Solitude by Gabriel Garcia Marquez The Hard thing about hard things Thinking Fast and Slow Origin by Dan Brown
19.
▲
by
ayushgp
9y ago
VS Code is trying hard to be an IDE for all languages. If you use pure VS code without extensions, it quite snappy. But as you start adding more and more extensions, it starts slowing down and that too quite fast.
20.
▲
Web Components Using Vanilla JavaScript - Attributes
(ayushgp.github.io)
4 points
by
ayushgp
9y ago
|
0 comments
21.
▲
HTML web components using vanilla JS: Part 2
(ayushgp.github.io)
2 points
by
ayushgp
9y ago
|
0 comments
22.
▲
HTML web components using vanilla JS
(ayushgp.github.io)
2 points
by
ayushgp
9y ago
|
0 comments
23.
▲
Vanilla JavaScript web components
(codementor.io)
1 points
by
ayushgp
9y ago
|
0 comments
24.
▲
by
ayushgp
9y ago
I second this. Those books are available for free and are worth reading for everyone working with JS. You'll understand about the variety quirks/perks of the language. Best read on JS IMO. If you wanna learn about the HTML 5 APIs,
25.
▲
Ask HN: Overwhelmed by Java and Design Patterns
2 points
by
ayushgp
9y ago
|
3 comments
26.
▲
by
ayushgp
10y ago
Didn't pay for hosting. It was not good anyways. Neither am I planning on building it again in near future.
27.
▲
by
ayushgp
10y ago
I think now is the time I can afford to go in a completely unrelated direction. Also last summer I interned as a front end developer at an analytics startup. My work there was to build prototypes of visualizations that were to be included i
28.
▲
by
ayushgp
10y ago
OP here. I think if a company is coming to my college for offering jobs, it's highly likely that I'll only be offered web development positions. Unless I do something else to prove that I can do well in other fields as well.
29.
▲
by
ayushgp
10y ago
I've been creating web based apps for a long time now(that too nothing meaningful). Honestly, I'm tired of reading the same articles that promote a JS frameworks, list a thousand reasons for how React is better than Angular, why I
30.
▲
by
ayushgp
10y ago
I have been doing just that for past 2 years as a student. Almost all projects I've created have been CRUD apps with little to no other logic than that.
More ›