Roadmap to master zig

This page summarizes the projects mentioned and recommended in the original post on /r/Zig

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ziglings

    Learn the Zig programming language by fixing tiny broken programs.

    Master syntax - language possibilities, so that you can read code. Ziglings (or github) does great job teaching it!

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

    Do not try implementing something by yourself, especially if you are like me ( loosing motivation instantly if something goes wrong ). So what to do ? Go to std , just try copying implementations from there. This leads to solid understanding how to write right code. If you don't understand something you can always go to documentation ( 2 ) and look there or into std itself and just discover tests that are written for specific structs, they really help a lot.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What “sucks” about Zig?

    11 projects | /r/Zig | 10 Mar 2023
  • How to get started with ziglang?

    2 projects | /r/Zig | 7 Jul 2022
  • Things Zig Comptime Won't Do

    1 project | news.ycombinator.com | 21 Apr 2025
  • Zig's new LinkedList API (it's time to learn fieldParentPtr)

    3 projects | news.ycombinator.com | 14 Apr 2025
  • Zig is a general-purpose programming language

    1 project | news.ycombinator.com | 1 Apr 2025