-
BT Group
- in/tomdaviesweb
Pinned Loading
-
Suggests optimal EC2 instance mix fo...
Suggests optimal EC2 instance mix for single-core apps, like CS:GO servers 1const hosts = [
2{3name: "z1d.12xlarge",
4capacity: 48,
5cost: 5.273,
-
nested-values.js
nested-values.js 1export function getNestedValue(key, object) {
2return key.split('.').reduce((previous, current) => {
3return previous[current];
4}, object);
5} -
Node.js: cache file and directory re...
Node.js: cache file and directory reads by wrapping `fs` 1import fs from "fs";
2import moment from "moment";
34const cache = new Map();
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




