Stop crossing your fingers during a hosting migration. Instead, make the execution so well planned that the execution is boring.
Check out how in our latest article: revelry.co/insights/pla...
Stop crossing your fingers during a hosting migration. Instead, make the execution so well planned that the execution is boring.
Check out how in our latest article: revelry.co/insights/pla...
Hofstadter's Law: "It always takes longer than you expect, even when you take into account Hofstadter's Law."
And yet, we keep saying "that should be easy."
Our new post explores the psychology behind software estimation: revelry.co/insights/sof...
We just open-sourced our new library DeltaQuery π
Query Delta Sharing tables in Elixir without wrestling with Parquet files or reaching for Python.
SQL-like filtering, Explorer/Polars under the hood, plain Elixir data out.
revelry.co/insights/elixir-delta-sharing-with-delta-query/
The code comment debate has raged for decades and the killer argument was there's no red squiggly line when a comment doesn't match the code.
Now, AI can flag when comments drift out of sync.
For the first time, comments can have first-class tooling support.
www.reddit.com/r/programmin...
Cursor is not just for code generation; there are some mundane tasks that are perfect to offload to an LLM
Paste a URL and get the exact file that renders it
Generate 100 realistic test records
Get a comprehensive QA checklist
Audit components for accessibility issues
revelry.co/insights/art...
Sometimes, String.split/3 is not enough. Sometimes, your reviewer suggests you take your half baked parsing attempt and, well, actually build a proper parser. And NimbleParsec makes it much sweeter that it would be otherwise! This is how and when to use it.
SECURITY ALERT: Weβve been notified of scammers impersonating Revelry Labs recruiters. We will NEVER ask for sensitive info, money, or equipment purchases. Legit messages come from @revelry.co emails. Unsure about a message? Contact careers@revelry.co
Long-haul engineering, real-world lessons. Engineering Director Jason Pollentier distills ten years in one codebase into practical guidance you can use today. Link to the article in the comments.
Before LLMs, AI captured the imagination through sci-fi horror. Now, just in time for Halloween, Daniel Weill has interviewed Revelers about our favorite monster. Will AI become WALL-E or HAL?
Check out the article in the replies... if you dare!
"The first rule of Type Club is you must read the article..."
Our latest post by engineer Glen Holcomb turns a familiar movie premise into a strange little puzzle about data, typing, and meaning.
Prepared to be informed and amused.
Building AI systems means more than calling an LLM once.
We built an MCP client in Elixir to enable real tool-calling, tracing, and user control.
Hereβs what we learned about balancing power, security, and transparency.
Which programming language does AI write best? Python, JavaScript or ...Elixir? Surely not!
Stuart Page breaks it down in his latest blog post. Link in the comments!
When using an AI agent to code, do you find it hard to stop in the middle of that flow to make changes yourself?
Are you going to left-pad for 20 dollars in token costs or make the fix yourself?