Hi! My name is Stéphane.
← → navigate ttoolbar mmenu escpanorama
🔍Microtechniques engineering (mechatronics) is a field that has effects macroscopics
.
😮 This discipline, a symbol of innovation. At the confluence of mechanics, electronics, materials science and computer science, suits me so well!
🚀 When I was 12 years old, I was already programming my handheld computer, the CASIO PB100, while playing with the Lego Technic .
👉Contaminated by these complex little bricks, I took care of myself with the help of a degree in microtechniques engineering (mechatronics).
👉 Assim, os fundamentals of programming logic (oh, so essential) have been learnt.
Samples of some fundamentals of programming logic in microtechniques engineering.
<<
0 @ Initial sum
100 200 @ Goes from 100 to 200
FOR i @ The current number is i
i + @ Increment sum by i
2 STEP @ Increment by 2, since we want only even numbers
>>
Programming mechatronics machines
Samples of programming logic fundamentals.
Defining a concept
Know how to fully represent the concept with diagrams
Elaborate Javascript code
doSomething()
.then(function (result) {
return doSomethingElse(result);
})
.then(function (newResult) {
return doThirdThing(newResult);
})
.then(function (finalResult) {
console.log(`Got the final result: ${finalResult}`);
})
.catch(failureCallback);
3D pictures
Ilustration
Ilustration
3D animation page, real time
List of my skills