Aegis Cookbook

Welcome to the Aegis Cookbook. This section contains a collection of practical recipes and code snippets for common programming tasks.

Unlike the API Reference (StdLib), which explains what a function does, the Cookbook explains how to combine functions to achieve a specific goal.

Recipes

  • File Processing
    • Reading line-by-line
    • Parsing CSV files
    • Saving/Loading JSON configurations
  • Networking
    • Fetching API data
    • Posting JSON data
    • Handling HTTP errors