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

Publicado en Backend, bash, HTML5, Java, Javascript, linux, Operative Systems, python, Scripts | Deja un comentario

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

Publicado en Backend, Java, UML | Deja un comentario

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

Publicado en Backend, BigData, Opinión, Otros | Deja un comentario

¿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

Publicado en Backend | Deja un comentario