- π± Iβm currently learning TGFyYXZlbCwgTmV4dCBKcyBBbmQgUmVhY3QuanM=
- π― Iβm looking to collaborate on KipXZWIgRGV2ZWxvcG1lbnQqKg==
- π¬ Ask me about QW55dGhpbmc=
- π My Portofolio Website Available At Here : tristanputra.my.id
- π« How to reach me: ngurah.tristanputra@gmail.com
1. SMKN 1 DENPASAR | Student | Denpasar Jun'2021 - May'2024
- Software Engineering Student.
2. Primakara University | Student | Denpasar Sep'2024 - Now
- Information Technology Student.
1. PT. Ruang Berkarya Teknologi | Backend Developer | Denpasar Dec'2022 - Feb'2023
- Creating a website named Jinus, which serves as an Internet Service Provider (ISP), used as a promotional platform for internet services.
- Contributing to the development of the landing page interface by conducting research for website templates and building the website using Laravel and Bootstrap.
- Developing an admin website using Laravel and Bootstrap, serving as a Content Management System (CMS) for the landing page website.
- Collaborating within the internship team to implement this website. The outcome is a completed website; however, due to industry requests, I am unable to provide a link to this website.
2. PT. Taksu Teknologi | Backend Developer | Denpasar Jun'2023 - Sep'2023
- Recreating the landing page of the website using the Next.js and Tailwind CSS.
- Developing a Content Management System (CMS) using Strapi and TypeScript, which is used to manage the content of the landing page website.
- Participating in the design development on Figma and implementing it into the website.
If you want to translate or obfuscate the text, you can use Base64 encoding.
This is useful when you need to store or share data in a safer text-based format.
Example:
# Encode text to Base64
echo "Hello World" | base64
# Result: SGVsbG8gV29ybGQ=
# Decode Base64 back to text
echo "SGVsbG8gV29ybGQ=" | base64 --decode
# Result: Hello World