Starting with Rust: From Installation to Your First Program
Learn how to install Rust and write your first "Hello, world!" program.
Keep in touch
An experienced Web Developer with years of experience in design, programming and server administration.
© 2024 by Frank Perez.
Here you'll find a blog about all of the different technologies I'm into ranging from JavaScript and the Frontend to PHP and the Backend.
Learn how to install Rust and write your first "Hello, world!" program.
Uncovering solutions to common issues faced when updating to Xcode 15 in a Flutter project using an older version of CocoaPods.
A guide to installing CocoaPods for a Flutter project while using FVM to manage Flutter versions, ensuring a smooth setup for iOS development.
Managing multiple Flutter versions does not need not be a headache. Let's jump into FVM and see how it can simplify your Flutter journey.
Sometimes you need to track a remote branch for changes, typically called *upstream*. Let's say you're working on a team where you fork a project and have your own repo. Prior to creating any pull request you'd definitely want to pull in any changes from the originating repository.