donmesswithabeer (31)in #programming • 7 years ago • NoneHow To GIT Commit and Push to Branch on Macbook Lid CloseAlright, this is something I wanted to do because I sometimes forget to push changes or perhaps didn't want to push to…donmesswithabeer (31)in #steemit • 7 years ago • NoneHow to Scrape a Steemit Post with Javascript (Node.js)This simple module will parse steemd for some essential data. Data includes images, body, author, url to original…donmesswithabeer (31)in #react • 7 years ago • NoneNew Codrop Creative Style Buttons for ReactI wanted to open source my new React buttons component. There are many more styles coming soon, just the first set of…donmesswithabeer (31)in #programming • 7 years ago • NoneUse Bitbucket for hosting private npm modulesGoal of this tutorial : Show you how to add a Node module as an NPM dependency from a private bitbucket repository.…donmesswithabeer (31)in #programming • 8 years ago • NoneHow to Store Passwords in Google Drive with Node.jsHow to Store Passwords (or other sensitive info) in Google Drive with Node.js Here's a simple script (65 lines) using…donmesswithabeer (31)in #programming • 8 years ago • NoneWiring Modules Part 1: The Art of Writing Modules (Hardcoded Dependencies)Welcome to part 1 of my series Wiring Modules , which aims to summarize chapter 7 in the book Node.js Design…donmesswithabeer (31)in #programming • 8 years ago • NoneWiring Modules in Node.js: IntroductionThis is the introduction on a series which aims to summarize chapter 7 in the book Node.js Design Patterns by…