Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 15 additions & 15 deletions docs/guides/ExamplesGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ tech test

| Folder | Focus | Key Concept covered |
|:---|:---|:---|
| [hello_world](../../examples/hello_world/) | Core | Simplest output prints |
| [calculator](../../examples/calculator/) | Math | Functions and math operators |
| [todo_cli](../../examples/todo_cli/) | State | Lists and maps manipulation |
| [guess_number](../../examples/guess_number/) | Logic | Ranges, loops, conditionals |
| [http_server](../../examples/http_server/) | Network | Web routing and mock testing |
| [json_parser](../../examples/json_parser/) | Data | Encoding/decoding maps |
| [file_reader](../../examples/file_reader/) | File System | IO file writes and reads |
| [oop](../../examples/oop/) | Models | Classes, inheritance, overriding |
| [modules](../../examples/modules/) | Imports | Multi-file namespaces |
| [collections](../../examples/collections/) | Types | Loops over list and maps |
| [generics](../../examples/generics/) | Polymorph | Parameterized types |
| [error_handling](../../examples/error_handling/) | Errors | `try`/`catch` boundaries |
| [async](../../examples/async/) | Concurrency | Event loops and futures |
| [threads](../../examples/threads/) | Parallel | Thread spawns & mutexes |
| [web_api](../../examples/web_api/) | Fetch | External GET API calls |
| [hello_world](https://github.com/Tcode-Motion/techscript/tree/main/examples/hello_world/) | Core | Simplest output prints |
| [calculator](https://github.com/Tcode-Motion/techscript/tree/main/examples/calculator/) | Math | Functions and math operators |
| [todo_cli](https://github.com/Tcode-Motion/techscript/tree/main/examples/todo_cli/) | State | Lists and maps manipulation |
| [guess_number](https://github.com/Tcode-Motion/techscript/tree/main/examples/guess_number/) | Logic | Ranges, loops, conditionals |
| [http_server](https://github.com/Tcode-Motion/techscript/tree/main/examples/http_server/) | Network | Web routing and mock testing |
| [json_parser](https://github.com/Tcode-Motion/techscript/tree/main/examples/json_parser/) | Data | Encoding/decoding maps |
| [file_reader](https://github.com/Tcode-Motion/techscript/tree/main/examples/file_reader/) | File System | IO file writes and reads |
| [oop](https://github.com/Tcode-Motion/techscript/tree/main/examples/oop/) | Models | Classes, inheritance, overriding |
| [modules](https://github.com/Tcode-Motion/techscript/tree/main/examples/modules/) | Imports | Multi-file namespaces |
| [collections](https://github.com/Tcode-Motion/techscript/tree/main/examples/collections/) | Types | Loops over list and maps |
| [generics](https://github.com/Tcode-Motion/techscript/tree/main/examples/generics/) | Polymorph | Parameterized types |
| [error_handling](https://github.com/Tcode-Motion/techscript/tree/main/examples/error_handling/) | Errors | `try`/`catch` boundaries |
| [async](https://github.com/Tcode-Motion/techscript/tree/main/examples/async/) | Concurrency | Event loops and futures |
| [threads](https://github.com/Tcode-Motion/techscript/tree/main/examples/threads/) | Parallel | Thread spawns & mutexes |
| [web_api](https://github.com/Tcode-Motion/techscript/tree/main/examples/web_api/) | Fetch | External GET API calls |
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Welcome to the TechScript official documentation! TechScript is an open-source,
* [Performance benchmarks](Performance.md) - Speed comparison data and optimization rules.

### 🤝 Project, Release & Community
* [Contributing Rules](CONTRIBUTING.md) - Guidelines for setting up environment and pull requests.
* [Code of Conduct](CODE_OF_CONDUCT.md) - Community standards of engagement.
* [Contributing Rules](https://github.com/Tcode-Motion/techscript/blob/main/docs/CONTRIBUTING.md) - Guidelines for setting up environment and pull requests.
* [Code of Conduct](https://github.com/Tcode-Motion/techscript/blob/main/docs/CODE_OF_CONDUCT.md) - Community standards of engagement.
* [Supported Versions](SUPPORTED_VERSIONS.md) - Support lifetimes and version tracking.
* [Security Policy](Security.md) - Reporting vulnerability channels.
* [Migration Guide](MigrationGuide.md) - Code migration from v1.0.8 legacy aliases.
Expand Down
3,895 changes: 3,876 additions & 19 deletions graphify-out/.graphify_analysis.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion graphify-out/.graphify_labels.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion graphify-out/.graphify_root
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.
/app
Loading
Loading