Archivo de la categoría: Backend
Do you want to improve, or just refresh your developer skills?
https://www.freecodecamp.org/ helps people learn to code for free! Enjoy
Java Design Patterns
Design Patterns are general reusable solution to commonly occurring problems. These are the best practices, used by the experienced developers. Patterns are not complete code, but it can use as a template which can be applied to a problem. In … Seguir leyendo
R Programming language
After a mini-training at #codeSchool with #R, I conclude with a good feeling because of the abstraction level and the possibilities with statistics (Before, was pending algebra in my agenda. Now also, remember all the statistics I forgot….now, more and more, I … Seguir leyendo
¿Quieres empezar a programar con Django?
* Tutoriales: Principal: https://docs.djangoproject.com/en/1.5/ Getting started: https://docs.djangoproject.com/en/1.5/intro/ el apartado Advanced tutorial: How to write reusable apps the lo puedes saltar Models: https://docs.djangoproject.com/en/1.5/topics/db/models/ QuerySets: https://docs.djangoproject.com/en/1.5/topics/db/queries/ Related objects: https://docs.djangoproject.com/en/1.5/ref/models/relations/ URLs: https://docs.djangoproject.com/en/1.5/topics/http/urls/ Class-Based views: https://docs.djangoproject.com/en/1.5/topics/class-based-views/ Function views: https://docs.djangoproject.com/en/1.5/topics/http/views/ Forms: https://docs.djangoproject.com/en/1.5/topics/forms/ Forms and models: … Seguir leyendo