Install HHY and Run Your First Script
Install the command, verify your environment, and run a saved HHY script.
HHY · VIDEO COURSE
Start with installation and your first script. Build up to file processing, data transformation, HTTP automation, and a JSON API. Every lesson includes English narration, captions, and runnable examples.
Install the command, verify your environment, and run a saved HHY script.
Build a user record, update a counter, and distinguish reusable collections from ranges.
Classify scores, total passing results, and use bounded repetition.
Compare ordinary calls and pipelines while cleaning a short piece of text.
Filter records, transform selected values, limit work, and consume a stream deliberately.
Read a directory of text files and save an uppercase copy.
Trim text and keep anchored WARN or ERROR records.
Filter CSV rows and explicitly convert JSON field types.
Split scripts into modules and handle recoverable and fatal errors.
Run commands, process standard input, and check exit codes.
Fetch and filter JSON from a local API with explicit request policies.
Check several local endpoints with two workers and keep failures in the report.
Trigger a local build from one file event and stop a timer after three ticks.
Scan two log files, select warning and error lines, and save a deterministic report.
Validate salary values and summarize active employees by department.
Serve a local /hello route and read a query parameter using the built-in Web Runtime.