In this course, Chris takes a README-driven approach to build out a Rust CLI that supports content authoring for a digital garden.
Specifically, you'll work through the first command for the CLI, writing files. You start by initializing a new Cargo binary crate by creating the write command that allows you to create files (and their contents) to the folder that you set.
The course is great. But I strongly recommend that you have read the Rust Book (online version) at least up to chapter 14, before taking it.
Great course. So refreshing to go through and build a small well defined and useful utility - a great way to learn. Chris explains everything very succinctly. Thanks Chris!
Straightforward and easy to follow, with a clear path forward for adding additional functionality on one's own.
Awesome course to have a brief overview about how to create CLIs with Rust.
Chris is a great teacher, clear, concise explanations of concepts. super stoked that he's put together two things I'm interested in learning: Rust and Digital Gardens!
Would like to see a conclusion short video explaining some abstracts of using rust as a CLI tool
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.