Terminal File
Mon, May 04, 08:00 PM
mateux@tars :~$ ~
mateux@tars ~>
cd ~/About
mateux@tars ~/About>
cat README.md
# Hi there, I'm Mateus Lucas

I'm a Software Engineer (with a passion for problem-solving 🤓) based in Brazil. My drive is to build great user experiences as if I were the target user who really enjoys a beautifully crafted experience.
mateux@tars ~>
cd ~/Contacts
mateux@tars ~/Contacts>
curl -I -X GET https://www.linkedin.com/in/mateusbrandt
HTTP/1.1 200 OK
If you wish to connect with me, this is the best place to do so. I am always open to new opportunities and connections.
mateux@tars ~/Contacts>
curl -I -X GET https://github.com/mateuxlucax
HTTP/1.1 200 OK
Here you can find all my creations and projects. Hopefully, you will find something interesting.
mateux@tars ~/Contacts>
cd
mateux@tars ~>
cd ~/Blog
mateux@tars ~/Blog>
ls -1
total 3
mateux@tars ~/Blog>
cd
mateux@tars ~>