Focus on debugging your application rather than debugging your programming language knowledge. Zig’s entire syntax is specified with a 500-line PEG grammar file.
Archives for September 2020
How to get promoted
What career advice do you get as an employee of a growing company? Do great work, keep yourself challenged, focus on learning at every step, find mentors, mentor others, crush your OKRs.
Go-Diagrams
Go-Diagrams is a loose port of diagrams. Go-Diagrams will create a folder in the current working directory with the graphviz DOT file and any image assets.
Installation
It uses Graphviz to render the diagram, so you need to install Graphviz to use diagrams. After installing graphviz (or already have it), install the diagrams. This code generates below diagram.
- 1
- 2
- 3
- …
- 11
- Next Page »