Skip to content

Instantly share code, notes, and snippets.

@akimriparian
akimriparian / Conceptual Questions
Last active July 15, 2022 20:49
On site Interview Problems
Node Modules:
How do modules work in node?
If a variable is declared at the top level and exported, what is the scope?
Databases:
What is a relational DB?
What is a Document-based DB?
What are the differences in SQL vs NoSQL?
* Strengths and weaknesses of a relational DB?
* Strengths and weaknesses of a Document DB?
@akimriparian
akimriparian / instructions.md
Last active June 4, 2020 19:34
Jupyter Lab set up