Viewing profile — kumaraman
kumaraman
HN member- Joined
- Thu, Feb 12, 2015, 1:48 AM UTC
- HN karma
- 45
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About kumaraman
Recent public activity
-
story
Ask HN: How do you effectively manage multiple developer environments?
As someone who works with a number of different clients at a time, I'm often trying to find a more efficient way to manage multiple developer environments which I can switch betwee…
- story
- comment
-
comment
Comment #25296268
Location: Auckland, New Zealand Remote: Yes Willing to relocate: Yes Technologies: React, JavaScript, TypeScript Résumé/CV: danewilson.me Email: danew@danewilson.me
-
comment
Comment #24972618
Location: Auckland, New Zealand Remote: Yes Willing to relocate: Yes to Europe Technologies: React, JavaScript, TypeScript Résumé/CV: danewilson.me Email: danew@danewilson.me
-
comment
Comment #19679931
They mention they're not trying to be the biggest code editor, and I think they have a fighting chance against Webstorm. Also they can create a plugin system similar to Sketchapp t…
-
comment
Comment #19269147
I assume the "set of specifications" is normally provided via some sort of project tracking software like Jira. A problem with this is these specifications get lost in history, not…
-
comment
Comment #19170984
Interesting, in my experience we've never had major issues with our service mesh or internal networking. It definitely introduces a lot more complexities. I suppose we've always ha…
-
comment
Comment #19170956
I've never been able to make sense from including more than one aggregate root in a bounded context. What are your thoughts?
-
comment
Comment #19168260
That works well in your current situation, but when you have multiple products and services that also need to send emails it makes sense to combine them into a single service.
-
comment
Comment #19168166
Depends on the scale of this online store, if it saw 0.1% the amount of traffic as Amazon then it is justified.
-
comment
Comment #19168139
The ClusterIP and LoadBalancer are on separate network interfaces. The ClusterIP exposes the service on an internal interface whereas, the LoadBalancer exposes on a public interfac…
-
comment
Comment #19168120
When a company and platform grows it's very common to build out an email sending service since you can only send so many emails per second. An example of an email sending service i…
-
comment
Comment #19168084
Domain driven design from Eric Evans is a great resource for learning about how/where to separate out services. You will learn about how to model complex domain models and how to d…
-
comment
Comment #19147085
I feel like this was a part of a chrome experiment in the early days of html5.
-
comment
Comment #15790270
There is a page on the site that can help you with this https://www.dnsleaktest.com/how-to-fix-a-dns-leak.html
-
comment
Comment #15397748
I am very curious to how exactly they made these animations! Surely they didn't hand type all of the transforms. I see a lot more of similar animations appearing on the internet. A…
-
comment
Comment #15375267
> inspired by the apple website My first thoughts when loading the website were "Is this an Apple project?" It's uncanny how similar the design is to Apple's website. It's crazy ho…
-
comment
Comment #15012274
Using location is more accurate as depending on how far away from the equator you are light levels can change drastically. This covers some of the details around it: http://www.ccf…
-
comment
Comment #14965505
In the server-less section you stated: > "You are forced to do everything client-side"... "including your SECRET SAUCE" How I see it is the "static content" (which I assume is a SP…
-
comment
Comment #14407689
I probably should have used a better example, I just did a quick google search and saw that. The one I use often is John Britten but no one knows who he is nor was he a CEO.
-
comment
Comment #14407633
I second this, seeking treatment definitely helps with learning to manage the disability. It seems weird describing it as treatment, I would call it more of a suppressor because on…
-
comment
Comment #14407285
I don't understand why this is a big deal, people seem to think disabilities (not limited to ADHD nor dyslexia) are barriers. People learn to overcome all sorts of disabilities all…
-
comment
Comment #13141457
Auditory processing disorder sums up a lot of what you are describing. https://en.wikipedia.org/wiki/Auditory_processing_disorder
-
comment
Comment #12782109
Yeah, I've done this countless times, only realising once I have packaged it into my project. I ended up creating a Webpack loader which takes a small JSON file and creates an icon…