Oliver Kriska
banner
quatermain.bsky.social
Oliver Kriska
@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
Reposted by Oliver Kriska
A good overview of things you really want to know about PostgreSQL by @hibachrach.com

##database ##postgresql ##reading-list
What I Wish Someone Told Me About Postgres
#database #postgresql #reading-list
challahscript.com
December 25, 2024 at 2:00 PM
github.com
December 10, 2024 at 2:12 PM
Reposted by Oliver Kriska
Just a semi-regular reminder that I have an Elixir Devs starter-pack - if you're not there, let me know! 77 fine #ElixirLangfolks are there already and I have a feeling there's more!

https://bsky.app/starter-pack/solnic.dev/3l7czjlcejb2o
💜 Elixir Devs 💜
Join the conversation
bsky.app
December 4, 2024 at 2:11 PM
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...
Phoenix LiveView 1.0.0 is here! - Phoenix Blog
LiveView 1.0 is out!
www.phoenixframework.org
December 4, 2024 at 5:32 AM
Some good tips for cyber Monday deals? No small indie devs, I don't support deals for them, only full price.
December 2, 2024 at 7:06 AM
I little bit bigger than I expected so I hope it will not be empty, two more stages on conference tomorrow.
November 27, 2024 at 2:27 PM
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
November 27, 2024 at 7:15 AM
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...
November 22, 2024 at 2:50 PM
Reposted by Oliver Kriska
To all new Elixir-it’s:

Welcome to BlueSky!

I created this starter pack to get you started: go.bsky.app/EuRHN7o
November 11, 2024 at 8:44 PM
is_atom(nil) -> true
You are welcome. Let use your time better than me 🤦‍♂️ #myelixirstatus
November 5, 2024 at 1:53 PM
"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
November 5, 2024 at 11:36 AM
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
November 4, 2024 at 5:21 AM
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...
Search is not magic with PostgreSQL
Doing a good search with the right results for your data is indeed magic. But thanks to PostgreSQL, extensions and people it’s not so hard.
blog.ideax.sk
October 31, 2024 at 5:07 AM
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...
Search is not magic with PostgreSQL
Doing a good search with the right results for your data is indeed magic. But thanks to PostgreSQL, extensions and people it’s not so hard.
blog.ideax.sk
October 30, 2024 at 7:21 AM
Reposted by Oliver Kriska
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!
September 15, 2023 at 6:05 PM
Reposted by Oliver Kriska
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...
Add assign_async and start_async by chrismccord · Pull Request #2763 · phoenixframework/phoenix_li...
Still a WIP but ready for initial review to help finalize some things
github.com
August 31, 2023 at 8:37 PM
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
August 29, 2023 at 1:08 PM