Created at 10pm, Jan 5
mDmnZGbjSoftware Development
0
Front-End Developer Handbook
jhA48OaTiGXgHAfRH8BShj1fLb5qr_iPxT_fow43BfM
File Type
PDF
Entry Count
120
Embed. Model
jina_embeddings_v2_base_en
Index Type
annoy
Wikipedia You Don't Know JS: Up & Going [read] You Don't Know JS: Types & Grammar [read] You Don't Know JS: Scope & Closures [read] You Don't Know JS: this & Object Prototypes [read] Modern JavaScript Cheatsheet Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. [read] JavaScript: The Hard Parts [watch][$] Deep Foundations of JavaScript (v3) [watch][$] Mastering: Setting up ES6 [read] ES6 FOR EVERYONE! [watch][$] Exploring ES6 [read] You Don't Know JS: ES6 & Beyond [read] Understanding ECMAScript 6: The Definitive Guide for JavaScript Developers [read] [$] JavaScript: The Recent Parts [watch][$] Exploring ES2016 and ES2017 [read] Exploring ES2018 and ES2019 [read] JavaScript Regular Expression Enlightenment [read] Using Regular Expressions [watch][$]
id: 892677b2219be50237f72071b7777698 - page: 60
You Don't Know JS: Async & Performance [read] JavaScript with Promises [read][$] Test-Driven JavaScript Development [read][$] JS MythBusters [read] Robust JavaScript [read] JavaScript Algorithms and Data Structures [read] 33 Concepts Every JavaScript Developer Should Know [read] doesitmutate.xyz [read] Functional JavaScript: Functional Programming Jargon funfunfunction: Functional programming in JavaScript [watch] Functional-Light-JS [read] Functional Programming in JavaScript: How to improve your JavaScript programs using functional techniques [read] Mostly adequate guide to FP (in javascript) [read] Professor Frisby Introduces Composable Functional JavaScript [watch] JavaScript Allong [read][$] Functional-Lite JavaScript (v2) [watch][$] Hardcore Functional Programming in JavaScript [watch][$] References/Docs: MDN JavaScript Reference MSDN JavaScript Reference Glossary/Encyclopedia/Jargon: The JavaScript Encyclopedia JavaScript Glossary
id: 2acd443d2431d1b3147d2c5c9d8c16ef - page: 61
Simplified JavaScript Jargon Standards/Specifications: How to Read the ECMAScript Specification ECMAScript 2015 Language Specification ECMAScript 2016 Language Specification ECMAScript 2017 Language Specification ECMAScript 2018 Language Specification ECMAScript 2019 Language Specification Status, Process, and Documents for ECMA262 Style: Airbnb JavaScript Style Guide JavaScript Standard Style JavaScript Semi-Standard Style Deprecated JS Learning Resources: Crockford on JavaScript Volume 1: The Early Years [watch] Crockford on JavaScript Chapter 2: And Then There Was JavaScript [watch] Crockford on JavaScript Act III: Function the Ultimate [watch] Crockford on JavaScript Episode IV: The Metamorphosis of Ajax [watch] Crockford on JavaScript Part 5: The End of All Things [watch] Crockford on JavaScript Scene 6: Loopage [watch] JavaScript Patterns [read][$] The Principles of Object-Oriented JavaScript [read][$] JavaScript Modules [read]
id: f3a187c672d72e23749867175d30e69f - page: 62
Functional JavaScript: Introducing Functional Programming with Underscore.js [read][$] The Good Parts of JavaScript and the Web [watch][$] High Performance JavaScript (Build Faster Web Application Interfaces) [read][$] JS Explorers/Visualizers: JavaScript Array Explorer JavaScript Object Explorer JavaScript Visualizer 3.11 Learn DOM, BOM, CSSOM & jQuery DOM The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML, and XML documents. The nodes of every document are organized in a tree structure, called the DOM tree. Objects in the DOM tree may be addressed and manipulated by using methods on the objects. The public interface of a DOM is specied in its application programming interface (API). Wikipedia
id: 2ef2c6ef85be5e959eab4853cb91906b - page: 63
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "jhA48OaTiGXgHAfRH8BShj1fLb5qr_iPxT_fow43BfM", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "jhA48OaTiGXgHAfRH8BShj1fLb5qr_iPxT_fow43BfM", "level": 2}'