Viewing profile — lostPoncho
lostPoncho
HN member- Joined
- Mon, Sep 18, 2017, 4:14 PM UTC
- HN karma
- 40
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About lostPoncho
No profile information was provided.
Recent public activity
-
story
Ask HN: Is AWS Free Tier a viable option to cut down initial cost for a product?
I and my friend are trying to launch a product(something like Instagram for a niche market) However, both of us don't have any experience with hosting yet. We need someplace to hos…
-
story
Ask HN: How can I find a mentor?
I have been learning to program on and off for a year now, and recently I tried to take it up again seriously. But, when trying to learn new things I am having problems in understa…
-
story
Ask HN: What is the skillset required to be employable as jr dev?
When hiring someone as a junior developer, what do you look for if they don't have a college degree?
-
story
Ask HN: How capable is the AWS free tier?
If pushed absolutely to its limit, how can one make full use of it?
-
story
Ask HN: How much is the recent improvement in Firefox Quantum due to Rust?
What kind of role did Rust play at making Firefox fast, if any at all?
-
comment
Comment #15326281
1 visit every 6 months based on location and software
-
comment
Comment #15323508
Sorry to stray offtopic, but are remote junior dev jobs feasible?
-
story
Ask HN: Can Kotlin Native be a possible contender for Go on server side?
I recently came across Kotlin. I understand JetBrains is betting big on it by sponsoring development for native targets. Also, I find the learning curve for Kotlin to be lesser tha…
-
comment
Comment #15310738
micro.mu really looks interesting.
-
comment
Comment #15310735
That was a clear explanation. Thanks. :D
-
story
Ask HN: What are some sources to learn about microservices architecture?
I am a noob, learning things on my own. So lately I have been trying to understand how one should go about designing the architecture a non-trivial and fairly large web app and I c…
-
story
Ask HN: Will Rust be as popular as Go or C++?
Will Rust continue to remain as a niche language that sometimes people choose as an alternative for C++ or Go, or will it see a rise in adaption soon?
-
comment
Comment #15290941
Oh okay. Thanks. :D
-
comment
Comment #15290940
Thanks. :D By data intensive I meant something where we have to make multiple requests for similar data, but not quite the same. If I understand correctly, graphql is there to help…
-
story
Ask HN: Why is the DOM still slow?
Why do we need to use a vDOM to gain performance? Why aren't efforts being made to make DOM itself fast? Is the DOM really slow enough to justify the extra dependency of a vDOM?
-
story
Ask HN: How can HTTP/2 be used to get GraphQL like performance?
I am new to these stuffs. So as I understand HTTP/2 comes with some improvements over HTTP/1.1. So how can HTTP/2 be used for data intensive request without needing to use GraphQL?…