Margaret

Margaret

Editor at PragProg

AMA with: Ellie Fairholm and Josep Giralt D'Lacoste (codebar Winter Lit Fest)

Ask Me Anything with
Ellie Fairholm and Josep Giralt D’Lacoste
@elliefairholm and @Gilacost

On February 24 and 25, we are giving you a chance to ask questions of PragProg authors Ellie Fairholm and Josep Giralt D’Lacoste as part of our Winter Literary Festival in partnership with codebar.

Ellie Fairholm is a full-stack developer on the path to becoming a solutions architect. She excels at communication and believes that no topic is too difficult to learn. She is deeply passionate about making technology available to all, especially to those often underrepresented in the industry. She currently lives in the UK and is committed to working on projects that will one day change the world.

Pep G. D’Lacoste is the founder of BeamOps Software Consultancy, a company that takes a hands-on approach to simplifying BEAM projects and ensuring lasting sustainability by involving the whole team. He has been working with Elixir for 10 years and helped set up the Elixir Meetup in his home town of Barcelona. He now lives in the UK and is on a mission to empower developers and revolutionize the way technical teams operate.

Ellie Fairholm and Josep Giralt D’Lacoste are the authors of Engineering Elixir Applications. Ask them about programming, DevOps, Elixir, or anything else—really!

Everyone commenting or asking a question will automatically be entered into a drawing to win one of the authors’ books.

In addition, from February 24 to March 2, as part of our Winter Literary Festival with codebar, you can use promo code 2025WinterFest to save 40 percent on purchases at pragprog.com. We’ll donate 20 percent of the net income from the promotion back to codebar after the event.

Offer not valid where prohibited or restricted. Offer not valid on previous purchases. The Pragmatic Programmer: 20th Anniversary Edition is not eligible for discounts, as we do not publish it.

Hit Reply to post your question below. The authors will check in periodically to answer your questions.

Most Liked

swrenn

swrenn

I didn’t know there was a talk. This looks like it, for anyone else who might be interested.

alvinkatojr

alvinkatojr

Yep @swrenn that’s the talk. It’s a pretty good one. I personally think it sells/advertises the book and the BeamOPS mission pretty well.

Gilacost

Gilacost

Author of Engineering Elixir Applications

Thank you for your question! I really appreciate that you enjoyed the book!

I haven’t used FLAME on AWS, and I don’t think there’s a straightforward way to implement it using native AWS resources unless you’re running a kites cluster and leveraging the FLAME kites backend.

From my perspective, Fly.io is a much better fit as a backend for FLAME because it spins up VMs extremely quickly and securely. I believe they achieve this using Firecracker under the hood, which is also what AWS uses to run Lambda functions. This backend effectively handles ephemeral VMs and provides a scalable networking layer, making it a solid choice for FLAME.

The FLAME kites backend, on the other hand, only allows you to assign resources if they are available in the node pool and can create pods, but it doesn’t offer the same level of dynamic VM provisioning.

AWS Lambda does support running Docker images, but these run in complete isolation, meaning you wouldn’t be able to connect them as distributed Erlang nodes as far as I know. Because of that, Lambda isn’t a viable option for FLAME in a distributed Elixir setup.

Where Next?

Popular Community topics Top

New
New
PragmaticBookshelf
Author Spotlight Jamis Buck @jamis This month, we have the pleasure of spotlighting author Jamis Buck, who has written Mazes for Prog...
New
PragmaticBookshelf
Author Spotlight Rebecca Skinner @RebeccaSkinner Welcome to our latest author spotlight, where we sit down with Rebecca Skinner, auth...
New
PragmaticBookshelf
Author Spotlight: VM Brasseur @vmbrasseur We have a treat for you today! We turn the spotlight onto Open Source as we sit down with V...
New
PragmaticBookshelf
Author Spotlight: Johanna Rothman @jrothman Writing is a craft and Johanna Rothman is an expert. Today we talked about the art of wri...
New
New
PragmaticBookshelf
Democratizing Deployment with Ellie and Pep @elliefairholm and @Gilacost Ellie Fairholm and Josep (Pep) Giralt D’Lacoste are o...
New
Margaret
Native Mobile Development in Rails with Joe Masilotti @joemasilotti Building fully native iOS and Android apps can be comp...
New
Margaret
Creating Great Teams with Sandy Mamoli @sandymamoli and David Mole What if teams could form themselves, rather than being assi...
New

Other popular topics Top

AstonJ
A thread that every forum needs! Simply post a link to a track on YouTube (or SoundCloud or Vimeo amongst others!) on a separate line an...
New
wolf4earth
@AstonJ prompted me to open this topic after I mentioned in the lockdown thread how I started to do a lot more for my fitness. https://f...
New
Rainer
My first contact with Erlang was about 2 years ago when I used RabbitMQ, which is written in Erlang, for my job. This made me curious and...
New
Rainer
Not sure if following fits exactly this thread, or if we should have a hobby thread… For many years I’m designing and building model air...
New
PragmaticBookshelf
Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or...
New
DevotionGeo
The V Programming Language Simple language for building maintainable programs V is already mentioned couple of times in the forum, but I...
New
AstonJ
Seems like a lot of people caught it - just wondered whether any of you did? As far as I know I didn’t, but it wouldn’t surprise me if I...
New
AstonJ
If you want a quick and easy way to block any website on your Mac using Little Snitch simply… File > New Rule: And select Deny, O...
New
First poster: bot
Large Language Models like ChatGPT say The Darnedest Things. The Errors They MakeWhy We Need to Document Them, and What We Have Decided ...
New
CommunityNews
A Brief Review of the Minisforum V3 AMD Tablet. Update: I have created an awesome-minisforum-v3 GitHub repository to list information fo...
New

Latest in Engineering Elixir Applications