9/30/18

This week's Wednesday Evening Training: Taking a deep dive in WebGL coloring and continuing our BabylonJS labs

In this week's Wednesday Evening Training we continued our exploration of WebGL and BabylonJS.


A deep dive into coloring in WebGL and continuing our BabylonJS labs

Quincy Jacobs took us on a deep dive into WebGL and showed us how to add color to objects. Combining the Color and Position Vertex Buffers involves quite a bit of math. In order to polish up our mathematics in that area, we have planned a refresher hour for the Wednesday Evening Training on WebGL (that will be October 10th) . We also took plenty of time for our BabylonJS labs. Based on the labs we did last week, we experimented with diffferent camera's, light sources and materials. We also experimented with parent and child objects and did a bit of animation. More of that also on October 10th, then I'll give a demo of my BabylonJS prototype in which an Archimate model view (using the free Archi editor) is converted into a BabylonJS 3D model. For complex architectures, 3D modelling may give more insight than plain 2D models. Worth doing some experiments to see whether this is a good approach!


Further reading

Do you want to read more on the topics in this post? Here are some links…

Quincy's WebGL explanations and examples on GitHub: https://github.com/QuincyJacobs/WebGLTutorial
Building up a basic demo with Babylon.js: https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Babylon.js
A practical intro to BabylonJS (presentation): https://www.slideshare.net/HansRontheWeb/a-practical-intro-to-babylonjs-115869611

See also the BabylonJS links in my previous posts in the Wednesday Evening Training.

Past Wednesday Evening Trainings

You 'll find post of previous sessions here: https://www.linkedin.com/search/results/content/?keywords=%23wednesdayeveningtraining

Next week 's Wednesday Evening Training

Next week 's Wednesday Evening Training In next week's Wednesday Evening Training, one of our security experts, Vince Corona, will give us some more examples of hacking and explain us the importance of security in ICT. In the previous session, we already had a great intro on security in which he explained and demoed some basic hacking scenario's.
This evening on october 3rd is also open for visitors! The location is our main office in Leidscherijn, Utrecht (The Netherlands). You can subscribe at the following URL: https://www.werkenbijcapgemini.nl/events/How-to-become-a-hacker

In the future, more of the Wednesday Evening Trainings will be opened for visitors. Make sure that you follow the #wednesdayeveningtraining on LinkedIn or my Blog.

9/22/18

This week's Wednesday Evening Training: Introduction to WebGL, BabylonJS and 3d/game engines

In this session, we continued our exploration of 3D modeling and animation with a deep dive into WebGL and BabylonJS. Quincy Jacobs and I gave explanation on the basic concepts and illustrated these with code walkthroughs of WebGL and BabylonJS examples. The class could also gain some experience with two handson labs in which graphics and animations were implemented.



WebGL 

WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is integrated completely into all the web standards of the browser, allowing GPU-accelerated usage of physics and image processing and effects as part of the web page canvas.

In the WebGL part, Quincy explained us the Graphics pipeline that is used to draw graphics. The concepts of a Vertex array buffer, Element array buffer, Vertex shader, Fragment shader and a Shader program have all been explained and illustrated based on a code example in which a triangle object was drawn on the screen. An effective way of really getting to know technology. There is a lot of math involved, so we also needed some recap of stuff we learned a long time ago :).

Quincy has published his WebGL explanations and examples on his GitHub site: https://github.com/QuincyJacobs/WebGLTutorial



BabylonJS

This is complete JavaScript framework for building 3D games and experiences with HTML5, WebGL, WebVR and Web Audio (https://www.babylonjs.com). It's based on WegGL, so if you understand the nuts and bolts of WebGL, it increases understanding of BabylonJS.

First I explained the basic concepts of BabylonJS. Basically, a BabylonJS application consists of a webpage in which a canvas element (just an HTML tag) is used for drawing a model into. The model is a scene in which model objects are defined, a camera is positioned, a light source is added (since it's rather difficult to see your objects in the dark) and a "render loop" is added to continously update the model. In the render loop you can add interactivity. Well, that's a BabylonJS application in a nutshell, in reality this can be a bit more complicated.

Based on the handson lab provided by Mozilla (see resources), we did a code walkthrough of the lab code in which the concepts were explained more thoroughly. The basic objects (called "meshes", like cubes, spheres, etc.) were discussed, but also self-defined objects. This last category can be composed on the basis of vectors. We went into the use of light; different light sources and their effect on the display of objects. In addition, animations were discussed and the way in which this can best be implemented in a BabylonJS application.
We also paid attention to more advanced topics like performance optimization (necessary because a lot of calculation work is involved, especially when implementing animation) and tooling. Using Blender, for example, you can create 3D objects that you can import easily in your BabylonJS scene. 

I've published my intro on SlideShare, you'll find the link in the resources section below. Game engines Also, we did a very quick overview on the architecture of (online, multi user) gaming engines. This is a fairly extensive subject for which we will certainly need more time. We will therefore take that time in the coming months.


Further reading

Do you want to read more on the topics in this post? Here are some links…

Quincy's WebGL explanations and examples on GitHub: https://github.com/QuincyJacobs/WebGLTutorial
Building up a basic demo with Babylon.js: https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Babylon.js
A practical intro to BabylonJS (presentation): https://www.slideshare.net/HansRontheWeb/a-practical-intro-to-babylonjs-115869611

See also the BabylonJS links in my previous posts in the Wednesday Evening Training.


Past Wednesday Evening Trainings

You 'll find post of previous sessions here: https://www.linkedin.com/search/results/content/?keywords=%23wednesdayeveningtraining

Next week 's Wednesday Evening Training

In next week's Wednesday Evening Training, we will continue on WebGL and BabylonJS. We have some additional topics to discuss and some extra labs to play with. I'll also give a demo and explanation on my Archimate 3D model generator. This is my pet project that I've been busy with the past months. It's not finished yet, but it's a nice example of a basic multi user BabylonJS model generator combined with a primitive multi player game engine.

Also worth mentioning is the Wednesday Evening Training of october 3rd. That evening, one of our security experts, Vince Corona, will give us some more examples of hacking and explain us the importance of security in ICT. In the previous session, we already had a great intro on security in which he explained and demoed some basic hacking scenario's.

This evening on october 3rd is also open for visitors! The location is our main office in Leidscherijn, Utrecht (The Netherlands). You can subscribe at the following URL: https://www.werkenbijcapgemini.nl/events/How-to-become-a-hacker

In the future, more of the Wednesday Evening Trainings will be opened for visitors. Make sure that you follow the #wednesdayeveningtraining on LinkedIn or my Blog.

#capgemini, #wednesdayeveningtraining, #lifeatcapgemini, #workatcapgemini #webgl, #babylonjs, #3d, #graphics, #animation

9/12/18

This week's Wednesday Evening Training: a good old "klusavond" on IoT, 3D modelling and more…

In this week's Wednesday Evening Training we continued our individual projects on IoT, 3D modelling and more… On such evenings, things can be quiet (only typing noise) and lively in the same evening.



So what have we done?

Luc showed us progress on his Domoticz IoT project in which he was testing and optimizing connectivity in his "pool temperature measurement and adjustment project". He's promised us an intro on the Domoticz platform shortly. Quincy and I were propering next week's Wednesday Evening Training on WebGL, BabylonJS and 3d/game engines. There is really a LOT to demonstrate, explain and play with. For next week, we've determined the basic topics, selected examples and created some handson labs. Next week we will see how far we will come. In the tradition of the Wednesday Evening Training, we shift what we do not finish to the next week. It was instructive and fun!




Further reading

Do you want to read more on the topics in this post? Here are some links…

Domoticz: https://www.domoticz.com
BabylonJS: https://www.babylonjs.com
WebGL: https://en.wikipedia.org/wiki/WebGL 
OpenGL: https://en.wikipedia.org/wiki/OpenGL

Past Wednesday Evening Trainings

You 'll find post of previous sessions here: https://www.linkedin.com/search/results/content/?keywords=%23wednesdayeveningtraining

Next week 's Wednesday Evening Training

Next week, we'll have the intro on WebGL, BabylonJS and 3d/game engines. Worth mentioning: on October 3rd the Wednesday Evening Training "How to become a hacker! Introduction to security & handson hacking, part 2" will be open for visitors as well. See https://www.werkenbijcapgemini.nl/events/How-to-become-a-hacker if you want to read more and sign up for the event.

Last week's Wednesday Evening Training: Living documentation, automatic unit tests and top quality software with SpecFlow

In last week's Wednesday Evening Training one of our Microsoft leads, Bart Roozendaal, gave us a nice and practical introduction on SpecFlow. Specflow is the Cucumber counterpart on the .NET plaform. You can use natural language to make unambiguous functional specification and at the same time generate unit tests to test your code against it. Using this, the quality of unit tests do not solely dependent on developers, but also on other stakeholders. This can greatly improve quality.


So what have we done?

Bart demonstrated us SpecFlow using Conway's Game of Life program and gave us the opportunity to try ourselves in a handson lab. Also, there was a lot of room for Q&A and discussion. Thanks Bart, for sharing your knowledge with us!


Further reading

Do you want to read more on the topics in this post? Here are some links…

SpecFlow: http://www.specflow.org
Have your business analyst write unit tests (a nice article from Bart on unit testing and SpecFlow): www.capgemini.com/2018/08/have-your-business-analyst-write-unit-tests
Conway's Game of Life program: https://nl.wikipedia.org/wiki/Game_of_Life

Past Wednesday Evening Trainings

You 'll find post of previous sessions here: https://www.linkedin.com/search/results/content/?keywords=%23wednesdayeveningtraining

Next week 's Wednesday Evening Training

Next week, we'll have a good old "klusavond" in which we'll work on our IoT, 3D and other projects.

9/6/18

(October 3rd 2018, Wednesday Evening Training) How to become a hacker! An introduction to security & hands on hacking

Have you ever thought of becoming a hacker? Or to find out how hackers manage to break into systems and/or web applications?
Are you an IT specialist with a few years of working experience? Do you have programming knowledge and are you interested in security?

Join us on the 3rd of October in our Wednesday Evening Training to learn some hacking foundations and become familiar with some security best-practices. We will build use together our own hacking labs using running on virtual machines and get our hands dirty with some of the most used hacking tools & techniques.

Impression of our previous Wednesday Evening Training on hacking. See https://www.linkedin.com/feed/update/urn:li:activity:6438193513657094144

Preparation

All participants will receive the instructions to install VirtualBox and to download the virtual machines that are going to be used during the workshop.
Please make sure you bring your own laptop!

Agenda

17.30 – 18.30 Walk-in with dinner & food
18.30 – 18.45 Welcome by to Capgemini by Hans van Rijs
18.45 – 20.00 Multiple session “How to become a hacker!” workshops by Vincenzo Corona
21.00 Closing, networking & drinks

Location

Capgemini Nederland B.V. Reykjavikplein 1– 3500 GN Utrecht

Register

Read more and register to this event: https://www.werkenbijcapgemini.nl/events/How-to-become-a-hacker


9/5/18

3 oktober 2018 - Microsoft Ignite 2018 Recap

Wil je alles weten over Microsoft Ignite, de laatste insights & skills op het gebied van cloud, data, business intelligence, teamwork en productiviteit? Kom dan op 3 oktober naar ons Microsoft Ignite 2018 Recap event.

https://www.werkenbijcapgemini.nl/events/Microsoft-Ignite-2018-Recap

#werkenbijcapgemini #capgemini #lifeatcapgemini #microsoft #ignite #microsoftignite