Skip to content

Instantly share code, notes, and snippets.

View pinceladasdaweb's full-sized avatar
👊
The only thing I really care about is user experience.

Pedro Rogério pinceladasdaweb

👊
The only thing I really care about is user experience.
View GitHub Profile
<script>
const render = function (posts) {
posts.responseData.feed.entries.forEach((post, index) => {
console.log(post.title);
console.log(post.content);
console.log(post.link);
});
};
new Feeder({
@pinceladasdaweb
pinceladasdaweb / install-mongodb-mac-os-x.md
Created November 13, 2018 16:16 — forked from Sydney-o9/install-mongodb-mac-os-x.md
Install MongoDB on Mac OS X without brew

1. Download latest source

# Get latest from MongoDB website
$ curl -O https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.4.6.tgz
$ tar -zxvf mongodb-osx-x86_64-3.4.6.tgz
$ mkdir -p mongodb
$ cp -R -n mongodb-osx-x86_64-3.4.6/ mongodb
$ sudo mv mongodb /usr/local

Keybase proof

I hereby claim:

  • I am pinceladasdaweb on github.
  • I am pinceladasdaweb (https://keybase.io/pinceladasdaweb) on keybase.
  • I have a public key whose fingerprint is 7289 500F 7583 1E75 5F44 3B65 98F9 1525 3878 E289

To claim this, I am signing this object: