Hi, I'm
Yoensi Manuel

<Software Eng. /> Building the Future.

Software Engineering student passionate about web and mobile development. Specialized in Python, React and SQL. Organized, creative and always eager to grow and contribute to every project.

LOADED_MODULES: Python TypeScript React Docker MySQL

Projects

Featured repositories from GitHub
$ git log --stat --oneline
$ Loading repos from NotGaabo...
-
- Initial Commit (Hello World)
$ ./contact.exe
contact_info.json
1 {
2   "status" : "open_to_work" ,
3   "email" : "yoensiar@gmail.com" ,
4   "phone" : "+1 (849) 460-6390" ,
5   "socials" : {
6     "github" : "@NotGaabo" ,
7     "linkedin" : "@yoensi-arias" ,
8     "instagram" : "@yoelwxq"
9   },
10   "location" : "Santo Domingo, DR"
11 }
12 // Waiting for connection...
13
TS sendMessage.ts ×
1 // Run this script to send a message
2 const send = async () {
3 
4
  const name = " ";
5 
6
  const email = " ";
7 
8   await api . submit ({
9     name, email,
10     message : `
11
12     `});
13 }