Skip to content

Instantly share code, notes, and snippets.

View GeneralMeow's full-sized avatar

RC Brown GeneralMeow

View GitHub Profile
//API CALL
app.get('/api/home', (req, res) => {
db.getAll((err, data) => {
if (err) {
console.log(err);
} else {
res.send(data);
}
})

Security

Review the macOS Security and Privacy Guide.

Set root password

  • sudo passwd -u root
  • For Development
  • sudo spctl --master-disable

Software updates

  • softwareupdate -l
@GeneralMeow
GeneralMeow / rcbrownresume2019.md
Last active February 17, 2019 20:30
RC Brown Resume Markdown 2019

RC Brown - Software Engineer/Program Manager

LinkedIn GitHub

Skills:

JavaScript, ReactJS, NodeJS, ExpressJS, MongoDB, Sass, Webpack, Git, PostgreSQL, Mocha, Chai, Pug, Python, Scrum, TDD.

Projects:

textABaeApp: A simple web app that sends SMS messages using Node.js, Express, and Nexmo SMS API. I also used W3C Web Notifications API for the front-end UI to display the SMS delivery confirmation messages via Socket.io.

@GeneralMeow
GeneralMeow / blockstack
Created November 14, 2017 07:24
blockstack
Verifying my Blockstack ID is secured with the address 14XxGEqahn25X9kUX8krLDcr9reY6tRKF4 https://explorer.blockstack.org/address/14XxGEqahn25X9kUX8krLDcr9reY6tRKF4
@GeneralMeow
GeneralMeow / README.md
Last active April 21, 2017 20:57
OSSContribution.md
@GeneralMeow
GeneralMeow / contributeToOSS.md
Created April 14, 2017 21:43
contributeToOSS.md
@GeneralMeow
GeneralMeow / levelUpYourEnvironment.md
Last active April 7, 2017 21:27
LevelUpEnvironmentProject.md
@GeneralMeow
GeneralMeow / about.css
Last active May 21, 2016 00:59
Exercise 1.3
.header h1{
color: red;
}