Skip to main content

Entrevista a Leonardo Galvao

Felipe Gaucho ha realizado una entrevista a Leonardo Galvao, felicidades amigo, por los aportes a la comunidad, por el gran trabajo realizado, en la segunda edición Leonardo Incluyo a Panamá en el Mapa de NetBeans, y a colaborado muchisimo con Janice, Bruno entre otros para que PanamaJUG sea una realidad, a todos muchas gracias, y felicidades amigo.
Parte de la entrevista:

What is Netbeans Magazine ?

Netbeans Magazine is an online technical publication about Netbeans Platform and also about projects and technologies that adopt the Open Source IDE in order to improve its productivity and quality goals. It is a PDF document available at http://www.netbeans.org/community/magazine. Despite the virtual nature of the magazine, I believe it is very important people to have a chance to print the magazine in a high-quality format, so the document layout was designed to provide a high quality printable PDF document. The magazine is published every three or four months - the periodicity is not fixed because the priority is the quality of the contents and sometimes is better to postpone few weeks for synchronizing the magazine with big events like JavaONE.

Comments

Popular posts from this blog

Primefaces v13

 La versión nueva de primefaces v13.0 elimina el componente <p:repeat>  Consulte los cambios en  https://github.com/primefaces/primefaces/releases/tag/13.0.0 por lo tanto si necesita una solución similar considere utilizar  <p:carousel>  o  <ui:repeat> En la versión 13 genera una excepción

Jmoordb-Core @UpdateMany y @DeleteMany

 Jmoordb-Core @UpdateMany y @DeleteMany Estoy trabajando en una versión nueva de jmoordb-core en la cual se estará implementando nuevas funcionalidades como lo son @DeleteMany y    @UpdateMany con la finalidad de hacer operaciones sobre múltiples documentos de la colección.