docs to read
cloud
- aws documentation - official aws documentation
- aws news blog – official aws news blog
- all things distributed - werner vogels blog
- aws architecture blog - well architected blog
- google cloud platform blog - official google cloud documentation
- microsoft azure blog - official azure documentation
os
- ubuntu – my linux server of choice.
- fedora – another linux server sponsored by redhat.
- centos – centos is based red hat enterprise linux.
- debian – debian is a solid no-nonsense linux platform.
- howtoforge – provides user-friendly linux tutorials.
- tecmint – linux how to guide.
software
- apache – an open-source http server.
- nginx – a http, proxy, reverse proxy server.
- bower – package manager for the web.
- gulp – automate and enhance your workflow.
- varnish – is a web application caching accelerator.
- wordpress – cms for creating websites or blogs.
php
- php.net – the official php website.
- laravel – the future of php framework.
- composer – dependency manager for php.
- codeigniter – a well documented php framework.
- slim framework – a micro framework.
- hhvm – facebook’s open-source php vm.
html5
- html5 boilerplate – popular front-end template.
- html5 rocks – html5 tutorials.
- initializr – html5 template generator.
- modernizr – javascript detects html5 and css3.
- a list apart – for people who make websites.
- html5 – mozilla developer network guide.
css3
- w3c css – css homepage.
- bootstrap – css framework.
- sass – syntactically awesome style sheets.
- less – a css pre-processor.
- html kickstart – a bootstrap alternative.
- css-tricks – css resource.
javascript
- javascript – guides, tutorials, tools and resources.
- jquery – fast, small, and feature-rich javascript library.
- angular – a structural framework for dynamic web apps.
- react – facebook javascript library for building interfaces.
- node.js – platform for fast, scalable network applications.
- eloquent javascript – introduction to javascript.