This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Http\Controllers\Api; | |
| use App\Disease; | |
| use Illuminate\Http\Request; | |
| use App\Http\Controllers\Controller; | |
| class DiseaseController extends Controller | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use Illuminate\Http\Request; | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | API Routes | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Here is where you can register API routes for your application. These |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unity básico - Juego de naves | |
| https://www.youtube.com/watch?v=Rwr-J8wzkKw&list=PLHdk97dabfvzlWg0FbT-HBfsvBkaNqXfU&index=1 | |
| http://www.piskelapp.com/ | |
| Aprendiendo a usar las Corrutinas | |
| https://www.youtube.com/playlist?list=PLREdURb87ks32vRTQX64cMeM51nktRX0W | |
| Canal | |
| https://unity3d.com/es/learn/tutorials/topics/2d-game-creation/creating-basic-platformer-game?playlist=41639 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Consumir una API, Web Service en Android, creando una Pokedex | |
| https://www.youtube.com/watch?v=xQn8u4Htib4 | |
| https://alvarez.tech/labs/android-retrofit-pokedex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Referencias: http://ht-solutions.pe/blog/2016/10/how-to-configurar-php-xampp-con-una-base-de-datos-sql-server/ | |
| Añadir en el php.ini , de acuerdo a la persion de PHP en mi caso PHP 5.6 | |
| https://drive.google.com/file/d/0B4z8EDCvDzDhUncteXFmcDAxNGc/view | |
| extension=php_pdo_sqlsrv_56_ts.dll | |
| extension=php_sqlsrv_56_ts.dll | |
| Instalar el driver: https://www.microsoft.com/en-us/download/details.aspx?id=36434 | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Retrofit: | |
| https://galideas.wordpress.com/category/android/ | |
| https://es.coursera.org/learn/aplicaciones-android/lecture/cfstR/retrofit | |
| https://code.tutsplus.com/es/tutorials/sending-data-with-retrofit-2-http-client-for-android--cms-27845 | |
| Android: https://github.com/pavan12228?tab=repositories | |
| http://www.hermosaprogramacion.com/ | |
| Curso Desarrollo de Aplicaciones en Android 2016 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hacking con Python | |
| https://www.youtube.com/playlist?list=PLx2TI8AABspakKSRQIHjPRBDq9vyVU5SY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Carrito Electrónico | |
| https://www.youtube.com/playlist?list=PLQBsSZ4qJdGmjeD8wZJ5HBOLf5QZyeTWr | |
| Template free para tiendas virtuales | |
| https://cssauthor.com/e-commerce-website-templates/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Youtube: | |
| Optimización del rendimiento con MySQL | |
| https://www.youtube.com/watch?v=rsHXazV__Ec | |
| https://www.youtube.com/watch?v=1HH4ZYXhJYE | |
| Link: | |
| https://blog.infranetworking.com/como-detectar-consultas-lentas-en-mysql/ | |
| https://es.slideshare.net/onestic/rendimiento-y-optimizacin-de-mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Curso de Programación Web [Video 29] - Primeros Pasos con Laravel 5.3 | |
| https://www.youtube.com/watch?v=9QYG_10hr-s | |
| Sistema de administración para Laravel 5.3 con Voyager | |
| https://www.youtube.com/watch?v=X1CagClUi88&t=18s | |
| Laravel | |
| https://www.youtube.com/user/rimorsoft/playlists | |
| Taller básico de Laravel |
OlderNewer