Category Developers

When you need to put a *ops in your Live

In the last years it has been appearing a lot of strategies about *ops in all the ecosystems of IT. You can begin with DevOps, follow with FinOps and finish with ApiOps. Now its time to put in order all this concepts and leave them in one place. And this posts is the Solution for […]

Coffee with Brian Kernighan – Computerphile

Learn To Code With C

Free Book to Learn to code With C with your Rasperry Pi. Download it from this link. Enjoy!!!

Software versioning Strategies by Wikipedia

Post about Strategies of Informatión Versión identificates: Software versioning Enjoy!!!

DevOps IBM Free e-book

Free DevOps IBM e-book to download (Register is needed) from http://ibm.co/1M18q2j: Enjoy!!!  

Grid Editors en JavaScript

Navegando por Internet me he encontrado este artículo realmente interesante sobre editores Grid (al Estilo Excel) hechos con JavaScript: JavaScript grid editor: I want to be Excel Realmente interesante el artículo que compara las siguientes herramientas: jqGrid DataTables Flexgrid tgrid Ingrid jTps TableEditor SlickGrid keytable uiTableEdit tEditable jQuery.sheet Spreadsheet Dojo Widget Ext JS DataGrid YUI […]

Varios libros sobre diseño de interfaces de usuario

De la mano de la web http://designingwebinterfaces.com/ posteo es artículo sobre libros sobre diseño de interfaces de usuarios. Realmente interesante de revisar para aquellos que diseñen webs así como interesante son los post que van subiendo la gente sobre otros libros que conocen. Muy recomendable de visitar: Essential Books for User Interface Designers Enjoy!!!

WampServer

Realmente interesante opción para instalar una versión de Apache + php + mysql sobre Windows. Muy fácil de instalar y de configurar, gracias al icono que instala en la ventana del reloj es realmente óptimo para trabajar. 100% recomendable para los que no quieren complicarse la existencia instalando todas las herramientas por separado. Para los […]

12 Plantillas estándards para diseño de web

En la web Designing Web Interfaces he encontrado este interesante artículo: 12 Standard Screen Patterns donde se pueden encontrar 12 diseños para web corportativas (y no tan comporativas). Una base realmente interesante para quien quiere desarrollar un entorno web y quiere tener ejemplos realmente interesantes.

Gráficos Sencillos con Excel

Una manera sencilla de llevar a cabo gráficos en excel es mediante la función REPT y el carácter █. Para datos que no son ni muy complicados ni con número muy grandes, esto último se puede resolver, se puede llegar a gráficos como el siguiente: Simplemente se debe introducir la función: =REPT(“█”;[Celda]) por cada línea […]