Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
erinan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
erinan
3y ago
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 look for them... I can however say that working wi
2.
▲
ElixirConf 2021 – José Valim – Elixir 1.13
(youtube.com)
1 points
by
erinan
5y ago
|
0 comments
3.
▲
by
erinan
5y ago
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 such as opening a modal, you can! There are at least
4.
▲
by
erinan
5y ago
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 not out of the ordinary in an app, especially if it's g
5.
▲
by
erinan
5y ago
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 adding AlpineJS to it and it solves some of the issues
6.
▲
by
erinan
5y ago
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)
7.
▲
by
erinan
5y ago
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 pattern-matching, I found out that the code is much simpler
8.
▲
by
erinan
5y ago
I know you're being sarcastic but I will definitely not miss those when working with Elixir......
9.
▲
by
erinan
5y ago
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 - which is what I'm usually looking for instead of
10.
▲
by
erinan
6y ago
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 know not to do those things and you'l
11.
▲
by
erinan
6y ago
> 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 talking about this! they are hiding the truth" rh
12.
▲
by
erinan
6y ago
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 LONG way with a Phoenix monolith while being "happier&