Skip to content

Instantly share code, notes, and snippets.

View wendellpereira's full-sized avatar
💭
doing stuff

Wendell wendellpereira

💭
doing stuff
  • Minneapolis,MN, USA
View GitHub Profile
@tshaddix
tshaddix / upload-controller.js
Last active February 21, 2018 22:33
Busboy + GridFS + Express4
var Busboy = require('busboy'),
Grid = require('gridfs-stream'),
mongoose = require('mongoose'),
router = module.exports = require('express').Router();
var gfs = new Grid(mongoose.connection.db, mongoose.mongo);
router
.get('/:item/receipt/info', function(req, res, next){
gfs.files.find({
@wookiecooking
wookiecooking / hosx.sh
Last active January 21, 2020 23:44
Simple Installation of the latest Brew, Cask, Git, Node.js, and atom editor.
#!/bin/bash
<<COMMENT
# Simple Installation of the latest Brew, Cask, Git, Node.js, and atom editor. #
@Author: Austin Turnage
@License: MIT
# Example Usage #
Download Method::
Download this file, and from the directory, run in terminal

You can use Redux together with React, or with any other view library.
It is tiny (2kB, including dependencies).

New! Learn Redux from its creator:
Getting Started with Redux (30 free videos)

Testimonials

@leonardofed
leonardofed / README.md
Last active March 14, 2025 18:19
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.