An Agent Coding FAQ for Developers

After taking some courses on Claude’s academy and reading/watching some blogs along the way about agent development, this is an FAQ of questions and its answers I had at the beginning that I am writing here in case they can help others in my situation.

Continue reading “An Agent Coding FAQ for Developers”

Web Accessibility Notes

Web accessibility is vital for people with disabilities and benefits many others. The W3C Web Accessibility Initiative (WAI) provides guidelines, notably the Web Content Accessibility Guidelines (WCAG). WCAG is based on four POUR principles: Perceivable, Operable, Understandable, and Robust, ensuring content is accessible, usable, and compatible across technologies.

Continue reading “Web Accessibility Notes”