├── ISSUE_TEMPLATE.md ├── LICENSE ├── MEETUP_TEMPLATE ├── README.md └── TERMS.md /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | # Propuesta de Actividad 2 | 3 | ## Título 4 | 5 | > Escribe aquí el título de la actividad propuesta 6 | 7 | ## Descripción 8 | 9 | > Añade una descripción sobre la actividad. Es importante reflejar la **motivación, alcance y duración** de la misma. Cuanto más detallada sea la descripción, mayores serán las oportunidades de despertar la curiosidad de la comunidad. Puedes echar un ojo a nuestro documento de [términos y condiciones][terms] para obtener más información sobre los límites de tiempo de los que disponemos 10 | 11 | ## Nivel 12 | 13 | > ¿Qué conocimientos sobre la materia se necesitan para acudir a la actividad? ¿A qué audiencia estaría destinada? 14 | 15 | ## Información adicional 16 | 17 | > ¿Es necesario tener en cuenta algún requisito para realizar la actividad? (mesas, conexión a Internet, un entorno preparado con antelación, etc.) 18 | 19 | ## Sobre mí 20 | 21 | > ¡Ayúdanos a conocerte! Aprovecha esta sección para explicar quién eres, tu experiencia y cualquier otra información relevante para la comunidad 22 | 23 | --- 24 | 25 | Todas nuestras actividades están obligadas a respetar nuestro [código de conducta][code of conduct] y cumplir el conjunto de [términos y condiciones][terms]. 26 | 27 | [code of conduct]: https://github.com/asturiashacking/core/blob/main/coc/CODE_OF_CONDUCT.md 28 | [terms]: https://github.com/asturiashacking/activities/blob/main/TERMS.md 29 | 30 | Por último, si no te importa, envíanos un email con una dirección de contacto a AsturiasHacking (asturiashacking@gmail.com) para que la comunicación a la hora de organizar la charla sea mas sencilla :-) 31 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright 2018 AsturiasHacking 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /MEETUP_TEMPLATE: -------------------------------------------------------------------------------- 1 | [Incluir aquí detalles sobre la actividad] 2 | 3 | ## AGENDA 4 | 5 | [Incluir aquí agenda de la actividad] 6 | 7 | - 19:00: Foo 8 | 9 | ## CÓDIGO DE CONDUCTA 10 | 11 | Os recordamos que todos nuestros eventos están regidos por: 12 | 13 | - Código de Conducta: https://github.com/asturiashacking/core/blob/master/coc/CODE_OF_CONDUCT.md 14 | - Términos y Condiciones: https://github.com/asturiashacking/activities/blob/master/TERMS.md 15 | 16 | ## ¡PARTICIPA EN ASTURIASHACKING! 17 | 18 | ¿Quieres proponer una charla, taller, mesa redonda o lean-coffe? Utiliza el repositorio de actividades en GitHub (https://github.com/asturiashacking/activities) para realizar cualquier propuesta y nos encantará añadirla al calendario de actividades de la comunidad! 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | --- 6 | 7 |

8 | 9 | ¿Quieres proponer una charla, taller o mesa redonda? Nos hemos mudado a saraos.tech, cuentanosla aquí 10 | 11 |

12 | 13 | --- 14 | 15 | En saraos.tech se podrán proponer, posibles charlas, talleres, hackathones, etc. que se puedan desarrollar en la comunidad AsturiasHacking para tener un repositorio de propuestas de cara a futuros [_meetups_](https://www.meetup.com/AsturiasHacking/). 16 | 17 | Si tienes alguna charla que te apetezca dar, algún taller que te apetezca organizar, o alguna otra actividad que creas que pueda ser enriquecedora para la comunidad, crea una propuesta y quizá entre todos podamos darle forma y fecha a la idea. 18 | 19 | El presente repositorio pasa a quedar cerrado para nuevas propuestas. Esperamos seguir recibiéndolas a través de la nueva plataforma. 20 | 21 | ## Términos y condiciones 22 | 23 | Antes de proponer cualquier actividad, te animamos a leer nuestros [términos y condiciones](TERMS.md) (que son de obligado cumplimiento por parte de facilitadores, _speakers_ u organizadores de cada actividad). ¿Qué os podéis encontrar ahí? Pues la duración máxima de cada charla y taller, qué tipo de lenguaje utilizar a lo largo del evento y cómo gestionar cambios en la propuesta una vez agendada en el calendario de actividades. 24 | 25 | ## Código de conducta 26 | 27 | AsturiasHacking se rige por un [código de conducta](https://github.com/asturiashacking/core/blob/main/coc/CODE_OF_CONDUCT.md) que es de obligado cumplimiento por parte de todas las personas: organizadoras y asistentes. ¡No olvides echarle un vistazo antes de venir! 28 | 29 | ## Actividades anteriores 30 | 31 | | Fecha | Título | Facilitada por | Enlaces | 32 | | ----- | ------ | ------------- | ------- | 33 | | 17/12/2020 |Doble combo: Creación de una skill Alexa + dinámica navideña|[Roberto Riesgo](https://twitter.com/JustTypingCode) | [Meetup](https://www.meetup.com/AsturiasHacking/events/273665744/) | 34 | | 26/11/2020 |Lean coffee, ¡charlemos!|[Azahara Fernández](https://twitter.com/azahara_fergui) | [Meetup](https://www.meetup.com/AsturiasHacking/events/274125732/) | 35 | | 23/10/2020 |Doble: creando una galería de fotos accesible y dinámica + Lluvia de recursos.| [Juanma Rodríguez](https://www.linkedin.com/in/juan-manuel-rodriguez-perez-25512733/)| [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/273523363/) | 36 | | 26/09/2020 |Doble combo: Hacking tecnologías NFC y ¿qué camino elegir?| [Jonathan Barbón](https://twitter.com/jony8mb)| [Meetup](https://www.meetup.com/AsturiasHacking/events/273009097/) | 37 | | 25/06/2020 |¡Hablemos de pelis y estereotipos!| [Azahara Fernández](https://twitter.com/azahara_fergui)| [Meetup](https://www.meetup.com/AsturiasHacking/events/270954719/) | 38 | | 11/06/2020 |kata online.| [Jonatan Menendez](https://twitter.com/jonatanmdez) | [Meetup](https://www.meetup.com/AsturiasHacking/events/270990419/) | 39 | | 28/05/2020 |Sesión doble: Bioinformática y trabajo en remoto.| [Carlota Carbajo Moral](https://www.instagram.com/carcarmor/?hl=es), [Roberto Riesgo](https://twitter.com/JustTypingCode)| [Meetup](https://www.meetup.com/AsturiasHacking/events/270606098/) | 40 | | 27/02/2020 |PowerPoint Karaoke| [Jonatan Menendez](https://twitter.com/jonatanmdez) | [Meetup](https://www.meetup.com/AsturiasHacking/events/267162804/) | 41 | | 11/02/2020 |Nuestras referentes en STEM | [Azahara Fernández](https://twitter.com/azahara_fergui) | [Meetup](https://www.meetup.com/AsturiasHacking/events/267163089/) | 42 | | 16/01/2020 | De la orientación de objetos a la programación funcional:un viaje alucinante | [Iñaki Quesada](https://twitter.com/piedresybarro) | [Meetup](https://www.meetup.com/AsturiasHacking/events/267162436/) | 43 | | 12/12/2019 | Cabeceras HTTP para mejorar la seguridad de cualquier aplicación web | [Jose Manuel Redondo](https://twitter.com/The_Rounded_Man) | [Meetup](https://www.meetup.com/AsturiasHacking/events/266707816/) | 44 | | 28/11/2019 | Coding Dojo | [Iñaki](https://twitter.com/piedresybarro) y [Sergio](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/AsturiasHacking/events/266429287/) | 45 | | 29/10/2019 | Introducción a Kotlin |[Lluis Toyos](https://twitter.com/tolbier) | [Meetup](https://www.meetup.com/AsturiasHacking/events/265777083/) | 46 | | 28/09/2019 | Open Space Technology | [Azahara](https://twitter.com/azahara_fergui), [Dani](https://twitter.com/dcarral) y [Sergio](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/AsturiasHacking/events/263548880/) | 47 | | 29/06/2019 | Lean Coffee: Mejorar como desarrolladorxs | [Azahara](https://twitter.com/azahara_fergui) | [Meetup](https://www.meetup.com/AsturiasHacking/events/261314917/) | 48 | | 13/06/2019 | Edición colaborativa de textos con Swell | [Pablo Jan](https://twitter.com/pablojan) | [Meetup](https://www.meetup.com/AsturiasHacking/events/261222396/) | 49 | | 30/05/2019 | Sesgos cognitivos en las pruebas. El lado más humano del testing | [Fran Moreno](https://twitter.com/morvader) | [Meetup](https://www.meetup.com/AsturiasHacking/events/258122372/) | 50 | | 25/04/2019 | Desarrollo de formularios web con React | [David Rodríguez](https://twitter.com/mcdave) | [Meetup](https://www.meetup.com/AsturiasHacking/events/257791771/) | 51 | | {04-05}/04/2019 | Taller de Introducción a TDD | [Sergio Álvarez](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/AsturiasHacking/events/258852355/) | 52 | | 28/03/2019 | Por qué NO vas a usar C++ en tu próximo proyecto | [Jose Caicoya](https://twitter.com/jose_caicoya) | [Meetup](https://www.meetup.com/AsturiasHacking/events/257856665/) | 53 | | 14/02/2019 | Mujer y Niña en la Tecnología | [Azahara](https://twitter.com/azahara_fergui), [Julia](https://twitter.com/las_tra), [Carla](https://twitter.com/carlaalvarez8_), [Leticia](https://www.linkedin.com/in/leticia-gutierrez-sanchez-83a09413b/), [Susana](https://www.linkedin.com/in/susanagonzalezcacheiro/) y [María](https://www.linkedin.com/in/mar%C3%ADa-hern%C3%A1ndez-mart%C3%ADnez-95a58615b/) | [Meetup](https://www.meetup.com/AsturiasHacking/events/257929981/) | 54 | | 13/12/2018 | Aplicaciones web interactivas con Shiny | [Julia Lastra](https://twitter.com/las_tra) | [Meetup](https://www.meetup.com/AsturiasHacking/events/255366223/) | 55 | | 13/12/2018 | Keep calm & do a great presentation | [Laura Lacarra](https://twitter.com/lauralacarra) | [Meetup](https://www.meetup.com/AsturiasHacking/events/255366223/) | 56 | | 21/11/2018 | Primeros pasos en Contract Testing con Pact | [Francisco Moreno](https://twitter.com/morvader) | [Meetup](https://www.meetup.com/AsturiasHacking/events/255366023/) | 57 | | 17/11/2018 | Asturias Global Day Of Coderetreat 2018 | [Azahara](https://twitter.com/azahara_fergui), [Diego](https://twitter.com/dg_suarez) y [Sergio](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/AsturiasHacking/events/254343807/) | 58 | | 19/07/2018 | Introducción a GraphQL | [David Rodríguez](https://twitter.com/mcdave) | [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/251636743/) | 59 | | 28/06/2018 | Introducción al front mediante "Holas Mundos" | [Azahara](https://twitter.com/azahara_fergui) y [Juanma](https://twitter.com/juan_manuel_rp) | [Meetup](https://www.meetup.com/AsturiasHacking/events/251636681/) | 60 | | 18/05/2018 | Design-first en el desarrollo de APIs | [Sergio Álvarez](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/249100549/) | 61 | | 03/05/2018 | OpenSource Build & Deployment System para OpenShift & Kubernetes | [Israel Gayoso](https://twitter.com/igayoso) | [Meetup](https://www.meetup.com/AsturiasHacking/events/249097148/) | 62 | | 17/04/2018 | Lenguajes de programación modernos: lambdas, futures y metaprogramación | [Jose Caicoya](https://twitter.com/jose_caicoya) | [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/249101826/) | 63 | | 05/04/2018 | La hora de la herramienta con AsturiasHacking (vol. 2) | - | [Meetup](https://www.meetup.com/AsturiasHacking/events/249095656/) | 64 | | 01/03/2018 | Mesa Redonda: reconversión al sector TIC | [Azahara](https://twitter.com/azahara_fergui) y [Juanma](https://twitter.com/juan_manuel_rp) | [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/247829899/) | 65 | | 25/01/2018 | Programas que se entienden a sí mismos. Metaprogramación en el siglo XXI. | [Diego Guerra](https://twitter.com/dg_suarez) | [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/246305236/) | 66 | | 21/11/2017 | La hora de la herramienta con AsturiasHacking | - | [Meetup](https://www.meetup.com/es-ES/AsturiasHacking/events/245558292/) | 67 | | 18/11/2017 | Asturias Global Day Of Code Retreat 2017 | [Dani](https://twitter.com/dcarral), [Manu](https://twitter.com/tasug0) y [Sergio](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/AsturiasHacking/events/244978487/) | 68 | | 07/11/2017 | Charla + Taller sobre _Quality Software_ | [Daniel Carral](https://twitter.com/dcarral) | [Meetup](https://www.meetup.com/AsturiasHacking/events/244424657/) | 69 | | 29/06/2017 | Lean Coffee sobre front-end | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/240780072) | 70 | | 18/05/2017 | La pull request perfecta | [Patricia Gao](https://twitter.com/patriciagao) | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/239636532) | 71 | | 12/05/2017 | Cómo terminar los proyectos personales que se empiezan... ¡o no! | [Carlos Cabo](https://twitter.com/putuko) | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/238462152) | 72 | | 27/04/2017 | Introducción al desarrollo de extensiones para navegadores | [Sergio Álvarez](https://twitter.com/codecoolture) | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/239126783) | 73 | | 23/03/2017 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/237659359) | 74 | | 23/02/2017 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/236520299) | 75 | | 19/01/2017 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/236520293) | 76 | | 04/01/2017 | AsturiasHacking presents "DevOps Day" | [Diego](https://twitter.com/dg_suarez), [Raúl](https://twitter.com/rnaveiras) e [Israel](https://twitter.com/igayoso) | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/236190595) | 77 | | 15/12/2016 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/236199260) | 78 | | 24/11/2016 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/235322389) | 79 | | 27/10/2016 | Coding Dojo | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/234663955) | 80 | | 29/09/2016 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/234237502) | 81 | | 09/06/2016 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/231331530) | 82 | | 05/05/2016 | Software Libre: Visión Global y Comunidades OpenSource | [Míriam Ruiz](https://twitter.com/renacuaja) | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/230588913) | 83 | | 21/04/2016 | Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/230113904) | 84 | | 07/04/2016 | Web Testing mantenible con Selenium | [Francisco Moreno](https://twitter.com/morvader) | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/229575681) | 85 | | 10/03/2016 | Civic Hacking && Lean Coffee | - | [Meetup](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/228899897) | 86 | | 04/02/2016 | Reunión de presentación | - | [Meetu](https://www.meetup.com/es-ES/preview/AsturiasHacking/events/228234360) | 87 | -------------------------------------------------------------------------------- /TERMS.md: -------------------------------------------------------------------------------- 1 | # Términos y condiciones 2 | 3 | Con el objetivo de crear una comunidad lo más inclusiva posible y limitar al máximo comportamientos nocivos que vayan en contra de nuestro [código de conducta][code of conduct], este documento describe una serie de condiciones orientadas a personas que deseen proponer, impartir, facilitar u organizar cualquier actividad bajo el paraguas de AsturiasHacking y que deben ser de obligado cumplimiento durante el transcurso de la misma: 4 | 5 | - Cumplir con todos los puntos del [código de conducta de la comunidad][code of conduct]. 6 | - Utilizar un lenguaje lo más inclusivo posible (por ejemplo, limitando siempre que sea posible el uso continuado de pronombres masculinos). 7 | - Mantener una conducta profesional y respetuosa ante los asistentes que expresen sus dudas durante el transcurso de la actividad. 8 | - NO cambiar la orientación de la actividad sin previo aviso a la organización (que deberá validar el _nuevo_ enfoque). 9 | - Por defecto, las charlas durarán un máximo de 30 minutos y los talleres, 90 minutos (una hora y media). \* 10 | - Del mismo modo, las actividades se desarrollarán, por lo general, durante la tarde de los jueves, a partir de las 19:00 horas. \* 11 | 12 | \* Desde AsturiasHacking nos adaptamos 100% al contexto de cada charla, pero es necesario llegar a un acuerdo con la organización antes de realizar cambios en alguno de estos puntos. 13 | 14 | ## Aplicación 15 | 16 | Incumplir cualquiera de los puntos anteriores puede llevar consigo la anulación de la actividad por parte de la organización o el cese de la misma durante su propio transcurso. 17 | 18 | [code of conduct]: https://github.com/asturiashacking/core/blob/master/coc/CODE_OF_CONDUCT.md 19 | --------------------------------------------------------------------------------