BlogHide Resteemsdonmesswithabeer (31)in programming • 7 years agoHow 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 the branch I'm working on. I'll show you how to auto commit and push to a…donmesswithabeer (31)in steemit • 7 years agoHow 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 content, and more. Its very easy to add to as well. It uses cheerio a simple jQuery…donmesswithabeer (31)in react • 7 years agoNew 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 6 are enabled for now. Github: Github Demo: Original Codrops Article:donmesswithabeer (31)in programming • 7 years agoUse 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. This solution is team friendly meaning it works when you have multiple people on…donmesswithabeer (31)in programming • 8 years agoHow 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 crypto-js and read modules to AES encrypt a file containing passwords. You can…donmesswithabeer (31)in programming • 8 years agoWiring 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 Patterns by Mario Cascario. You can find the intro post with links to the other…donmesswithabeer (31)in programming • 8 years agoWiring 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 Mario Cascario. This is my first post on steemit and your feedback is important…