Home
Categories
EXPLORE
True Crime
Comedy
Business
Society & Culture
History
Sports
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts126/v4/60/27/c9/6027c9f4-e7ec-87a4-c1dd-839de4bc642c/mza_13128569165085525584.jpg/600x600bb.jpg
52 Weeks of Cloud
Noah Gift
225 episodes
1 month ago
A weekly podcast on technical topics related to cloud computing including: MLOPs, LLMs, AWS, Azure, GCP, Multi-Cloud and Kubernetes.
Show more...
Technology
Education,
How To,
Science,
Mathematics
RSS
All content for 52 Weeks of Cloud is the property of Noah Gift and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
A weekly podcast on technical topics related to cloud computing including: MLOPs, LLMs, AWS, Azure, GCP, Multi-Cloud and Kubernetes.
Show more...
Technology
Education,
How To,
Science,
Mathematics
https://is1-ssl.mzstatic.com/image/thumb/Podcasts126/v4/60/27/c9/6027c9f4-e7ec-87a4-c1dd-839de4bc642c/mza_13128569165085525584.jpg/600x600bb.jpg
Rust Projects with Multiple Entry Points Like CLI and Web
52 Weeks of Cloud
5 minutes 32 seconds
7 months ago
Rust Projects with Multiple Entry Points Like CLI and Web
Rust's multiple entry points pattern enables unified codebase deployment across heterogeneous execution contexts (CLI, web services, WASM) while maintaining memory safety guarantees and type consistency. Implementation leverages Cargo's binary target specification to encapsulate core logic in library crates, with interface-specific code isolated in discrete entry points. The development workflow prioritizes CLI-first iteration for rapid feedback loops before expanding to stateless service endpoints that benefit from Rust's ownership model. This approach yields compile-time optimization advantages including architecture-specific binary tuning, reduced memory footprint through shared components, and elimination of environment disparity issues in CI/CD pipelines. The pattern fundamentally shifts from runtime-interpreted prototyping to compiled systems with unified error handling and data serialization across all deployment targets.
52 Weeks of Cloud
A weekly podcast on technical topics related to cloud computing including: MLOPs, LLMs, AWS, Azure, GCP, Multi-Cloud and Kubernetes.