One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
#Steps to install latest Laravel, LEMP on AWS Ubuntu 16.4 version. This tutorial is the improvised verision of this tutorial on Digitalocean based on my experience.
Run the following commands in sequence.
sudo apt-get install -y language-pack-en-base
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install zip unzip
(dominic: this list of papers was originally recommended to me by Brain Noguchi @bnoguchi, and was a great start to understanding distributed systems)
Here's a selection of papers that I think you would find helpful and interesting:
The seminal paper about event ordering and concurrency. The important result is that events in a distributed system define a partially ordered set. The connection to what we're working on is fundamental, as this defines how to detect concurrent updates. Moreover, the chosen algorithm to turn the partially ordered set into a totally ordered set defines the conflict resolution algorithm.
http://research.microsoft.com/en-us/um/people/lamport/pubs/time-clocks.pdf
Resources for learning web design & front-end development:
ONLINE
Design
| http://cssdb.co/ | Popular CSS Libraries | |
| http://www.slidesjs.com/ | Simple for Slideshow | |
| http://gridpak.com/ | CSS Grid | |
| http://nick-jonas.github.io/windows/ | Fullscreen display | |
| http://manos.malihu.gr/jquery-custom-content-scroller/ | Scrollbar | |
| http://dfcb.github.io/BigVideo.js/ | Video Background | |
| https://developers.google.com/youtube/youtube_player_demo | Customize Embed youtube player | |
| http://fortawesome.github.io/Font-Awesome/ | Cool ICONS (works well with css) | |
| http://aozora.github.io/bootmetro/index.html | Bootstrap Metro Style | |
| http://designmodo.com/flat/ | Flat UI (Bootstrap Metro Style really..) |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.