Diferencia entre revisiones de «Usuario:ManuelRomero/NewPHP/Referencias Web»
De WikiEducator
Línea 1: | Línea 1: | ||
Bibliografía y referenicas que iremos aportando a lo largo del curso | Bibliografía y referenicas que iremos aportando a lo largo del curso | ||
− | == | + | == Ebooks == |
* [http://it-ebooks.info/ IT eBooks] | * [http://it-ebooks.info/ IT eBooks] | ||
− | * [https://www.pdfdrive.net/ | + | * [https://www.pdfdrive.net/ PDF Drive] |
− | == | + | == Git == |
* [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] | * [https://developers.google.com/maps/documentation/javascript/ Google Maps API] | ||
− | == | + | ==Javascript == |
* [http://exploringjs.com/impatient-js/toc.html ''''''JavaScript for impatient programmers''''''] | * [http://exploringjs.com/impatient-js/toc.html ''''''JavaScript for impatient programmers''''''] | ||
* [http://jquery.com/ jQuery] | * [http://jquery.com/ jQuery] | ||
− | == | + | ==MongoDB == |
* [https://www.mongodb.com/ MongoDB] | * [https://www.mongodb.com/ MongoDB] | ||
Línea 27: | Línea 27: | ||
* [https://studio3t.com/ Studio 3T] | * [https://studio3t.com/ Studio 3T] | ||
− | == | + | ==MySQL – MariaDB == |
* [https://www.mysql.com/ MySQL] | * [https://www.mysql.com/ MySQL] | ||
Línea 35: | Línea 35: | ||
* [https://dbeaver.io/ DBeaver] | * [https://dbeaver.io/ DBeaver] | ||
− | == | + | == PHP == |
* [https://github.com/jupeter/clean-code-php ''''''Clean Code PHP''''''] | * [https://github.com/jupeter/clean-code-php ''''''Clean Code PHP''''''] | ||
Línea 42: | Línea 42: | ||
* [http://www.hackingwithphp.com/ Hacking with PHP] | * [http://www.hackingwithphp.com/ Hacking with PHP] | ||
− | == | + | == Webinars, podcasts and live coding == |
* [https://dev.tube/ ''''''Dev.tube''''''] | * [https://dev.tube/ ''''''Dev.tube''''''] | ||
Línea 48: | Línea 48: | ||
* [https://www.youtube.com/playlist?list=PLfgj7DYkKH3Cd8bdu5SIHGYXh_bPV2idP Carlos Buenosvinos - Rigor Talks] | * [https://www.youtube.com/playlist?list=PLfgj7DYkKH3Cd8bdu5SIHGYXh_bPV2idP Carlos Buenosvinos - Rigor Talks] | ||
− | + | ;Para gestionar librerías y dependencias en un proyecto usando composer | |
*https://packagist.org/ | *https://packagist.org/ | ||
− | |||
;Phpunit | ;Phpunit | ||
http://librosweb.es/tutorial/ | http://librosweb.es/tutorial/ | ||
acelera-la-ejecucion-de-tus-tests-con-phpunit/ | acelera-la-ejecucion-de-tus-tests-con-phpunit/ |
Revisión de 21:51 16 sep 2020
Bibliografía y referenicas que iremos aportando a lo largo del curso
Contenido
Ebooks
Git
Google Maps
Javascript
MongoDB
MySQL – MariaDB
PHP
Webinars, podcasts and live coding
- Para gestionar librerías y dependencias en un proyecto usando composer
*https://packagist.org/
- Phpunit
http://librosweb.es/tutorial/ acelera-la-ejecucion-de-tus-tests-con-phpunit/