Viewing profile — coderecipe
coderecipe
HN member- Joined
- Tue, Mar 20, 2018, 9:57 PM UTC
- HN karma
- 11
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About coderecipe
No profile information was provided.
Recent public activity
-
comment
Comment #20364247
When you say e2e, how big of the scope are you talking about? from frontend to everything in backend? can you give an example? I think the bigger the scope is, the more it will be …
-
comment
Comment #20363930
We are currently testing different domains, what are you interested to see more?
-
comment
Comment #20352110
If you are looking for more practical resources related to architectures in the cloud, you should take a look at https://coderecipe.ai . It is a dev community that allows others to…
-
comment
Comment #20314348
Hi all, There seems to be multiple ways of storing time series data in AWS based on different requirements, but I always have a hard time finding them all. So, I decided to create …
- story
-
comment
Comment #20250247
Oops sorry there was a bug, it's been fixed, try again!
-
comment
Comment #20246861
I'm putting together a collection of short tutorials in the User Management/Authentication domain, when using AWS serverless. This covers both REST API and graphql endpoints, using…
- story
- story
- story
- story
-
comment
Comment #20058654
Feel free to take a look at my code sample here with this new Data API on Aurora Serverless https://coderecipe.ai/architectures/77374273 , demo and source code included. It removes…
-
comment
Comment #20058630
With this, VPC is no longer needed from lambda call to RDS, and this means that cold start time will be lowered from seconds to milliseconds. I made a ready to use recipe (source c…
- story
- story
- story
- story
-
comment
Comment #19752584
This is my first attempt gluing AWS's advance serverless platform with Google's advance Natural language API together. Traditionally creating a chatroom required a dedicated server…
- story
- story
-
comment
Comment #19651392
Thanks for your feedback, in this post I made the assumption that the price of the cryptocurrency doesn't fluctuate automatically based on transaction volume, also I assume that AW…
-
comment
Comment #19649786
This is a basic crypto exchange, super simple version of Coinbase, for buying and selling cryptocurrencies such as Ethereum. I use AWS serverless to host the application code and h…
- story
-
comment
Comment #19469479
Hey guys I recently found out Yelp's waitlist feature and found it quite useful, so I reverse engineer a super simple version of the system :) , do you think this is useful? Any co…
- story