# Coding

- [Compile FrontEnd via NVM and Gulp](https://wiki.owain.codes/coding/snippets/untitled/compile-frontend-via-nvm-and-gulp.md)
- [Node-Sass](https://wiki.owain.codes/coding/snippets/untitled/node-sass.md): Create a watch on a folder
- [SQL Statements](https://wiki.owain.codes/coding/snippets/untitled/sql-statements.md): useful snippets
- [Build up SQL statements](https://wiki.owain.codes/coding/snippets/untitled/build-up-sql-statements.md)
- [Get current logged in user from Controller](https://wiki.owain.codes/coding/snippets/untitled/get-current-logged-in-user-from-controller.md)
- [Dynamic BlockList Label](https://wiki.owain.codes/coding/snippets/untitled/dynamic-blocklist-label.md): If you want to add a bit more user friendliness to your Blocklist here is a handy bit of code :
- [Alt Tag](https://wiki.owain.codes/coding/snippets/untitled/alt-tag.md)
- [SQL - Could not import package](https://wiki.owain.codes/coding/snippets/untitled/sql-could-not-import-package.md)
- [SQL Server Table Size Report (Used vs Allocated Space)](https://wiki.owain.codes/coding/snippets/untitled/sql-server-table-size-report-used-vs-allocated-space.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.owain.codes/coding/snippets/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
