JavaScript Hello World Desktop App with Node.js Hello node-webkit With node-webkit, you can create desktop applications with CSS/HTML/JS and more importantly take advantage of node modules directly inside the html. In this post we are going to create
JavaScript Using Q and Promises to Read from File with Node Project Files Click here to download the project files. ... Also be sure to check out my latest course on Angular 2 using this coupon link: http://bit.ly/1SWkFxM Using q is very
JavaScript Build a Simple Command Line Application with Node.js Building command line applications is very fun and useful. You can learn a lot by making your own application. But make sure you pick the right language for the right job. If you
Git Useful Git Snippets Useful snippets rename branch git branch -m oldname newname deleting remote branch git push origin :newfeature Get all the branches git branch -a Push up everything git push -u origin --all Switch commit
Git A Git Workflow getting started Follow the instructions at bitbucket and install all the necessary things. Then clone the repo: git clone [link to the repo] Then you can follow the guideline below and learn about
Less Making font sizes based on fibonacci sequence with LESS Even though it is not the best idea to use a lot of JavaScript in LESS, it come in handy when you need to define something more involved. The snippet below allows you
DevOps When Ubuntu's Package Manager Dies with Python There might be a day that your python is totally messed up and you won't be able to do any apt-get install. The situation is even worse if you haven't updated the server
DevOps Setting up Apache Proxy to Serve Node Application Set up proxy Install build essentials then: aptitude install -y libapache2-mod-proxy-html libxml2-dev Enable apache modules: a2enmod Then it will ask you for the names of the modules that you want to enable: proxy