The low awareness regarding the importance of accessibility, security, and SEO optimization aspects on the majority of websites I encounter makes me committed to prioritizing these aspects in website development.Some of the steps I take to apply these aspects when developing a website are as follows:1. Using semantic HTML to enhance accessibility and SEO.2. Employing ARIA to support semantic HTML, but still prioritize semantic HTML wherever possible.3. Implementing CSP (Content Security Policy) header or meta tag to (significantly) reduce the risk and impact of XSS (Cross-site scripting) attacks.4. Optimizing website content, such as text, touch targets, and images to enhance UX and SEO.There are numerous methods and tricks that can be used to improve these aspects, but I really enjoy the process, especially the security aspect.My interest in security made me committed to learning how to create robust server-side solutions. Therefore, I am in the process of expanding my expertise in back-end development, using the Go programming language.