Joined September 2012
·
Posted to
Harlem Shake your site
over 1 year
ago
Turned this into a little easter egg on http://welzoo.com
Head to the site and type 'harlemshake' for some shake. Credit to moov in dev console.
Posted to
SASS Nesting
over 1 year
ago
While at first nesting can seem great for code clarity it can become very difficult to maintain your abstractions. You can quickly fall into too-targeted-selector-hell quickly on large projects.
Achievements
90 Karma
3,297 Total ProTip Views
Raven
Have at least one original repo where some form of shell script is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Lab
Have at least one original repo where C# is the dominant language
@haripoter77
I assume your trying to curl from a SSH session on the VPS, otherwise, going to localhost:3000 from a browser will try to go to your local machine. That should be clear as to why that won't work. Your gonna wanna try to use the IP of the VPS.
Also nginx, by default, binds to port 80 so trying to use port 3000 will also not work.