you@localhost:~$ telnet the-nounours-land-of.nounours.fr 22
Trying 151.12.401.5...
Connected to the-nounours-land-of.nounours.fr

INFO: Expect this site to display properly only on desktop.

██████╗ ██████╗ ██████╗ 
██╔══██╗██╔══██╗██╔══██╗
██████╔╝██║  ██║██║  ██║
██╔══██╗██║  ██║██║  ██║
██████╔╝██████╔╝██████╔╝
╚═════╝ ╚═════╝ ╚═════╝ 
            

UPDATE OF 2025-02-08: Portfolio is now a thing!

I set up phpMyAdmin on my server to streamline the management of my MariaDB/MySQL databases. phpMyAdmin provides an intuitive web interface that allows me to interact with and administer databases efficiently, offering features like query management, data visualization, and database structure handling. This tool is essential for ensuring that my databases are organized, well-maintained, and easily accessible, especially when dealing with complex data.

Additionally, I integrated phpMyAdmin with an API that I developed myself. This custom-built API acts as a bridge between my server and external applications, enabling seamless communication and data exchange. By connecting phpMyAdmin with the API, I can manage database operations remotely, automate tasks, and retrieve or update data from distant applications. This setup ensures that my server is capable of interacting with various systems, all while maintaining security and efficiency.

The integration of phpMyAdmin with my self-developed API allows me to expand the functionality of my server and better support my ongoing projects. It also ensures that I can interact with and manipulate data in real-time, no matter where my applications are located. This level of connectivity and flexibility is crucial for the growing needs of my personal infrastructure and future endeavors.