Skip to content

Instantly share code, notes, and snippets.

View wooyakob's full-sized avatar

Jacob wooyakob

View GitHub Profile
@martinesmann
martinesmann / 0README.md
Last active April 10, 2025 22:53
Couchbase N1QL Samples.

#Learn N1QL by sample

N1QL is the document query language used to query data in Couchbase Server (CB). N1QL will be an integrated part of CB 4, until then there is a preview version available.

##SQL for JSON Documents N1QL is the first language to combine the flexibility of JSON with power of SQL queries. With N1QL you can run SQL like queries against your CB data without the need to pre-build views. N1QL enables advanced ad-hoc document queries in a familiar query language.

##Learning

@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active September 1, 2025 09:12
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help