Skip to content

Commit 3c2e5f9

Browse files
authored
introduce zig in depth
1 parent 74d87c5 commit 3c2e5f9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The main documentation is always the best beginning, so if you haven't read it y
2121
* [Playlists](#playlists)
2222
* [Presentations](#presentations)
2323
* [Podcasts](#podcasts)
24-
* [Zig in practice](#rust-in-practice)
24+
* [Zig in practice](#zig-in-practice)
2525
* [Best Practices/Style Guides](#best-practicesstyle-guides)
2626
* [Cheat sheets](#cheat-sheets)
2727
* [Zig internals](#zig-internals)
@@ -30,7 +30,7 @@ The main documentation is always the best beginning, so if you haven't read it y
3030
* [CI / Testing](#ci--testing)
3131
* [Debug / Profiling](#debug--profiling)
3232
* [Are we ... yet?](#are-we--yet)
33-
* [Comparison with Other Languages](#comparison-with-other-languages)
33+
* [Comparison with Other Languages](#zig-comparison-with-other-languages)
3434
* [Applications / Libraries / Tools](#applications--libraries--tools)
3535
* [Language stuff](#language-stuff)
3636
* [Closures](#closures)
@@ -42,10 +42,10 @@ The main documentation is always the best beginning, so if you haven't read it y
4242
* [Comptime](#comptime)
4343
* [Strings](#strings)
4444
* [Syntax extensions](#syntax-extensions)
45-
* [Optionals](#optionals)
45+
* [Optional](#optional)
4646
* [Playground](#playground)
4747
* [Locale links](#locale-links)
48-
* [People](#people)
48+
* [Connection](#connection)
4949
* [Fearless Zig Bloggers](#fearless-zig-bloggers)
5050
* [Tutorials & Workshop Materials](#tutorials--workshop-materials)
5151

@@ -99,10 +99,11 @@ The main documentation is always the best beginning, so if you haven't read it y
9999
* [Reading Zig Function Signatures](https://zig.news/v142857/impl-on-userland-is-quite-easy-actually-13p3) - Val
100100
* [Good Practices for consuming C libraries](https://ziggit.dev/t/best-practices-for-consuming-c-libraries/6819) - [cztomsik](https://ziggit.dev/u/cztomsik)
101101
* [Zig Bits](https://blog.orhun.dev/zig-bits-04/)
102-
* [Best Practices for Structuring Zig Projects with External Dependencies](https://ziggit.dev/t/best-practices-for-structuring-zig-projects-with-external-dependencies/3723) - [castholm][]
102+
* [Best Practices for Structuring Zig Projects with External Dependencies](https://ziggit.dev/t/best-practices-for-structuring-zig-projects-with-external-dependencies/3723) - castholm
103103
* [Comparing Rust vs. Zig: Performance, safety, and more](https://blog.logrocket.com/comparing-rust-vs-zig-performance-safety-more/) - Eze
104104
* [Memory Safety in C++ vs Rust vs Zig](https://medium.com/@shyamsundarb/memory-safety-in-c-vs-rust-vs-zig-f78fa903f41e)
105105
* [A TypeScripter's Take on Zig (Advent of Code 2023)](https://effectivetypescript.com/2024/07/17/advent2023-zig/)
106+
* [Zig in Depth: A video course that covers the Zig programming language in depth.](https://www.youtube.com/playlist?list=PLtB7CL7EG7pCw7Xy1SQC53Gl8pI7aDg9t)
106107

107108
## Cheat sheets
108109

0 commit comments

Comments
 (0)