Dynamic and results-oriented professional with a strong foundation in both technical and soft skills, demonstrated during my tenure at Ac Builders. Excelled in managing materials and ensuring site efficiency, while also developing expertise in C++, Python, and data visualization. Known for exceptional report writing abilities and a keen understanding of usability, I consistently enhance project outcomes.
Complex problem-solver with analytical and driven mindset. Dedicated to achieving demanding development objectives according to tight schedules while producing impeccable code.
My Tips-Programming language This program uses FLEX (Fast Lexical Analyzer Generator) to process the tokens (words) for a custom programming language and interpret them into a working program. As the program runs, it uses nodes to store the different data types within the language. It also demonstrates how the source file is parsed, and through double dispatch, it displays the node tree generated during execution.
https://github.com/miguel0235/DataStruc-Program
Different Data structure knowledge
This repository contains several programs I created to demonstrate the data structures I'm familiar with, including a stack, a queue, and a k-d tree.
https://github.com/miguel0235/DataStruc-Program
AI algorithms and robotics
These are small programs designed to explore AI robotics. I implemented obstacle detection using Euclidean clustering to identify parts of a 3D-scanned map, group individual points into a single object, and place bounding boxes around each object. The programs also incorporate AStar and potential field algorithms for solving various mazes.
https://github.com/miguel0235/Robitics-Test
Personal guild website
-I have some knowledge of web development. These two sites are essentially the same website, but one is built with HTML while the other uses React. It’s nothing special, but it does demonstrate my basic understanding of both languages.
https://github.com/miguel0235/GE-Clan-HTML
https://github.com/miguel0235/GE-Clan-React