際際滷shows by User: KenCoenen / http://www.slideshare.net/images/logo.gif 際際滷shows by User: KenCoenen / Thu, 26 Nov 2015 15:27:26 GMT 際際滷Share feed for 際際滷shows by User: KenCoenen Batch processing /slideshow/batch-processing-55550412/55550412 batchprocessingworkshop-151126152726-lva1-app6892
A lot of projects sooner or later encounter the challenge of processing huge data sets. You might want to choose a system where you receive the requests, but process them later on to avoid a system overload, eg. during the night. During this workshop we will teach you the principles of batch processing. We will try to explain the matter in a framework independant way, but we will concretize the theory with code samples using the Spring Batch Framework.]]>

A lot of projects sooner or later encounter the challenge of processing huge data sets. You might want to choose a system where you receive the requests, but process them later on to avoid a system overload, eg. during the night. During this workshop we will teach you the principles of batch processing. We will try to explain the matter in a framework independant way, but we will concretize the theory with code samples using the Spring Batch Framework.]]>
Thu, 26 Nov 2015 15:27:26 GMT /slideshow/batch-processing-55550412/55550412 KenCoenen@slideshare.net(KenCoenen) Batch processing KenCoenen A lot of projects sooner or later encounter the challenge of processing huge data sets. You might want to choose a system where you receive the requests, but process them later on to avoid a system overload, eg. during the night. During this workshop we will teach you the principles of batch processing. We will try to explain the matter in a framework independant way, but we will concretize the theory with code samples using the Spring Batch Framework. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/batchprocessingworkshop-151126152726-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> A lot of projects sooner or later encounter the challenge of processing huge data sets. You might want to choose a system where you receive the requests, but process them later on to avoid a system overload, eg. during the night. During this workshop we will teach you the principles of batch processing. We will try to explain the matter in a framework independant way, but we will concretize the theory with code samples using the Spring Batch Framework.
Batch processing from Ken Coenen
]]>
1580 4 https://cdn.slidesharecdn.com/ss_thumbnails/batchprocessingworkshop-151126152726-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
Meteor join 2015 /slideshow/meteor-join-2015/52763170 8xiuxrk4txuvo7wzvgum-signature-9f1fd6cd7e08b22dde02d90dc4e95ab13ad7e2912455d89cf9b603b366f71b50-poli-150914164101-lva1-app6891
Brief introduction to the Meteor framework, with a demonstration showing the power of the Meteor framework.]]>

Brief introduction to the Meteor framework, with a demonstration showing the power of the Meteor framework.]]>
Mon, 14 Sep 2015 16:41:00 GMT /slideshow/meteor-join-2015/52763170 KenCoenen@slideshare.net(KenCoenen) Meteor join 2015 KenCoenen Brief introduction to the Meteor framework, with a demonstration showing the power of the Meteor framework. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/8xiuxrk4txuvo7wzvgum-signature-9f1fd6cd7e08b22dde02d90dc4e95ab13ad7e2912455d89cf9b603b366f71b50-poli-150914164101-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Brief introduction to the Meteor framework, with a demonstration showing the power of the Meteor framework.
Meteor join 2015 from Ken Coenen
]]>
289 7 https://cdn.slidesharecdn.com/ss_thumbnails/8xiuxrk4txuvo7wzvgum-signature-9f1fd6cd7e08b22dde02d90dc4e95ab13ad7e2912455d89cf9b603b366f71b50-poli-150914164101-lva1-app6891-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
Java 7 & 8 /slideshow/java7-8-1/39231895 java7-81-140918035631-phpapp02
In this workshop we would like to take a closer look at the new features of Java 7 and Java 8. Java 7 has brought a couple of language enhancements to assist developers in their daily programming tasks and starting from Java 8 we finally have the opportunity to include a functional programming touch to Java thanks to Lambdas! Lambdas allow us to specify closures to create clean and brief solutions for which we would otherwise be obligated to write down a lot of boilerplate code. For example in order to sort a List of Strings based on their length we can now write the following code: Collections.sort(list, (s1, s2) -> s1.length() - s2.length()); Besides lambdas, Java 8 also comes with extension methods, allowing us to write interfaces containing implemented methods, streams and bulk data operations, granting us the opportunity to chain operations on collections to obtain a filtered or transformed set of the elements in our collection, and the possibility to pass functions as parameters. These features alone will have a major impact on the way how Java APIs can be written. There's also a brand new Date and Time API inspired on the popular JodaTime API and a couple of other language enhancements to aid Java developers in writing solutions in a more elegant way. Be sure to follow this workshop to stay up to date with the latest evolutions of the Java programming language. Java 8 is definitely an update of the programming language which you don't want to miss out on!]]>

In this workshop we would like to take a closer look at the new features of Java 7 and Java 8. Java 7 has brought a couple of language enhancements to assist developers in their daily programming tasks and starting from Java 8 we finally have the opportunity to include a functional programming touch to Java thanks to Lambdas! Lambdas allow us to specify closures to create clean and brief solutions for which we would otherwise be obligated to write down a lot of boilerplate code. For example in order to sort a List of Strings based on their length we can now write the following code: Collections.sort(list, (s1, s2) -> s1.length() - s2.length()); Besides lambdas, Java 8 also comes with extension methods, allowing us to write interfaces containing implemented methods, streams and bulk data operations, granting us the opportunity to chain operations on collections to obtain a filtered or transformed set of the elements in our collection, and the possibility to pass functions as parameters. These features alone will have a major impact on the way how Java APIs can be written. There's also a brand new Date and Time API inspired on the popular JodaTime API and a couple of other language enhancements to aid Java developers in writing solutions in a more elegant way. Be sure to follow this workshop to stay up to date with the latest evolutions of the Java programming language. Java 8 is definitely an update of the programming language which you don't want to miss out on!]]>
Thu, 18 Sep 2014 03:56:31 GMT /slideshow/java7-8-1/39231895 KenCoenen@slideshare.net(KenCoenen) Java 7 & 8 KenCoenen In this workshop we would like to take a closer look at the new features of Java 7 and Java 8. Java 7 has brought a couple of language enhancements to assist developers in their daily programming tasks and starting from Java 8 we finally have the opportunity to include a functional programming touch to Java thanks to Lambdas! Lambdas allow us to specify closures to create clean and brief solutions for which we would otherwise be obligated to write down a lot of boilerplate code. For example in order to sort a List of Strings based on their length we can now write the following code: Collections.sort(list, (s1, s2) -> s1.length() - s2.length()); Besides lambdas, Java 8 also comes with extension methods, allowing us to write interfaces containing implemented methods, streams and bulk data operations, granting us the opportunity to chain operations on collections to obtain a filtered or transformed set of the elements in our collection, and the possibility to pass functions as parameters. These features alone will have a major impact on the way how Java APIs can be written. There's also a brand new Date and Time API inspired on the popular JodaTime API and a couple of other language enhancements to aid Java developers in writing solutions in a more elegant way. Be sure to follow this workshop to stay up to date with the latest evolutions of the Java programming language. Java 8 is definitely an update of the programming language which you don't want to miss out on! <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/java7-81-140918035631-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> In this workshop we would like to take a closer look at the new features of Java 7 and Java 8. Java 7 has brought a couple of language enhancements to assist developers in their daily programming tasks and starting from Java 8 we finally have the opportunity to include a functional programming touch to Java thanks to Lambdas! Lambdas allow us to specify closures to create clean and brief solutions for which we would otherwise be obligated to write down a lot of boilerplate code. For example in order to sort a List of Strings based on their length we can now write the following code: Collections.sort(list, (s1, s2) -&gt; s1.length() - s2.length()); Besides lambdas, Java 8 also comes with extension methods, allowing us to write interfaces containing implemented methods, streams and bulk data operations, granting us the opportunity to chain operations on collections to obtain a filtered or transformed set of the elements in our collection, and the possibility to pass functions as parameters. These features alone will have a major impact on the way how Java APIs can be written. There&#39;s also a brand new Date and Time API inspired on the popular JodaTime API and a couple of other language enhancements to aid Java developers in writing solutions in a more elegant way. Be sure to follow this workshop to stay up to date with the latest evolutions of the Java programming language. Java 8 is definitely an update of the programming language which you don&#39;t want to miss out on!
Java 7 & 8 from Ken Coenen
]]>
989 1 https://cdn.slidesharecdn.com/ss_thumbnails/java7-81-140918035631-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-KenCoenen-48x48.jpg?cb=1523201072 I like working with people and supporting them in achieving their own goals. That's why, besides my day-to-day work as a Senior Java Consultant, I'm currently also active as Competence Leader at Ordina. After an education mainly focused on Java and C Programming (with a specialization in Project Management), I started as a C programmer at Dierickx, Leys & Cie, where we as a team of four IT'ers developed all applications ourselves. Here I had the opportunity to create several applications, where I had both the responsibility to talk to the end user and implement the solution. After a while I was triggered to encounter new environments and projects. To achieve this goal, there is nothing b... www.kiddieforecast.com https://cdn.slidesharecdn.com/ss_thumbnails/batchprocessingworkshop-151126152726-lva1-app6892-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/batch-processing-55550412/55550412 Batch processing https://cdn.slidesharecdn.com/ss_thumbnails/8xiuxrk4txuvo7wzvgum-signature-9f1fd6cd7e08b22dde02d90dc4e95ab13ad7e2912455d89cf9b603b366f71b50-poli-150914164101-lva1-app6891-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/meteor-join-2015/52763170 Meteor join 2015 https://cdn.slidesharecdn.com/ss_thumbnails/java7-81-140918035631-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/java7-8-1/39231895 Java 7 &amp; 8