Skip to content

Instantly share code, notes, and snippets.

View SudiDav's full-sized avatar
🎯
Never stop learning

Sudi David SudiDav

🎯
Never stop learning
View GitHub Profile
@SudiDav
SudiDav / JS-LINQ.js
Created August 11, 2022 09:02 — forked from DanDiplo/JS-LINQ.js
JavaScript equivalents of some common C# LINQ methods. To help me remember!
// JS array equivalents to C# LINQ methods - by Dan B.
// First: This version using older JavaScript notation for universal browser support (scroll down for ES6 version):
// Here's a simple array of "person" objects
var people = [
{ name: "John", age: 20 },
{ name: "Mary", age: 35 },
{ name: "Arthur", age: 78 },
{ name: "Mike", age: 27 },
@davidfowl
davidfowl / MinimalAPIs.md
Last active June 28, 2024 17:42
Minimal APIs at a glance

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database