Skip to content

Commit

Permalink
Merge pull request #2526 from mainmatter/add-rust-talk-blog-luciano-m…
Browse files Browse the repository at this point in the history
…ammino

Add blog rust talk Lucianno Mammino
  • Loading branch information
IdeliaRisella authored Sep 26, 2024
2 parents 7be2d3e + 7c9c65f commit dd52ded
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Exploring the Potential of Rust in Serverless Computing with Luciano Mammino"
authorHandle: algo_luca
tags: [rust]
bio: "Luca Palmieri, Principal Engineering Consultant"
description: "Luciano Mammino, Senior Architect, and Luca Palmieri, Principal Engineering Consultant, discuss Luciano’s shift from JavaScript to Rust for serverless computing, highlighting Rust’s performance, safety, and its potential to optimize AWS Lambda functions."
og:
image: "/assets/images/posts/2024-09-27-exploring-the-potential-of-rust-in-serverless-computing-with-luciano-mammino/og-image.png"
tagline: |
<p>
Luciano Mammino, Senior Architect, and Luca Palmieri, Principal Engineering Consultant, discuss Luciano’s shift from JavaScript to Rust for serverless computing, highlighting Rust’s performance, safety, and its potential to optimize AWS Lambda functions.
</p>
image: "/assets/images/posts/2024-09-27-exploring-the-potential-of-rust-in-serverless-computing-with-luciano-mammino/header.jpg"
imageAlt: "Luciano's picture on a gray background"
---

In a recent interview, Luca Palmieri, Mainmatter’s Principal Engineering Consultant and author of “Zero to Production in Rust,” spoke with Luciano Mammino, a Senior Architect with extensive experience in cloud-native development and author of “Node.js Design Patterns.” They talked about Luciano’s journey from using high-level programming languages like JavaScript to adopting Rust for serverless computing, particularly in AWS Lambda.

Driven by the need for better performance in a Lambda function, Luciano began exploring Rust, appreciating its efficiency and safety features. Despite the learning curve, he found Rust’s approach to memory management to be a powerful tool for building reliable, performant code.

Luciano highlighted that serverless computing is an ideal entry point for Rust in organizations. The combination of Rust’s efficiency and AWS Lambda’s scalability can lead to significant cost savings and performance improvements. He also pointed out the availability of tools like Cargo Lambda, which streamline the deployment process of Rust functions in a serverless environment.

While Rust may be challenging to learn, Luciano emphasized the confidence it brings in production environments due to its focus on safety. He believes that as more developers and organizations experience these benefits, Rust will gain more traction in the serverless ecosystem. Luciano’s experience offers valuable insights for anyone considering Rust for their next cloud-native project, demonstrating the language’s potential to optimize serverless functions and build more reliable applications.

<iframe width="560" height="315" src="https://www.youtube.com/embed/U9JZD7d9OmA" title="Embedded video of Luciano's interview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd52ded

Please sign in to comment.