ºÝºÝߣshows by User: ThomasSegismont / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: ThomasSegismont / Wed, 04 Oct 2017 22:19:36 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: ThomasSegismont Server-side Kotlin for Mobile Developers /slideshow/serverside-kotlin-for-mobile-developerq/80473811 server-side-kotlin-171004221937
Kotlin is a popular alternative language for Android applications. Mobile developers love it because it brings modern programming constructs yet allows for compatibility with a wide range of devices (more than 80 percent use a runtime version released in or before 2015) and it is fully interoperable with existing libraries. But Kotlin is versatile and can be used on the server side too. In this session, you will witness the creation of a mobile back end for an Android music player. You will learn how to use the Vert.x toolkit to build an HTTP server with Kotlin and RxJava. And then the presenter will expose a web API to provide the application with catalog, search, and streaming features. Kotlin programmers, unleash your talents and become full-stack mobile developers!]]>

Kotlin is a popular alternative language for Android applications. Mobile developers love it because it brings modern programming constructs yet allows for compatibility with a wide range of devices (more than 80 percent use a runtime version released in or before 2015) and it is fully interoperable with existing libraries. But Kotlin is versatile and can be used on the server side too. In this session, you will witness the creation of a mobile back end for an Android music player. You will learn how to use the Vert.x toolkit to build an HTTP server with Kotlin and RxJava. And then the presenter will expose a web API to provide the application with catalog, search, and streaming features. Kotlin programmers, unleash your talents and become full-stack mobile developers!]]>
Wed, 04 Oct 2017 22:19:36 GMT /slideshow/serverside-kotlin-for-mobile-developerq/80473811 ThomasSegismont@slideshare.net(ThomasSegismont) Server-side Kotlin for Mobile Developers ThomasSegismont Kotlin is a popular alternative language for Android applications. Mobile developers love it because it brings modern programming constructs yet allows for compatibility with a wide range of devices (more than 80 percent use a runtime version released in or before 2015) and it is fully interoperable with existing libraries. But Kotlin is versatile and can be used on the server side too. In this session, you will witness the creation of a mobile back end for an Android music player. You will learn how to use the Vert.x toolkit to build an HTTP server with Kotlin and RxJava. And then the presenter will expose a web API to provide the application with catalog, search, and streaming features. Kotlin programmers, unleash your talents and become full-stack mobile developers! <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/server-side-kotlin-171004221937-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Kotlin is a popular alternative language for Android applications. Mobile developers love it because it brings modern programming constructs yet allows for compatibility with a wide range of devices (more than 80 percent use a runtime version released in or before 2015) and it is fully interoperable with existing libraries. But Kotlin is versatile and can be used on the server side too. In this session, you will witness the creation of a mobile back end for an Android music player. You will learn how to use the Vert.x toolkit to build an HTTP server with Kotlin and RxJava. And then the presenter will expose a web API to provide the application with catalog, search, and streaming features. Kotlin programmers, unleash your talents and become full-stack mobile developers!
Server-side Kotlin for Mobile Developers from Thomas Segismont
]]>
1555 4 https://cdn.slidesharecdn.com/ss_thumbnails/server-side-kotlin-171004221937-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Better performances with HTTP/2 /slideshow/better-performances-with-http2/76021425 gids2017betterperformanceswithhttp2-170516133517
The HTTP/2 protocol is the latest evolution of the HTTP protocol addressing the issue of HTTP/TCP impedance mismatch. Web applications have been working around this problem for years employing techniques like concatenation or css spriting to reduce page load time and improve user experience. HTTP/2 is also a game changer on the server enabling increased concurrency. This talk will focus on the impact HTTP/2 will have on the server and examine how particularly well adapted the Vert.x concurrency model is to serve HTTP/2 applications.]]>

The HTTP/2 protocol is the latest evolution of the HTTP protocol addressing the issue of HTTP/TCP impedance mismatch. Web applications have been working around this problem for years employing techniques like concatenation or css spriting to reduce page load time and improve user experience. HTTP/2 is also a game changer on the server enabling increased concurrency. This talk will focus on the impact HTTP/2 will have on the server and examine how particularly well adapted the Vert.x concurrency model is to serve HTTP/2 applications.]]>
Tue, 16 May 2017 13:35:17 GMT /slideshow/better-performances-with-http2/76021425 ThomasSegismont@slideshare.net(ThomasSegismont) Better performances with HTTP/2 ThomasSegismont The HTTP/2 protocol is the latest evolution of the HTTP protocol addressing the issue of HTTP/TCP impedance mismatch. Web applications have been working around this problem for years employing techniques like concatenation or css spriting to reduce page load time and improve user experience. HTTP/2 is also a game changer on the server enabling increased concurrency. This talk will focus on the impact HTTP/2 will have on the server and examine how particularly well adapted the Vert.x concurrency model is to serve HTTP/2 applications. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/gids2017betterperformanceswithhttp2-170516133517-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> The HTTP/2 protocol is the latest evolution of the HTTP protocol addressing the issue of HTTP/TCP impedance mismatch. Web applications have been working around this problem for years employing techniques like concatenation or css spriting to reduce page load time and improve user experience. HTTP/2 is also a game changer on the server enabling increased concurrency. This talk will focus on the impact HTTP/2 will have on the server and examine how particularly well adapted the Vert.x concurrency model is to serve HTTP/2 applications.
Better performances with HTTP/2 from Thomas Segismont
]]>
427 2 https://cdn.slidesharecdn.com/ss_thumbnails/gids2017betterperformanceswithhttp2-170516133517-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Modern app programming with RxJava and Eclipse Vert.x /slideshow/modern-app-programming-with-rxjava-and-eclipse-vertx/71488590 modernappprogrammingwithrxjavaandeclipsevert-170128120540
With the advent of mobile web and IoT (Internet of Things), today's applications need to handle a lot of concurrent requests while staying responsive and easy to scale. Infrastructure plays a role in achieving these goals, but changing your programming style can help too. In this presentation, we will make the case for reactive programming, and introduce RxJava in particular. Then we will guide you through the process of building a real-life web application, based on Vert.x 3 and RxJava, communicating with databases, external services and modern datastores. You will learn how Vert.x integrates with RxJava, and why its simplicity makes it a perfect runtime for reactive applications.]]>

With the advent of mobile web and IoT (Internet of Things), today's applications need to handle a lot of concurrent requests while staying responsive and easy to scale. Infrastructure plays a role in achieving these goals, but changing your programming style can help too. In this presentation, we will make the case for reactive programming, and introduce RxJava in particular. Then we will guide you through the process of building a real-life web application, based on Vert.x 3 and RxJava, communicating with databases, external services and modern datastores. You will learn how Vert.x integrates with RxJava, and why its simplicity makes it a perfect runtime for reactive applications.]]>
Sat, 28 Jan 2017 12:05:40 GMT /slideshow/modern-app-programming-with-rxjava-and-eclipse-vertx/71488590 ThomasSegismont@slideshare.net(ThomasSegismont) Modern app programming with RxJava and Eclipse Vert.x ThomasSegismont With the advent of mobile web and IoT (Internet of Things), today's applications need to handle a lot of concurrent requests while staying responsive and easy to scale. Infrastructure plays a role in achieving these goals, but changing your programming style can help too. In this presentation, we will make the case for reactive programming, and introduce RxJava in particular. Then we will guide you through the process of building a real-life web application, based on Vert.x 3 and RxJava, communicating with databases, external services and modern datastores. You will learn how Vert.x integrates with RxJava, and why its simplicity makes it a perfect runtime for reactive applications. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/modernappprogrammingwithrxjavaandeclipsevert-170128120540-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> With the advent of mobile web and IoT (Internet of Things), today&#39;s applications need to handle a lot of concurrent requests while staying responsive and easy to scale. Infrastructure plays a role in achieving these goals, but changing your programming style can help too. In this presentation, we will make the case for reactive programming, and introduce RxJava in particular. Then we will guide you through the process of building a real-life web application, based on Vert.x 3 and RxJava, communicating with databases, external services and modern datastores. You will learn how Vert.x integrates with RxJava, and why its simplicity makes it a perfect runtime for reactive applications.
Modern app programming with RxJava and Eclipse Vert.x from Thomas Segismont
]]>
3020 4 https://cdn.slidesharecdn.com/ss_thumbnails/modernappprogrammingwithrxjavaandeclipsevert-170128120540-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Rxjava pratique https://fr.slideshare.net/slideshow/rxjava-pratique/58746736 rxjava-pratique-160226084852
Sur RxJava, on trouve facilement des guides pour démarrer, et la documentation de référence couvre bien l'ensemble des opérateurs. Mais les exemples d'utilisations concrètes sont plus rares. Dans cette présentation, vous apprendrez comment Hawkular Metrics utilise RxJava pour implémenter: - une interface REST avec JAX-RS - le stockage des métriques dans Apache Cassandra - les calculs d'aggrégats - l'interaction avec les autres composants Hawkular via JMS]]>

Sur RxJava, on trouve facilement des guides pour démarrer, et la documentation de référence couvre bien l'ensemble des opérateurs. Mais les exemples d'utilisations concrètes sont plus rares. Dans cette présentation, vous apprendrez comment Hawkular Metrics utilise RxJava pour implémenter: - une interface REST avec JAX-RS - le stockage des métriques dans Apache Cassandra - les calculs d'aggrégats - l'interaction avec les autres composants Hawkular via JMS]]>
Fri, 26 Feb 2016 08:48:52 GMT https://fr.slideshare.net/slideshow/rxjava-pratique/58746736 ThomasSegismont@slideshare.net(ThomasSegismont) Rxjava pratique ThomasSegismont Sur RxJava, on trouve facilement des guides pour démarrer, et la documentation de référence couvre bien l'ensemble des opérateurs. Mais les exemples d'utilisations concrètes sont plus rares. Dans cette présentation, vous apprendrez comment Hawkular Metrics utilise RxJava pour implémenter: - une interface REST avec JAX-RS - le stockage des métriques dans Apache Cassandra - les calculs d'aggrégats - l'interaction avec les autres composants Hawkular via JMS <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/rxjava-pratique-160226084852-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Sur RxJava, on trouve facilement des guides pour démarrer, et la documentation de référence couvre bien l&#39;ensemble des opérateurs. Mais les exemples d&#39;utilisations concrètes sont plus rares. Dans cette présentation, vous apprendrez comment Hawkular Metrics utilise RxJava pour implémenter: - une interface REST avec JAX-RS - le stockage des métriques dans Apache Cassandra - les calculs d&#39;aggrégats - l&#39;interaction avec les autres composants Hawkular via JMS
from Thomas Segismont
]]>
328 4 https://cdn.slidesharecdn.com/ss_thumbnails/rxjava-pratique-160226084852-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Gardez vos-applications-loeil-avec-hawkular-metrics https://fr.slideshare.net/slideshow/gardez-vosapplicationsloeilavechawkularmetrics/48648003 gardez-vos-applications-loeil-avec-hawkular-metrics-150527090639-lva1-app6892
Hawkular Metrics est une base de données de séries temporelles, construite avec Wildfly et Cassandra. Elle permet de stocker de très grandes quantités données qui pourront être interrogées et agrégées par la suite. Cette présentation commencera par une histoire du projet Hawkular, suivie d'un aperçu des fonctionnalités et de l'architecture de Hawkular Metrics. Puis vous apprendrez comment vous lancer avec un serveur et, pas à pas, comment surveiller tous les composants de votre pile logicielle, depuis le système d'exploitation jusqu'à votre application, en passant par le middleware.]]>

Hawkular Metrics est une base de données de séries temporelles, construite avec Wildfly et Cassandra. Elle permet de stocker de très grandes quantités données qui pourront être interrogées et agrégées par la suite. Cette présentation commencera par une histoire du projet Hawkular, suivie d'un aperçu des fonctionnalités et de l'architecture de Hawkular Metrics. Puis vous apprendrez comment vous lancer avec un serveur et, pas à pas, comment surveiller tous les composants de votre pile logicielle, depuis le système d'exploitation jusqu'à votre application, en passant par le middleware.]]>
Wed, 27 May 2015 09:06:39 GMT https://fr.slideshare.net/slideshow/gardez-vosapplicationsloeilavechawkularmetrics/48648003 ThomasSegismont@slideshare.net(ThomasSegismont) Gardez vos-applications-loeil-avec-hawkular-metrics ThomasSegismont Hawkular Metrics est une base de données de séries temporelles, construite avec Wildfly et Cassandra. Elle permet de stocker de très grandes quantités données qui pourront être interrogées et agrégées par la suite. Cette présentation commencera par une histoire du projet Hawkular, suivie d'un aperçu des fonctionnalités et de l'architecture de Hawkular Metrics. Puis vous apprendrez comment vous lancer avec un serveur et, pas à pas, comment surveiller tous les composants de votre pile logicielle, depuis le système d'exploitation jusqu'à votre application, en passant par le middleware. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/gardez-vos-applications-loeil-avec-hawkular-metrics-150527090639-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Hawkular Metrics est une base de données de séries temporelles, construite avec Wildfly et Cassandra. Elle permet de stocker de très grandes quantités données qui pourront être interrogées et agrégées par la suite. Cette présentation commencera par une histoire du projet Hawkular, suivie d&#39;un aperçu des fonctionnalités et de l&#39;architecture de Hawkular Metrics. Puis vous apprendrez comment vous lancer avec un serveur et, pas à pas, comment surveiller tous les composants de votre pile logicielle, depuis le système d&#39;exploitation jusqu&#39;à votre application, en passant par le middleware.
from Thomas Segismont
]]>
1514 21 https://cdn.slidesharecdn.com/ss_thumbnails/gardez-vos-applications-loeil-avec-hawkular-metrics-150527090639-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
What's new in JBoss ON 3.2 /slideshow/whats-new-in-jboss-on-32/33654954 ruppt0340whatsnewinrhjbossoperationsnetwork-140417124654-phpapp01
ºÝºÝߣs from the Red Hat Summit 2014 session: What's new in JBoss ON 3.2]]>

ºÝºÝߣs from the Red Hat Summit 2014 session: What's new in JBoss ON 3.2]]>
Thu, 17 Apr 2014 12:46:54 GMT /slideshow/whats-new-in-jboss-on-32/33654954 ThomasSegismont@slideshare.net(ThomasSegismont) What's new in JBoss ON 3.2 ThomasSegismont ºÝºÝߣs from the Red Hat Summit 2014 session: What's new in JBoss ON 3.2 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ruppt0340whatsnewinrhjbossoperationsnetwork-140417124654-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ºÝºÝߣs from the Red Hat Summit 2014 session: What&#39;s new in JBoss ON 3.2
What's new in JBoss ON 3.2 from Thomas Segismont
]]>
1340 3 https://cdn.slidesharecdn.com/ss_thumbnails/ruppt0340whatsnewinrhjbossoperationsnetwork-140417124654-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://public.slidesharecdn.com/v2/images/profile-picture.png http://www.redhat.com/ https://cdn.slidesharecdn.com/ss_thumbnails/server-side-kotlin-171004221937-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/serverside-kotlin-for-mobile-developerq/80473811 Server-side Kotlin for... https://cdn.slidesharecdn.com/ss_thumbnails/gids2017betterperformanceswithhttp2-170516133517-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/better-performances-with-http2/76021425 Better performances wi... https://cdn.slidesharecdn.com/ss_thumbnails/modernappprogrammingwithrxjavaandeclipsevert-170128120540-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/modern-app-programming-with-rxjava-and-eclipse-vertx/71488590 Modern app programming...