Sebastian's Avatar

Sebastian

@sgoettschkes.bsky.social

#Elixirlang Developer living in #Vienna. Staff Engineer @Workera.ai. Working on https://tabla.fyi in my free time.

32 Followers  |  87 Following  |  22 Posts  |  Joined: 21.09.2025  |  1.8758

Latest posts by sgoettschkes.bsky.social on Bluesky

Preview
Careers at Jump | Jump Jump is empowering financial advisors and their clients to thrive in the age of AI. We're growing incredibly quickly with a team that comes from Google, Stripe, JP Morgan, BILL, Nitrogen, Harvard, Sta...

Who do you know who wants to come work full time on #ElixirLang OSS tooling? (Boosts appreciated!)

jump.ai/careers?ashb...

#ElixirJobs

07.11.2025 00:41 β€” πŸ‘ 26    πŸ” 26    πŸ’¬ 0    πŸ“Œ 1

β€žLife can only be understood backwards; but it must be lived forwards.β€œ
SΓΈren Kierkegaard

I am thinking about this a lot these days

23.10.2025 14:33 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Mark it required and let the browser handle it. Works everywhere, all the time, in a generalized way.

All those custom solutions are making it worse imo

22.10.2025 20:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

As a backend dev, I can write the whole app as if it was SSR, but for the user, it feels like a SPA. Also, there is no API, so working asynchronous with a Frontend Dev is super easy.
And since LiveViews are erlang processes, a LV can send/receive messages (eg PubSub) to/from the system

17.10.2025 14:43 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

What annoys me most about Claude code is that it writes the same useless code comments as humans.
Nobody needs to know what the code does, that’s what the code is for! Write why something is done the way it is! Explain the premise, drawbacks, assumptions!

06.10.2025 20:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1
tabla

Working on tabla.fyi, where fans of niche sports leagues can add all their fixtures into any calendar app!

06.10.2025 09:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I also love it when it starts changing the asserts until it works πŸ’€

03.10.2025 12:13 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Whatever is needed to validate the premise. No generalization possible

03.10.2025 05:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I find it easier to stay with one library, so I just use Oban. One dashboard, one syntax, one way to do things

02.10.2025 19:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I would use Oban for crons and queues. Otherwise agree!

02.10.2025 09:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Hex A package manager for the Erlang ecosystem

There was a change in the hex.pm infrastructure so the numbers are counted differently now afaik

30.09.2025 13:59 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Hey #buildinpublic people. Any tips for a dev that usually gets stuck building and struggling to find adoption?

29.09.2025 19:23 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

Translated my app to German with Claude Code. Surprisingly high quality! The game changer for me was asking Claude to curl the site, read the full copy and iterate.

28.09.2025 01:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

And not even take their money, but advertise for them.
Iβ€˜d pay a lot to have this evil eliminated from sports!

23.09.2025 18:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The fact that @daznde.bsky.social just offered me a free 10€ bet makes me want to unsubscribe from NFL and ELF!
How evil does one needs to be to take money from sports betting / gambling companies…

23.09.2025 18:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

100% agree. I have not found a use case for background jobs/queues or scheduled jobs I could not implement with Oban!

23.09.2025 05:34 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What about oban_web?

22.09.2025 12:13 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Did not know about this site, this is great! Thanks!

22.09.2025 05:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ‘‹

21.09.2025 20:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That's just one symptom of companies' lack of care, and it has nothing to do with designers, developers, or UI/UX. It's all over the place, and depending on your focus, you just see it in different places.

21.09.2025 19:53 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Anybody got a suggestion for a transactional email delivery system (like mailgun/postmark), hosted in the EU and focused on end user privacy? SMTP or HTTP API! #myelixirstatus #solopreneur #emailasaservice

21.09.2025 19:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The big advantage of coding with AI (for me) is that I can focus on the big picture and have AI code out the boring parts. I know how to create an API, but that's just typing. Thinking in depth about the data model and the business logic, that's where the magic happens.

21.09.2025 14:57 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

hello world

21.09.2025 09:29 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@sgoettschkes is following 20 prominent accounts