Infrastructure Notes
Infrastructure is an important part of every digital system or website project because it supports how the platform is hosted, accessed, secured, maintained, and improved over time. In this project, the infrastructure setup was planned to make the system reliable, accessible, and easier to manage for long-term use. The project involved several infrastructure-related tasks, including domain configuration, DNS management, hosting setup, SSL/HTTPS configuration, database connection, file management, backup planning, and basic security preparation. These elements are important because a digital platform is not only about design and coding, but also about how the system runs in a real environment and how users can access it smoothly. For the domain and DNS configuration, the project required connecting the website or system to a proper domain name so users could access it easily. This included managing DNS records such as A records, CNAME records, and other required configurations dep...