Viewing profile — erinan
erinan
HN member- Joined
- Mon, Sep 07, 2020, 5:41 AM UTC
- HN karma
- 85
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About erinan
No profile information was provided.
Recent public activity
-
comment
Comment #36400576
It's not that bad, I'm on my second Elixir job in 3 years and in Asia which is even harder to find. There are a good amount of jobs in the US or in Europe but you have to actively …
- story
-
comment
Comment #28622701
Whether it's a good idea or not really depends on your app, what you're trying to do, and who your users are. Now if you want to avoid round trips to the server for interactions su…
-
comment
Comment #28622512
This has most likely to do with the codebase itself rather than with Elixir or Phoenix in your case. And having to go through a few files to understand how a request is handled is …
-
comment
Comment #28412067
Phoenix with Liveview is so good - not a solution to all the frontend problems but there's something about it that really feels magical. I've recently also played around with addin…
-
comment
Comment #28128602
2-hour commute? I'll take the pay cut anytime, like is too short... (and maybe start looking for another job, easier to do with all that "extra" time)
-
comment
Comment #27687544
I just switched from a Python (with mypy) codebase to a full-time Elixir position a few weeks ago. I thought I'd miss typing but due to the functional nature of Elixir and its patt…
-
comment
Comment #27130597
I know you're being sarcastic but I will definitely not miss those when working with Elixir......
-
comment
Comment #26868825
That's me with Python... For some reason I find the documentation extremely cumbersome to navigate and parse. It's just so wordy and dense. And there are barely any examples - whic…
-
comment
Comment #26271402
The answer as often is... "it depends". Should you run an unindexed query on every keystroke of a text input of a form for every user? No. But if you're not a junior dev, you'll kn…
-
comment
Comment #25694487
> Of course, I had to get all that info from thedonald.win because almost no-one else is talking about this. This and the Twitter account that you linked is the usual "no one is ta…
-
comment
Comment #24406800
Same here. Microservices have their place if you expect to have to scale like craaaaazzzzy or if you know that your platform will be huge with many different parts but you can go a…