Nginx Proxy, Node.js, & Express
For those of you launching your own web servers, Nginx is a popular upgrade to using Apache, a web server that handles http requests. Nginx has more flexibility in the types of backend it works with
Software engineering blog for mobile and web
For those of you launching your own web servers, Nginx is a popular upgrade to using Apache, a web server that handles http requests. Nginx has more flexibility in the types of backend it works with
OS X bash Update 1.0 – OS X Mavericks | |
OS X bash Update 1.0 – OS X Lion | |
OS X bash Update 1.0 – OS X Mountain Lion |
First, check which version of bash your Mac is running and if it is not 4.3.x then proceed:
1
2
3
|
$ bash --version
GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
|
First you’ll need to install homebrew,
For the first part you will need to setup MongoDB 2.6+ using Homebrew in Mac OS X and second configure a database for building a REST API using NodeJS on a local machine. The second part should be similar
This is part five of my look into AngularJS.
AngularJS functions that can be used instead of using typeof(). For instance
This is part four of my look into AngularJS.
In AngularJS this is how you would use textarea in HTML.
1 |
<textarea name="multilinetext" ng-model="multitext" ng-change="changeTextArea()" rows="3" cols="40" wrap="off"></textarea>
|
For more information on attributes that are available,
This is part three of my look into AngularJS.
Instead of using HTML5 date input type which is not
This is part two of my look into AngularJS.
You can use Modernizr to check if the browser supports HTML5 features and to see if it has javascript support.
To use Modernizr add the below code above the
This is part one of my look into AngularJS.
AngularJS is a open source, cross platform, javascript framework. It is used to develop single page applications (SPA). A SPA is when resources are loaded
To get started using Google Drive with Google APIs Client Library for Java you need to connect using
If you are using Gradle skip ahead.
As of writing the current version of Google APIs Client Library for Java is 1.17.0-rc,