Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
root993
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Testing webhooks using netcat and ngrok
(sankalpjonna.com)
3 points
by
root993
6y ago
|
0 comments
2.
▲
Building a Django CRUD application in 5 minutes
(sankalpjonna.com)
4 points
by
root993
6y ago
|
0 comments
3.
▲
Wonder how your email client keeps emails in the same thread?
(twitter.com)
4 points
by
root993
6y ago
|
1 comments
4.
▲
Anatomy of an Email
(sankalpjonna.com)
5 points
by
root993
6y ago
|
1 comments
5.
▲
A blog post about nothing
(sankalpjonna.com)
4 points
by
root993
6y ago
|
2 comments
6.
▲
by
root993
6y ago
For a very large database where the count would be filtered based on status of the conversations and running this query for every single support channel would be expensive would it not?
7.
▲
by
root993
6y ago
Yup, this is exactly why I went a Set. The fact that it can't contain duplicates is super handy
8.
▲
The Set data structure saved me from a world of pain
(sankalpjonna.com)
6 points
by
root993
6y ago
|
8 comments
9.
▲
How conversations evolved with technology
(sankalpjonna.com)
5 points
by
root993
6y ago
|
0 comments
10.
▲
Imposter syndrome: Is it a bug or a feature?
(sankalpjonna.com)
6 points
by
root993
6y ago
|
1 comments
11.
▲
Choosing the right tech stack for your product
(sankalpjonna.com)
3 points
by
root993
6y ago
|
0 comments
12.
▲
The Feedback Loop of Productivity
(sankalpjonna.com)
29 points
by
root993
6y ago
|
7 comments
13.
▲
Use Polaris to rapidly build a ReactJs application
(sankalpjonna.com)
2 points
by
root993
6y ago
|
0 comments
14.
▲
Finding the right point in your UX to trigger a paywall
(sankalpjonna.com)
2 points
by
root993
6y ago
|
0 comments
15.
▲
Handling more than 200 transactions per second using Python-RQ at 60$/mo
(sankalpjonna.com)
2 points
by
root993
6y ago
|
0 comments
16.
▲
Show HN: An Open source serverless URL shortener written in python/flask
(sankalpjonna.com)
2 points
by
root993
6y ago
|
0 comments
17.
▲
by
root993
6y ago
We use twilio.com for the WhatsApp API
18.
▲
by
root993
6y ago
Yes but each order has a unique ID which only the customer who placed that order will have access to. If that customer decides to share that URL on his own discretion that is fine by us
19.
▲
by
root993
6y ago
Hello, Author here. Could you elaborate on what part of the maintenance would be messy? I was under the impression that maintaining this would be quite easy because there is no physical server present anywhere in this setup.
20.
▲
by
root993
6y ago
Hello, author here. My bad for not giving a more appropriate title for the post. You re right this setup does not take the backend APIs into account. In our case we use Lambda for the backend APIs so that is also serverless but I failed to
21.
▲
by
root993
6y ago
Hello, author here. Thanks for the information. I guess we never encountered this because our application is in react js framework, so once the build is done it creates just one index.html file and there are no subdirectories. But this is d
22.
▲
by
root993
6y ago
Ah, I see but hosting the site behind a CDN is imperative in our case so this would not work
23.
▲
by
root993
6y ago
Not exactly sure what you mean by shared hosting. Could you elaborate? Also would this be hosted behind a CDN?
24.
▲
by
root993
6y ago
Happy to help :)
25.
▲
Hosting your entire web application using S3 and CloudFront
(sankalpjonna.com)
119 points
by
root993
6y ago
|
122 comments
26.
▲
Want to start a business? Try not to do it alone
(sankalpjonna.com)
2 points
by
root993
6y ago
|
0 comments
27.
▲
My post was #3 on Hacker News
(sankalpjonna.com)
3 points
by
root993
6y ago
|
0 comments
28.
▲
by
root993
6y ago
Hello, author here. Like I mentioned in the post, there is no way to programmatically upload anything to the Shopify CDN and the CDN cache cannot be invalidated once you upload a file. If you want to update an existing resource, all you can
29.
▲
by
root993
6y ago
Hello, author here. I totally agree on Lambda first. The only reason we did not do that is because when we started this product I was not well versed with Lambda and serverless and preferred to work with something that I dealt with previous
30.
▲
by
root993
6y ago
I hate to admit it but the nginx server infact is a SPOF. We currently handle it by setting up alerts all over the place so I can take quick action if something goes sideways, but other than this I have not really found a way around it. We
More ›