Diferencia entre revisiones de «Usuario:ManuelRomero/NewPHP/Referencias Web»

De WikiEducator
Saltar a: navegación, buscar
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
== <span id="anchor"></span>Ebooks ==
+
== Ebooks ==
  
 
* [http://it-ebooks.info/ IT eBooks]
 
* [http://it-ebooks.info/ IT eBooks]
* [https://www.pdfdrive.net/ ''''''PDF Drive'''''']
+
* [https://www.pdfdrive.net/ PDF Drive]
  
== <span id="anchor-1"></span>Git ==
+
== 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]
  
== <span id="anchor-2"></span>Google Maps ==
+
== Google Maps ==
  
 
* [https://developers.google.com/maps/documentation/javascript/ Google Maps API]
 
* [https://developers.google.com/maps/documentation/javascript/ Google Maps API]
  
== <span id="anchor-3"></span>Javascript ==
+
==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]
  
== <span id="anchor-4"></span>MongoDB ==
+
==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]
  
== <span id="anchor-5"></span>MySQL – MariaDB  ==
+
==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]
  
== <span id="anchor-6"></span>PHP  ==
+
== 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]
  
== <span id="anchor-7"></span>Webinars, podcasts and live coding  ==
+
== 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
+
;Para gestionar librerías y dependencias en un proyecto usando composer
 
  *https://packagist.org/
 
  *https://packagist.org/
*Programa para grabar vídeo
 
  
 
;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 20:51 16 sep 2020

Bibliografía y referenicas que iremos aportando a lo largo del curso

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/