|
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +# Máster en Programación FullStack con JavaScript y Node.js |
| 8 | +### JS, Node.js, Frontend, Backend, Firebase, Express, Patrones, HTML5_APIs, Asincronía, Websockets, Testing |
| 9 | + |
| 10 | +## Clase 89 |
| 11 | + |
| 12 | +### Heroku |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +- [Lenguajes soportados](https://devcenter.heroku.com/categories/language-support) |
| 17 | +- [Soporte](https://help.heroku.com/) |
| 18 | +- [Precio](https://www.heroku.com/#) |
| 19 | +- [Marketplace](https://elements.heroku.com/) |
| 20 | +- **[Documentacion](https://devcenter.heroku.com/categories/reference)** |
| 21 | + - [Heroku Architecture](https://devcenter.heroku.com/categories/heroku-architecture) |
| 22 | + - [Command Line](https://devcenter.heroku.com/categories/command-line) |
| 23 | + - [Deployment](https://devcenter.heroku.com/categories/deployment) |
| 24 | + - [Continuous Delivery](https://devcenter.heroku.com/categories/continuous-delivery) |
| 25 | + - [Language Support](https://devcenter.heroku.com/categories/language-support) |
| 26 | + - [Databases & Data Management](https://devcenter.heroku.com/categories/data-management) |
| 27 | + - [Monitoring & Metrics](https://devcenter.heroku.com/categories/monitoring-metrics) |
| 28 | + - [App Performance](https://devcenter.heroku.com/categories/app-performance) |
| 29 | + - [Add-ons](https://devcenter.heroku.com/categories/add-ons) |
| 30 | + - [Collaboration](https://devcenter.heroku.com/categories/collaboration) |
| 31 | + - [Security](https://devcenter.heroku.com/categories/security) |
| 32 | + - [Heroku Enterprise](https://devcenter.heroku.com/categories/heroku-enterprise) |
| 33 | + - [Extending Heroku](https://devcenter.heroku.com/categories/extending-heroku) |
| 34 | + - [Accounts & Billing](https://devcenter.heroku.com/categories/billing) |
| 35 | + - [Troubleshooting & Support](https://devcenter.heroku.com/categories/troubleshooting) |
| 36 | + |
| 37 | +### [Heroku: Uso](https://devcenter.heroku.com/articles/getting-started-with-nodejs) |
| 38 | + |
| 39 | +**Instalación del Toolbelt** |
| 40 | +- En Linux |
| 41 | +``` |
| 42 | + wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh |
| 43 | +``` |
| 44 | +- Versiones ejecutables para Windows y OSX |
| 45 | +- Es necesario tener instalado previamente Ruby en la máquina |
| 46 | + |
| 47 | + |
| 48 | +**Login en Heroku** |
| 49 | +``` |
| 50 | + heroku login |
| 51 | +``` |
| 52 | + |
| 53 | +**Preparando la Aplicación** |
| 54 | +- Ejemplo de Heroku |
| 55 | +``` |
| 56 | + git clone https://github.com/heroku/node-js-getting-started.git && cd node-js-getting-started |
| 57 | +``` |
| 58 | + |
| 59 | +**Crear un proyecto** |
| 60 | +- Con un nombre al azar |
| 61 | +``` |
| 62 | + heroku create |
| 63 | +``` |
| 64 | +- Con nombre propio |
| 65 | +``` |
| 66 | + heroku create miproyecto |
| 67 | +``` |
| 68 | + |
| 69 | +**Desplegando nuestro proyecto** |
| 70 | +- Nota: Previamente tienes que tener el proyecto gestionado con Git. |
| 71 | +``` |
| 72 | + git push heroku master |
| 73 | +``` |
| 74 | + |
| 75 | +**Escalando nuestro proyecto** |
| 76 | +- Verificando el número de Dynos |
| 77 | +``` |
| 78 | + heroku ps |
| 79 | +``` |
| 80 | +- Definiendo el número de Dynos |
| 81 | +``` |
| 82 | + heroku ps:scale web=1 |
| 83 | +``` |
| 84 | + |
| 85 | +**Abriendo nuestro proyecto** |
| 86 | +``` |
| 87 | + heroku open |
| 88 | +``` |
| 89 | + |
| 90 | +**Logs del proyecto** |
| 91 | +``` |
| 92 | +heroku logs --tail |
| 93 | +``` |
| 94 | + |
| 95 | +**Lanzar el proyecto en local** |
| 96 | +``` |
| 97 | +heroku local web |
| 98 | +``` |
| 99 | + |
| 100 | +### [Google Cloud (GCloud)](https://cloud.google.com/?hl=es) |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | +**Recursos** |
| 107 | +- [Why Google Cloud](https://cloud.google.com/why-google-cloud/?hl=es) |
| 108 | +- [Productos](https://cloud.google.com/products/?hl=es) |
| 109 | +- [Precios](https://cloud.google.com/#/?hl=es) |
| 110 | +- [Clientes](https://cloud.google.com/customers/?hl=es) |
| 111 | +- [Empezar](https://cloud.google.com/start/?hl=es) |
| 112 | +- [Documentación](https://cloud.google.com/docs/?hl=es) |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | +### [Amazon Web Services (AWS)](https://aws.amazon.com/es/?nc2=h_lg) |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | +**Recursos** |
| 123 | +- [Precios](https://aws.amazon.com/es/#/?nc2=h_ql_pr) |
| 124 | +- [Formación](https://aws.amazon.com/es/training/?nc2=h_ql_le) |
| 125 | +- [Documentación](https://docs.aws.amazon.com/index.html?nc2=h_ql_doc) |
| 126 | +- [Productos](https://aws.amazon.com/es/products/?nc2=h_m1) |
| 127 | + |
| 128 | + |
| 129 | +### [Azure](https://azure.microsoft.com/) |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | +**Recursos** |
| 135 | +- [Productos](https://azure.microsoft.com/es-es/services/) |
| 136 | +- [Documentacion](https://docs.microsoft.com/es-es/azure/) |
| 137 | +- [#](https://azure.microsoft.com/es-es/#/) |
| 138 | +- [Formación](https://docs.microsoft.com/es-es/learn/azure/) |
| 139 | + |
| 140 | + |
| 141 | +### [BlueMix](https://www.ibm.com/cloud/) |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | +**Recursos** |
| 147 | +- [Productos](https://www.ibm.com/cloud/products/) |
| 148 | +- [#](https://www.ibm.com/cloud/#) |
| 149 | +- [# Calculator](https://console.bluemix.net/#/?cm_mc_uid=34962018113315235231205&cm_mc_sid_50200000=76818951523523120581&cm_mc_sid_52640000=23655911523523120587) |
| 150 | + |
| 151 | + |
| 152 | +### [Digital Ocean](https://www.digitalocean.com/) |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | +**Recursos** |
| 157 | +- [#](https://www.digitalocean.com/#/) |
| 158 | +- [Documentation](https://developers.digitalocean.com/documentation/) |
| 159 | +- [One-click install and deploy Node.js](https://www.digitalocean.com/products/one-click-apps/node-js/) |
| 160 | + |
| 161 | + |
| 162 | +### [OVH](https://www.ovh.es/) |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | +**Recursos** |
| 167 | +- [Lab](https://labs.ovh.com/) |
| 168 | +- [Bounty Factory](https://bountyfactory.io/ovh/ovh) |
| 169 | + |
| 170 | + |
| 171 | +### Servicios Cloud Típicos |
| 172 | +- [Dialogflow](https://dialogflow.com/) |
| 173 | +- [Twilio](https://www.twilio.com/) |
| 174 | +- [Stripe](https://stripe.com/es) |
| 175 | +- [Sendgrid](https://sendgrid.com/) |
| 176 | +- [Sentry](https://sentry.io/welcome/) |
| 177 | +- [Intercom](https://www.intercom.com/) |
0 commit comments