How To GIT Commit and Push to Branch on Macbook Lid Close3년 전 by donmesswithabeer31 in programmingHow 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…
How to Scrape a Steemit Post with Javascript (Node.js)4년 전 by donmesswithabeer31 in steemitHow 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…
New Codrop Creative Style Buttons for React4년 전 by donmesswithabeer31 in reactNew 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…
Use Bitbucket for hosting private npm modules4년 전 by donmesswithabeer31 in programmingUse 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.…
How to Store Passwords in Google Drive with Node.js4년 전 by donmesswithabeer31 in programmingHow 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…
Wiring Modules Part 1: The Art of Writing Modules (Hardcoded Dependencies)4년 전 by donmesswithabeer31 in programmingWiring 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…
Wiring Modules in Node.js: Introduction4년 전 by donmesswithabeer31 in programmingWiring 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…