• About Me
  • Resources
  • Projects
    • SkyblockPlugin
    • GitHub
    • Varnish Dashboard
    • NodeFTPD
    • Util.php
    • WordPress Access Control
  • Contact Info
  • Resume/CV
Brandon Wamboldt
Software Development & DevOps

Node.js

  • Development
  • ...
    • Tips & Tricks

Node Tip: .nodemonignore

Posted on September 5, 2013June 6, 2015by Brandon Wamboldt

Most node.js developers use Nodemon as a development server, as it allows you to watch your project files and will automatically restart Node when changes are detected. However, there are a few problems with this. Restarting an application every time a file changes is often unnecessary, and causes a slight delay before you can refresh […]

Read More
2 Comments
  • Development
  • ...
    • Tips & Tricks

Node Tip: require() JSON files

Posted on September 1, 2013June 6, 2015by Brandon Wamboldt

If you didn’t already know this, it may come in handy. You can use Node’s require() function to require JSON files. It will return a hash. Just like require() always does, it will cache the file, and only load it once (no matter how many files you require it from). Useful for config files. var […]

Read More
No comments yet
  • Development

Node.js and NodeFTPD

Posted on March 1, 2013June 6, 2015by Brandon Wamboldt

A buddy of mine has been telling me I should learn Node.js for the last few months, but I’ve been staying away because I haven’t been the biggest fan of JS in the client (Browser inconsistencies and all that). This week I decided to dive in and see what the hype is all about, and […]

Read More
1 Comment
I'm a team lead, software developer, and devops engineer (depending on the day). I love programming, and having a blog allows me to share things I've learned with others, and hopefully save somebody a bit of time!

Disclaimer: Any opinions expressed are solely my own and do not express the views or opinions of my employer.

Recent Posts

  • Debugging an Internet issue
  • Everything I googled in a week as a senior developer
  • Creating an Effective Resume
  • Interview Tips for Software Developers
  • Tmux & Cygwin
Activello Theme by Colorlib Powered by WordPress