Technical Stack
Skills
Some of the languages I've learned and now use with confidence.
Code Samples
Languages
4 languages I use regularly. Click to switch.
Javascript
1const name = "Michael David Vinc";
2
3function greet(person) {
4 return `Hello, ${person}!`;
5}
6
7console.log(greet(name));
8
9// Output:
10// Hello, Michael David Vinc!
11Tooling
Technologies
12 tools in my current workflow.
Want to see these skills in action?
Check out my projects to see how I apply these technologies to real-world problems.