Presentations
This page contains information about presentations I have made in the past, either as part of some academic project, or as a consultant for various companies.
Academic Presentations
These are some presentation I have given in various academic settings.
- BioInspired Computing - Artificial Life
- Date: Fall 2011
- Summary: presentation about C. Langton's Artificial Life paper. The paper initiated the field of study know today as Artificial Life. The presentation also contains my notes of the paper.
- Evolving Ants
- Date: Spring 2012
- Summary: presentation about the EVA project
Other Presentations & Resources
These are some presentation I have given in settings other than academics, usually as a consultant for private businesses.
Curso PHP (Spanish)
The following is a PHP basic and intermediary course in plain PHP and Object Oriented PHP. This course was originally designed for audiences with basic programming knowledge but no previous PHP experience. The goal of the course is pretty ambitious: from no PHP to building a full-fledged dynamic website using Object Oriented PHP and Zend Framework. This course is all in Spanish. Here is an Spanish introduction: "Este curso forma parte de una serie de cursos cuyo objetivo principal es el de enseñar el lenguaje de programación PHP a personas con conocimientos básicos de programación, y prepararlos para llevar a cabo proyectos de gran envergadura. Para ello se enseñará PHP básico (este curso), PHP orientado a Objetos, las mejores y más novedosas prácticas en PHP, Patrones de Diseño y el Zend Framework."
- Curso PHP Básico
- Notas: Alta Calidad [14.6 MB] - Baja Calidad [4.4 MB]
- Ejemplos
- AlcanceVariables.php
- Arreglos.php
- ArreglosBidimensionales.php
- ArreglosIndice.php
- ArreglosNDimensionales.php
- Expresiones.php
- Funciones.php
- HolaMundo.php
- HolaMundoVariable.php
- Loops.php
- MySQL.php
- Operadores.php
- POST.php
- QueryString.php
- SQLInjection.php
- Strings1.php
- Variables.php
- VariablesTipos.php
- Ejercicios
- Curso - PHP Orientado a objetos
- Notas: Alta Calidad [14.6 MB]
- Aplicacion Frutas
- Ejemplos
- AtrapandoExcepciones.php
- ClasesAbstractas.php
- ClasesAbstractasFiltroLetras.php
- ClasesAbstractasFiltroNumeros.php
- ClasesFinales.php
- ClaseSimple.php
- ClonarObjetosReferencias.php
- CodigoImperativo.php
- CodigoOrientadoAObjetos.php
- Constructor.php
- EjemploEstatico.php
- EjemploSelf.php
- EjemploThisCorrecto.php
- EjemploThisIncorrecto.php
- ExcepcionesAnidadas.php
- ExcepcionesCodigo.php
- ExcepcionesIntroduccion.php
- ExtendiendoExcepciones.php
- HerenciaBasico.php
- HerenciaBasicoExplicacion.php
- HerenciaConstructores.php
- HerenciaInvocarAnulados.php
- HerenciaSobrescritura.php
- Instanceof.php
- Interfaces.php
- MetodoCall.php
- MetodoCallStatic.php
- MetodoClone.php
- MetodoDestruct.php
- MetodoGet.php
- MetodoInvoke.php
- MetodoIsset.php
- MetodoSet.php
- MetodoSetState.php
- MetodosFinales.php
- MetodoSleep.php
- MetodoToString.php
- MetodoUnset.php
- MetodoWakeup.php
- Objeto.php
- PropiedadesDeClases.php
- Referencias.php
- RestringirAcceso.php
- RestringirAccesoMetodos.php
- RestringirAccesoPrivate.php
- RestringirAccesoUso.php
- Serialize.php
- TiposReferencias.php
- Ejercicios