Diferencia entre revisiones de «Usuario:ManuelRomero/NewPHP/Referencias Web»
De WikiEducator
(Una revisión intermedia por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
− | Bibliografía y | + | Bibliografía y referencias que iremos aportando a lo largo del curso |
== Ebooks == | == Ebooks == | ||
Línea 9: | Línea 9: | ||
* [https://git-scm.com/ Git SCM] | * [https://git-scm.com/ Git SCM] | ||
* [https://www.atlassian.com/git Git - Atlassian] | * [https://www.atlassian.com/git Git - Atlassian] | ||
+ | |||
+ | == Google Maps == | ||
+ | |||
+ | * [https://developers.google.com/maps/documentation/javascript/ Google Maps API] | ||
+ | |||
+ | ==Javascript == | ||
+ | |||
+ | * [http://exploringjs.com/impatient-js/toc.html ''''''JavaScript for impatient programmers''''''] | ||
+ | * [http://jquery.com/ jQuery] | ||
+ | |||
+ | ==MongoDB == | ||
+ | |||
+ | * [https://www.mongodb.com/ MongoDB] | ||
+ | * [https://www.mongodb.com/webinars MongoDB Webinars] and [https://www.mongodb.com/presentations/all MongoDB presentations] | ||
+ | ** [https://www.mongodb.com/presentations/results?page=1&search=back%20to%20basics Back to basics] | ||
+ | ** [https://www.mongodb.com/presentations/results?page=1&search=time%20series Time series] | ||
+ | * [https://studio3t.com/ Studio 3T] | ||
+ | |||
+ | ==MySQL – MariaDB == | ||
+ | |||
+ | * [https://www.mysql.com/ MySQL] | ||
+ | * [http://www.artfulsoftware.com/infotree/queries.php Common MySQL Queries] | ||
+ | * [http://sqlzoo.net/ SQLZoo - Tutorial interactivo] | ||
+ | * [https://www.webyog.com/product/sqlyog SQLYog] | ||
+ | * [https://dbeaver.io/ DBeaver] | ||
+ | |||
+ | == PHP == | ||
+ | |||
+ | * [https://github.com/jupeter/clean-code-php '''''Clean Code PHP'''''] | ||
+ | * [https://php.net/ php.net] | ||
+ | * [http://www.phptherightway.com/ PHP The Rigth Way] | ||
+ | * [http://www.hackingwithphp.com/ Hacking with PHP] | ||
+ | |||
+ | == Webinars, podcasts and live coding == | ||
+ | |||
+ | * [https://dev.tube/ ''''''Dev.tube''''''] | ||
+ | * [https://www.youtube.com/playlist?list=PLARHdv-87rPyD4cDyFbBGJn8dAhL9VJS2 Jorge Casas - Development playlist] | ||
+ | * [https://www.youtube.com/playlist?list=PLfgj7DYkKH3Cd8bdu5SIHGYXh_bPV2idP Carlos Buenosvinos - Rigor Talks] | ||
+ | |||
+ | == Gestionar librerías y dependencias== | ||
+ | ;Usar composer: | ||
+ | *https://packagist.org/ | ||
+ | |||
+ | == Phpunit == | ||
+ | http://librosweb.es/tutorial/ | ||
+ | acelera-la-ejecucion-de-tus-tests-con-phpunit/ | ||
+ | |||
+ | == Gestionar librerías y dependencias == | ||
+ | ;usando composer | ||
+ | *https://packagist.org/ | ||
+ | |||
+ | == Phpunit == | ||
+ | http://librosweb.es/tutorial/ | ||
+ | acelera-la-ejecucion-de-tus-tests-con-phpunit/ |
Última revisión de 01:28 9 oct 2020
Bibliografía y referencias que iremos aportando a lo largo del curso
Contenido
Ebooks
Git
Google Maps
Javascript
MongoDB
MySQL – MariaDB
PHP
Webinars, podcasts and live coding
Gestionar librerías y dependencias
- Usar composer
*https://packagist.org/
Phpunit
http://librosweb.es/tutorial/ acelera-la-ejecucion-de-tus-tests-con-phpunit/
Gestionar librerías y dependencias
- usando composer
*https://packagist.org/
Phpunit
http://librosweb.es/tutorial/ acelera-la-ejecucion-de-tus-tests-con-phpunit/