Skip to content

Commit

Permalink
move blogs to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Apr 21, 2024
1 parent e5bc138 commit 9dfb5c4
Showing 1 changed file with 1 addition and 53 deletions.
54 changes: 1 addition & 53 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ This repository lists some awesome projects written in Zig, maintained by [ZigCC
- [Graphics Library](#graphics-library)
- [GUI](#gui)
- [Misc](#misc)
- [Blogs](#blogs)
- [Other Zig Awesome List](#other-zig-awesome-list)

<!-- tocstop -->

Expand All @@ -63,7 +61,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [Zig cookbook](https://cookbook.ziglang.cc/) : A collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks.
- [Zig in 30 minutes](https://gist.github.com/ityonemo/769532c2017ed9143f3571e5ac104e50) : A half-hour to learn Zig.
- [Ziglings](https://ziglings.org/) : Learn the Zig programming language by fixing tiny broken programs.
- [ibokuri/zig-by-example](https://github.com/ibokuri/zig-by-example) : Zig by Example. [zig-by-example.com](https://zig-by-example.com/)
- [Awesome zig wiki](https://github.com/zigcc/awesome-zig/wiki): Other interesting materials about Zig.
- [Learning Zig 中文翻译](https://learn.ziglang.cc) : 《学习 Zig》系列教程最初由 Karl Seguin 编写,该教程行文流畅,讲述的脉络由浅入深,深入浅出,是入门 Zig 非常不错的选择。因此,Zig 中文社区将其翻译成中文,便于在中文用户内阅读与传播。
- [Zig 圣经](https://course.ziglang.cc/) : 中文 zig 教程,简单、快速地学习 Zig.

Expand Down Expand Up @@ -555,53 +553,3 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [nrdmn/ilo_license_key](https://github.com/nrdmn/ilo_license_key) : iLO license key library.
- [shepherdjerred/macos-cross-compiler](https://github.com/shepherdjerred/macos-cross-compiler) : Compile binaries for macOS on Linux.
- [tw4452852/zbpf](https://github.com/tw4452852/zbpf) : Writing eBPF in Zig

## Blogs

- [Zig NEWS](https://zig.news/)
- [2023-02-19,Multi-Object For Loops + Struct-Of-Arrays](https://zig.news/andrewrk/multi-object-for-loops-data-oriented-design-41ob)
- [2023-04-19,Coming Soon to a Zig Near You: HTTP Client](https://zig.news/nameless/coming-soon-to-a-zig-near-you-http-client-5b81)
- [2023-05-03,Anytype Antics](https://zig.news/perky/anytype-antics-2398)
- [2023-05-30,(Possibly) LVGL in WebAssembly with Zig Compiler](hhttps://zig.news/lupyuen/possibly-lvgl-in-webassembly-with-zig-compiler-49mn)
- [2023-06-11,Coming Soon to a Zig Near You: HTTP Client](https://zig.news/nameless/coming-soon-to-a-zig-near-you-http-client-5b81)
- [2023-06-28,Zig Package Manager -- WTF is Zon](https://zig.news/edyu/zig-package-manager-wtf-is-zon-558e)
- [2023-06-30,Zig: great design for great optimizations](https://zig.news/gwenzek/zig-great-design-for-great-optimizations-638)
- [matklad](https://matklad.github.io/)
- [2023-03-26,Zig And Rust](https://matklad.github.io/2023/03/26/zig-and-rust.html)
- [2023-05-06,Zig Language Server And Cancellation](https://matklad.github.io/2023/05/06/zig-language-server-and-cancellation.html)
- [2023-06-02,The Worst Zig Version Manager](https://matklad.github.io/2023/06/02/the-worst-zig-version-manager.html)
- [kassane](https://kassane.github.io/)
- [2023-05-03,Next Zig version 🦎 - 0.11.x with Package Manager](https://kassane.github.io/2023/05/03/zig-pkg/)
- [E Aakash](https://e-aakash.github.io/)
- [2023-06-04,resolv - Writing DNS resolver in Zig](https://e-aakash.github.io/update/2023/06/04/resolv-dns-resolver-in-zig.html)
- [CoRecursive](https://corecursive.com/)
- [2021-08-02,Full-Time Open Source With Andrew Kelley](https://corecursive.com/067-zig-with-andrew-kelley/)
- [Loris Cro](https://kristoff.it/)
- [2019-08-05,What is Zig's Comptime?](https://kristoff.it/blog/what-is-zig-comptime/)
- [2023-02-27,Zig's Curious Multi-Sequence For Loops](https://kristoff.it/blog/zig-multi-sequence-for-loops/)
- [2023-06-16,A Note About Zig Books for the Zig Community](https://kristoff.it/blog/note-about-zig-books/)
- [Avestura's Personal Website](https://avestura.dev/)
- [2023-07-09,Problems of C, and how Zig addresses them](https://avestura.dev/blog/problems-of-c-and-how-zig-addresses-them)
- [Jamie Brandon](https://www.scattered-thoughts.net/)
- [2020-10-19,Assorted thoughts on zig (and rust)](https://www.scattered-thoughts.net/writing/assorted-thoughts-on-zig-and-rust/)
- [Pocket Casts](https://pocketcasts.com/)
- [2023-05-14,Linking & Binary Hot Code Loading with Jakub Konka](https://pca.st/1vqm6obx)
- [Emil Privér](https://priver.dev/)
- [2023-05-05,Initial Commit: Zig](https://priver.dev/blog/zig/initial-commit/)
- [2023-05-15,Initial Commit: Zig Build System](https://priver.dev/blog/zig/initial-commit-build-system/)
- [LEE Lup Yuen](https://lupyuen.codeberg.page/)
- [2023-05-31,(Possibly) LVGL in WebAssembly with Zig Compiler](https://lupyuen.codeberg.page/articles/lvgl3.html)
- [Uber Blog](https://www.uber.com/en-IT/blog/)
- [2023-05-03,Bootstrapping Uber’s Infrastructure on arm64 with Zig](https://www.uber.com/en-IT/blog/bootstrapping-ubers-infrastructure-on-arm64-with-zig/)
- [Mitchell Hashimoto](https://mitchellh.com/)
- [2023-05-27,Integrating Zig and SwiftUI](https://mitchellh.com/writing/zig-and-swiftui)
- [Jiacai Liu](https://en.liujiacai.net/)
- [2022-12-14,What I learn by implementing argparser in Zig](https://en.liujiacai.net/2022/12/14/argparser-in-zig/)
- [2023-04-13,Zig Build System](https://en.liujiacai.net/2023/04/13/zig-build-system/)

## Other Zig Awesome List

- [C-BJ/awesome-zig](https://github.com/C-BJ/awesome-zig) : 📜Zig Learning & Usage Guide.
- [catdevnull/awesome-zig](https://github.com/catdevnull/awesome-zig) : A list of awesome projects related to Zig.
- [nrdmn/awesome-zig](https://github.com/nrdmn/awesome-zig) : Awesome Zig.
- [rofrol/awesome-zig](https://github.com/rofrol/awesome-zig) : Everything I find about zig.

0 comments on commit 9dfb5c4

Please sign in to comment.