My Reflections
Lesson 11 introduced me to several concepts that were new to me,
including the <bdi> and
<bdo> elements, progressive web applications,
and the command-line interface in Visual Studio Code.
The <bdi> and
<bdo> elements showed me how websites can
correctly display text written in languages that use different
writing directions. I can use these elements when creating websites
that contain multilingual content or user-generated text.
Progressive web applications were also interesting because they can provide app-like features through a web browser. Some progressive web applications can work with limited network access and continue providing selected content while a device is offline. I could use these features to improve accessibility and reliability for users with slow or inconsistent internet connections.
I also learned more about using a command-line interface in Visual Studio Code. The terminal can be used to manage project files and run Git commands without leaving the editor. This can make the development process more efficient and help me manage revisions to future projects.