Profile avatar
quatermain.bsky.social
Father, Elixir developer mostly in Fintech/Payments. You want to know something, just ask. Only wrong question is which was not asked. Doing web development almost 20y from Slovakia
36 posts 822 followers 500 following
Regular Contributor
Active Commenter

A good overview of things you really want to know about PostgreSQL by @hibachrach.com #database #postgresql #reading-list

Elixir 1.18 is out github.com/elixir-lang/... #elixir

Just a semi-regular reminder that I have an Elixir Devs starter-pack - if you're not there, let me know! 77 fine #ElixirLang folks are there already and I have a feeling there's more! https://bsky.app/starter-pack/solnic.dev/3l7czjlcejb2o

Really good reading about technical details how LiveView works with main features. Partly I'm sad to see how features-full framework it is, now dev will not have to invent new approaches for their issues because LV+ Elixir/Erlang handle them. #myelixirstatus www.phoenixframework.org/blog/phoenix...

Some good tips for cyber Monday deals? No small indie devs, I don't support deals for them, only full price.

I little bit bigger than I expected so I hope it will not be empty, two more stages on conference tomorrow.

Well, another blog post is coming. This time more Elixir than the last one about PostgreSQL. Not too much Elixir code but there will be public GitHub repo available. Hope it will help more people to fix some popular issues. #myelixirstatus

My presentation is done, mostly on the SQL part of my article on Search is not magic with PostgreSQL. 34 slides, 40 minutes presentation, room for 200 people, 900 "sold" tickets on local conference. I will try to mention Elixir to get more believers #myelixirstatus blog.ideax.sk/search-is-no...

To all new Elixir-it’s: Welcome to BlueSky! I created this starter pack to get you started: go.bsky.app/EuRHN7o

is_atom(nil) -> true You are welcome. Let use your time better than me 🤦‍♂️ #myelixirstatus

"We can not use Elixir, because it's hard to find senior Elixir developers." Well, problem will be somewhere else.... 700 applications for senior position with US TZ overlap in 24hours. Screenshot from Elixir Slack. #myelixirstatus

As you become more senior in your career, you’re not hired for some shiny happy opportunity, you’re hired to fix something. You’ll probably inherit mess (product, tech, org), but if you’re good—you don’t complain. It’s not your fault, but it is your problem. So get to work 💪 by clairevo

I send my article to CodeCon, a regional conference with ~1 000 attendees, well... I wasn't expecting it, but I got a 55 minute deep dive session in a room for 200 people. A month to prepare the slides.

PostgreSQL: From simple CRUD to semantic search, it powers it all. 🔍 Deep dive into: - Similarity search - TS Vectors - Semantic & Hybrid techniques - Elixir/Ecto integration Decade of experience packed into one comprehensive guide. Long read, but covers it all: blog.ideax.sk/search-is-no...

My ElixirConf keynote, the foundations of the Elixir type system, is up: https://www.youtube.com/watch?v=giYbq4HmfGA Thank you @ElixirConf, sponsors, and everyone who attended. Next week I will publish a blog post on @elixirlang with further discussion on gradual typing. Enjoy the weekend!

Excited for async_assign to come to LiveView. Put those long-loading ops into the background and render when it's ready! github.com/phoenixframe...

Somehow I ended with SDD (Spec Driven Development) style of development. I write spec before function to document my plans and keep dialyzer out of my way. #myelixirstatus