- Analizar, diseñar, implementar soluciones a los requerimientos solicitados por las distintas áreas internas. Las soluciones deberán de ser robustas para atender altos volúmenes tanto de usuarios como de datos. Será importante garantizar la calidad y la seguridad de las soluciones desarrolladas.
- Proveer ayuda en el diagnostico de defectos y en caso de ser necesario reparar estos defectos teniendo en cuanto los niveles de servicio que ofrece la empresa.
- Escribir código para aplicaciones basadas en web utilizando una variedad de tecnologías tanto del lado del cliente como del lado del servidor. Las tecnologías utilizadas del lado del cliente incluyen HTML5, Adobe Flex, Ajax y similares. Además deberás de poseer un buen entendimiento y experiencia con el desarrollo de aplicaciones web utilizando Java.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package mongodbdemo.config; | |
| import java.util.Locale; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| import org.springframework.context.annotation.Bean; | |
| import org.springframework.context.annotation.ComponentScan; | |
| import org.springframework.context.annotation.Configuration; | |
| import org.springframework.context.support.ReloadableResourceBundleMessageSource; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Using Java as usual | |
| Runnable r = new Runnable() { | |
| @Override | |
| public void run() { | |
| System.out.println("Hello #JaverosMX!"); | |
| } | |
| }; | |
| r.run(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Grab(group='com.craigburke.document', module='pdf', version='0.3.1') | |
| @Grab(group='com.craigburke.document', module='word', version='0.3.1') | |
| @Grab('com.bloidonia:ascii-image:1.1') | |
| import com.bloidonia.asciiimage.AsciImageProcessor | |
| import java.awt.image.BufferedImage | |
| import java.awt.RenderingHints | |
| import java.awt.Color | |
| import javax.imageio.ImageIO | |
| import com.craigburke.document.builder.PdfDocumentBuilder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Minimal configuration needed for Gradle build file with GMetrics integration | |
| apply plugin: 'groovy' | |
| repositories { | |
| mavenCentral() | |
| } | |
| configurations { | |
| gmetrics | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #%RAML 0.8 | |
| title: World Music API | |
| baseUri: http://example.api.com/{version} | |
| version: v1 | |
| schemas: | |
| - halLink: | | |
| { "$schema": "http://json-schema.org/schema", | |
| "type": "object", | |
| "description": "a Hypertext Application Language link", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TABLE IF NOT EXISTS `country` ( | |
| `id` int(11) NOT NULL AUTO_INCREMENT, | |
| `iso` char(2) NOT NULL, | |
| `name` varchar(80) NOT NULL, | |
| `nicename` varchar(80) NOT NULL, | |
| `iso3` char(3) DEFAULT NULL, | |
| `numcode` smallint(6) DEFAULT NULL, | |
| `phonecode` int(5) NOT NULL, | |
| PRIMARY KEY (`id`) | |
| ) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
En Gus estamos buscando Ingeniero de Software para la Ciudad de México, que tengan sólidos conocimientos de desarrollo de APIs REST y que tambien le guste escribir código para navegadores.
Estamos interesados en una persona que tenga experiencia en proyectos medianos-grandes o que desee afrontar el reto.