12 research outputs found

    Implementaci贸n de aplicaciones isom贸rficas con Javascript

    Get PDF
    With the evolution of browsers and the implementation of new Web standards (HTML5), new tools became available that have enabled us to create more complex web applications with better user experiences. Over time, these types of applications have proven useful, but deteriorate the user experience as extended lengths of time are used load the data on each page. For this same reason, it is proven that there is a need for interaction from the server to the generation page with the hybrid applications. One such technique was to allow the use (creation and modification) of graphical user interface elements, both in the client just like the server, which is why these applications are called isomorphic. This article shows the process that was undertaken to arrive at the concept of isomorphic applications, which describes the characteristics that must have an isomorphic implementation and, finally, presents a model of application architecture with code examples.Con la evoluci贸n de los navegadores y la implementaci贸n de los nuevos est谩ndares web (HTML5), aparecieron nuevas herramientas que nos han permitido crear aplicaciones web m谩s complejas, con una mejor experiencia de usuario. Con el tiempo, este tipo de aplicaciones han resultado 煤tiles, perosacrifi cando la experiencia de usuario debido a los tiempos de carga de los datos en cada p谩gina.Fue por este inconveniente que se evidenci贸 la necesidad de la interacci贸n desde el servidor para lageneraci贸n de p谩gina con aplicaciones h铆bridas. Una de estas t茅cnicas era permitir la utilizaci贸n (creaci贸n y modifi caci贸n) de componentes de interfaz gr谩fi ca, tanto en el cliente como en el servidor, por lo cual estas aplicaciones son llamadas isom贸rfi cas. El presente art铆culo muestra el proceso que se llev贸 a cabo hasta llegar al concepto de aplicaciones isom贸rfi cas, describe las caracter铆sticas que una aplicaci贸n isom贸rfi ca debe tener y, por 煤ltimo, plantea un modelo de arquitectura de aplicaci贸n con ejemplos de c贸digo

    Applying pair programming practice in the improvement of software design skills, in an undergraduate course

    Get PDF
    Teaching design patterns has proved to be a complicated topic in software engineering courses. Practitioners require mastering this technique in order to develop higher-quality programs. As part of the experiment, we used pair programming practice to solve this problem in an undergraduate classroom activity, aiming that finding the best pair configuration based on previous programming skills and character affinity, would lead us to better results. The experiment was divided into five rounds, increasing the complexity every each exercise. Afterward, we compared the score obtained by the students in the mid-term exam with last semester scores, resulting in an improvement of 0.37 points with the previous semester, which was 12.3% of the highest score (3 points)

    Gamit!: Plataforma para la gamificaci贸n basada en un sistema de recompensas para estudiantes universitarios

    Get PDF
    La gamificaci贸n es una t茅cnica que permite utilizar en distintos contextos las que se presentan en los juegos. En la actualidad, existen varias iniciativas para aplicarla en contextos educativos, las cuales buscan impactar en la experiencia de los estudiantes mediante la mejora en la motivaci贸n (Surendeleg et al., 2014; Hamari et al., 2015; Rinc贸n-Flores et al., 2018) y la atenci贸n de ellos (Hamari & Keronen, 2017). Para una correcta aplicaci贸n de la gamificaci贸n, es necesario basarse en alguna metodolog铆a que ordene y facilite su adopci贸n, as铆 como una herramienta que dinamice su utilizaci贸n por parte de los docentes y los estudiantes. Gamit! Es una plataforma tecnol贸gica de gamificaci贸n cuyo valor radica en facilitar la adopci贸n de esta t茅cnica mediante una metodolog铆a basada en narrativas

    Implementaci贸n de aplicaciones isom贸rficas con Javascript

    No full text
    Con la evoluci贸n de los navegadores y la implementaci贸n de los nuevos est谩ndares web (HTML5), aparecieron nuevas herramientas que nos han permitido crear aplicaciones web m谩s complejas, con una mejor experiencia de usuario. Con el tiempo, este tipo de aplicaciones han resultado 煤tiles, pero sacrificando la experiencia de usuario debido a los tiempos de carga de los datos en cada p谩gina. Fue por este inconveniente que se evidenci贸 la necesidad de la interacci贸n desde el servidor para la generaci贸n de p谩gina con aplicaciones h铆bridas. Una de estas t茅cnicas era permitir la utilizaci贸n (creaci贸n y modifi caci贸n) de componentes de interfaz gr谩fi ca, tanto en el cliente como en el servidor, por lo cual estas aplicaciones son llamadas isom贸rfi cas. El presente art铆culo muestra el proceso que se llev贸 a cabo hasta llegar al concepto de aplicaciones isom贸rfi cas, describe las caracter铆sticas que una aplicaci贸n isom贸rfi ca debe tener y, por 煤ltimo, plantea un modelo de arquitectura de aplicaci贸n con ejemplos de c贸digo.With the evolution of browsers and the implementation of new Web standards (HTML5), new tools became available that have enabled us to create more complex web applications with better user experiences. Over time, these types of applications have proven useful, but deteriorate the user experience as extended lengths of time are used load the data on each page. For this same reason, it is proven that there is a need for interaction from the server to the generation page with the hybrid applications. One such technique was to allow the use (creation and modifi cation) of graphical user interface elements, both in the client just like the server, which is why these applications are called isomorphic. This article shows the process that was undertaken to arrive at the concept of isomorphic applications, which describes the characteristics that must have an isomorphic implementation and, finally, presents a model of application architecture with code examples

    Implementaci贸n de aplicaciones isom贸rficas con Javascript

    No full text
    With the evolution of browsers and the implementation of new Web standards (HTML5), new tools became available that have enabled us to create more complex web applications with better user experiences. Over time, these types of applications have proven useful, but deteriorate the user experience as extended lengths of time are used load the data on each page. For this same reason, it is proven that there is a need for interaction from the server to the generation page with the hybrid applications. One such technique was to allow the use (creation and modification) of graphical user interface elements, both in the client just like the server, which is why these applications are called isomorphic. This article shows the process that was undertaken to arrive at the concept of isomorphic applications, which describes the characteristics that must have an isomorphic implementation and, finally, presents a model of application architecture with code examples.Con la evoluci贸n de los navegadores y la implementaci贸n de los nuevos est谩ndares web (HTML5), aparecieron nuevas herramientas que nos han permitido crear aplicaciones web m谩s complejas, con una mejor experiencia de usuario. Con el tiempo, este tipo de aplicaciones han resultado 煤tiles, perosacrifi cando la experiencia de usuario debido a los tiempos de carga de los datos en cada p谩gina.Fue por este inconveniente que se evidenci贸 la necesidad de la interacci贸n desde el servidor para lageneraci贸n de p谩gina con aplicaciones h铆bridas. Una de estas t茅cnicas era permitir la utilizaci贸n (creaci贸n y modifi caci贸n) de componentes de interfaz gr谩fi ca, tanto en el cliente como en el servidor, por lo cual estas aplicaciones son llamadas isom贸rfi cas. El presente art铆culo muestra el proceso que se llev贸 a cabo hasta llegar al concepto de aplicaciones isom贸rfi cas, describe las caracter铆sticas que una aplicaci贸n isom贸rfi ca debe tener y, por 煤ltimo, plantea un modelo de arquitectura de aplicaci贸n con ejemplos de c贸digo

    Implementaci贸n de aplicaciones isom贸rficas con Javascript

    No full text
    With the evolution of browsers and the implementation of new Web standards (HTML5), new tools became available that have enabled us to create more complex web applications with better user experiences. Over time, these types of applications have proven useful, but deteriorate the user experience as extended lengths of time are used load the data on each page. For this same reason, it is proven that there is a need for interaction from the server to the generation page with the hybrid applications. One such technique was to allow the use (creation and modification) of graphical user interface elements, both in the client just like the server, which is why these applications are called isomorphic. This article shows the process that was undertaken to arrive at the concept of isomorphic applications, which describes the characteristics that must have an isomorphic implementation and, finally, presents a model of application architecture with code examples.Con la evoluci贸n de los navegadores y la implementaci贸n de los nuevos est谩ndares web (HTML5), aparecieron nuevas herramientas que nos han permitido crear aplicaciones web m谩s complejas, con una mejor experiencia de usuario. Con el tiempo, este tipo de aplicaciones han resultado 煤tiles, perosacrifi cando la experiencia de usuario debido a los tiempos de carga de los datos en cada p谩gina.Fue por este inconveniente que se evidenci贸 la necesidad de la interacci贸n desde el servidor para lageneraci贸n de p谩gina con aplicaciones h铆bridas. Una de estas t茅cnicas era permitir la utilizaci贸n (creaci贸n y modifi caci贸n) de componentes de interfaz gr谩fi ca, tanto en el cliente como en el servidor, por lo cual estas aplicaciones son llamadas isom贸rfi cas. El presente art铆culo muestra el proceso que se llev贸 a cabo hasta llegar al concepto de aplicaciones isom贸rfi cas, describe las caracter铆sticas que una aplicaci贸n isom贸rfi ca debe tener y, por 煤ltimo, plantea un modelo de arquitectura de aplicaci贸n con ejemplos de c贸digo
    corecore