Revelry's Avatar

Revelry

@revelrylabs

Revelry is a New Orleans-based company specializing in software development & AI implementation https://revelry.co/

25
Followers
92
Following
19
Posts
22.04.2025
Joined
Posts Following

Latest posts by Revelry @revelrylabs

Preview
Planning And Executing A Successful Hosting Migration Stop winging your hosting migration. Learn how to make a plan that turns high-stakes moves into boring successes.

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...

26.02.2026 16:44 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Software Estimation - Building Takes Longer Than You Think For software engineers, we can often shoot ourselves in the foot when we talk about software estimation. Why are we optimistic when it can come back to haunt us?

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...

12.02.2026 16:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
DeltaQuery: Simple Delta Sharing For Elixir | Revelry We're excited to announce the open-source release of Delta Query, a library that allows Elixir developers to query Delta Sharing sources easily.

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/

05.02.2026 17:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
From the programming community on Reddit: The Code Comment Revolution Will Not Be Streamed Explore this post and more from the programming community

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...

21.01.2026 18:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
How Developers Use Cursor AI: 6 Easy Tasks Beyond Code Generation LLMs powered IDEs like Cursor are one of the many tools in our engineer's toolkits; here are 6 tasks that can be done with Cursor.

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...

08.01.2026 16:48 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
How NimbleParsec Works And Why I Would Choose It Again! A dive into the wonderful world of NimbleParsec, how it works, and how it can make your code better. Sometimes, you just need a proper parser!

revelry.co/insights/de...

25.11.2025 19:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

25.11.2025 19:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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

24.11.2025 15:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Battle-Tested Lessons From 10 Years In A Single Codebase One engineer's lessons from a decade of working in the same codebase, and what you can take away for your own software development lifecycle.

revelry.co/insights/de...

06.11.2025 18:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

06.11.2025 18:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
I Have No Trick But I Must Treat | Conversations About AI It’s spooky-monster season and everyone’s favorite sci-fi horror monster, AI, is having an unprecedented intersection with real life.

revelry.co/insights/no...

31.10.2025 15:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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!

31.10.2025 15:54 πŸ‘ 0 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Type Club | Revelry Can a homage to Fight Club help us understand how types are used in programming? Glen Holcomb takes us on a journey of understanding!

revelry.co/insights/ty...

28.10.2025 16:51 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

"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.

28.10.2025 16:51 πŸ‘ 0 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Building An MCP Client In Elixir | Revelry MCP is the next step for empowering AI. See how we built an MCP server in Elixir and what MCP can do compared to RAG.

πŸ”— revelry.co/insights/bu...

16.10.2025 15:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

16.10.2025 15:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Which Language Is Best For AI Code Generation? The Answer Even if you reject AI code generation when writing your codebase, AI will be probably be used to maintain it. So which language to choose?

revelry.co/insights/art...

09.10.2025 16:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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!

09.10.2025 16:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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?

08.07.2025 14:07 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0