Skip to content

Instantly share code, notes, and snippets.

View 2wce's full-sized avatar
🏠
Working from home

Kudakwashe Mupeni 2wce

🏠
Working from home
View GitHub Profile
@2wce
2wce / split-json.js
Created February 3, 2021 13:33 — forked from tlync/split-json.js
Split large json file
if(process.argv.length < 3){
console.log('target file path is required.')
process.exit(1)
}
var target = process.argv[2]
console.log('file: ' + target)
var fs = require('fs')
fs.readFile(target, function (err, data) {
@2wce
2wce / README.md
Created March 23, 2020 16:05 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.