// config file
systemLog:
destination: file
path: /usr/local/var/log/mongodb/mongo.log
logAppend: true
storage:
dbPath: /usr/local/var/mongodb
net:
bindIp: 127.0.0.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"00ac": { | |
"id": "00ac", | |
"location": [ | |
40.829521, | |
-73.874516 | |
], | |
"name": "Morrison Av- Sound View", | |
"stops": { | |
"610": [ |
const str = `{\"hitPaywall\":false,\"counted\":false}`
const newStr = str.replaceAll('\\', '')
console.log(newStr) // {"hitPaywall":false,"counted":false}
func miniMaxSum(arr: [Int]) -> Void {
// Write your code here
guard arr.count > 4 else { return }
// https://www.hackerrank.com/challenges/missing-numbers/problem
Print Elements in a Linked List
What do product manager do? https://www.youtube.com/watch?v=yUOC-Y0f5ZQ
How to Crack the Product Manager Interview https://www.youtube.com/watch?v=61M1r69ZWDg
Associate Product Manager Mock Interview
NewerOlder