← → 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.

Calculator HP48, RPL


						<<
						   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
						>>
					  

Grafcet

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);

					  

Portfôlio

    Cozinhar Az
  • Ubuntu
  • Node.js
  • Express.js
  • React.js & Next.js (under development)
  • PostCSS, Gulp.js, WebPack
  • MongoDB
  • Docker (under development)

3D pictures

Ilustration

Ilustration

3D animation page, real time

loading.....

List of my skills