<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>David Lee | UCSC OSPO</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/</link><atom:link href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/index.xml" rel="self" type="application/rss+xml"/><description>David Lee</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><image><url>https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/avatar_hu9087910a14964c941eaf4fe824713fde_58101_270x270_fill_q75_lanczos_center.jpg</url><title>David Lee</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/</link></image><item><title>Causeway: Scaling Experiential Learning Through Micro-Roles</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre25/ucsc/causeway/</link><pubDate>Thu, 30 Jan 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre25/ucsc/causeway/</guid><description>&lt;p>&lt;a href="https://causeway.web.app" target="_blank" rel="noopener">Causeway&lt;/a> is a platform for learning to develop web applications using an Angular, RxJS, NgRx, and Firebase stack. Most online coding tutorials focus on covering the technical syntax or features of a language or framework, which means that new developers don’t have great resources for building a holistic picture of how everything they learn connects to actually developing a complex web application. Causeway breaks down the process of developing a web application into a hierarchy of micro-roles which provides learners with a clear pathway for learning that also translates to a clear process for developing an application. In the longer future, this would also enable learners to easily contribute to projects as they learn through taking on micro-roles for yet-to-be-developed projects. The platform uses the &lt;a href="https://developer.stackblitz.com/platform/api/webcontainer-api" target="_blank" rel="noopener">Stackblitz WebContainer API&lt;/a> to run full applications in the browser for interactive learning.&lt;/p>
&lt;p>Thus far, we have developed a version of the platform that walks learners through the process of developing UI components of a web application as well as containers that contain multiple UI components and are responsible for fetching data from the backend and handling events and updates to the database. We&amp;rsquo;d like to extend the content to cover defining the database schema and entire applications, and to other topics beyond web development like AI/ML. We&amp;rsquo;d like to add quizzes to the experience and explore ways to use Generative AI to augment the learning experience, e.g. to support planning, reflection, and assessment. Finally, we&amp;rsquo;d like to instrument the application with logs and analytics so we can better measure impact and learning outcomes, and develop a stronger CI/CD pipeline.&lt;/p>
&lt;h3 id="causeway--improving-the-core-infrastructure">Causeway / Improving the Core Infrastructure&lt;/h3>
&lt;p>The proposed work includes adding logging, analytics, and a production-level CI/CD pipeline, adding a robust testing framework, and refactoring some of our code into seperate modules. Both roles will also contribute to running usability studies and documenting the platform.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Topics:&lt;/strong> Web Development, Educational Technologies, Angular&lt;/li>
&lt;li>&lt;strong>Skills:&lt;/strong> Web development experience, HTML, CSS, Javascript, Angular, RxJS, NgRx, Firebase&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Medium to Hard&lt;/li>
&lt;li>&lt;strong>Size:&lt;/strong> Large (350 hours)&lt;/li>
&lt;li>&lt;strong>Mentors:&lt;/strong> &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/">David Lee&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="causeway--quizzes-and-generative-ai">Causeway / Quizzes and Generative AI&lt;/h3>
&lt;p>The proposed work includes extending the application to support quizzes, adding quizzes for the existing tasks, and exploring the use of generative AI to support the quizzes feature. Both roles will also contribute to running usability studies and documenting the platform.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Topics:&lt;/strong> Web Development, Educational Technologies, Angular&lt;/li>
&lt;li>&lt;strong>Skills:&lt;/strong> Web development experience, HTML, CSS, Javascript, Angular, RxJS, NgRx, Firebase, Generative AI&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Medium to Hard&lt;/li>
&lt;li>&lt;strong>Size:&lt;/strong> Large (350 hours)&lt;/li>
&lt;li>&lt;strong>Mentors:&lt;/strong> &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/">David Lee&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>Causeway: Learning Web Development Through Micro-Roles</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre24/ucsc/causeway/</link><pubDate>Wed, 07 Feb 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre24/ucsc/causeway/</guid><description>&lt;p>&lt;a href="https://tech4good-causeway.web.app/#/tutorial/quarter-goals?c=01-quarter-goals-component&amp;amp;r=01-component-elements&amp;amp;s=01-intro-to-causeway" target="_blank" rel="noopener">Causeway&lt;/a> is a platform for learning to develop web applications using an Angular, RxJS, NgRx, and Firebase stack. Most online coding tutorials focus on covering the technical syntax or features of a language or framework, which means that new developers don’t have great resources for building a holistic picture of how everything they learn connects to actually developing a complex web application. Causeway breaks down the process of developing a web application into a hierarchy of micro-roles which provides learners with a clear pathway for learning that also translates to a clear process for developing an application. In the longer future, this would also enable learners to easily contribute to projects as they learn through taking on micro-roles for yet-to-be-developed projects. The platform uses the &lt;a href="https://developer.stackblitz.com/platform/api/webcontainer-api" target="_blank" rel="noopener">Stackblitz WebContainer API&lt;/a> to run full applications in the browser for interactive learning.&lt;/p>
&lt;p>Thus far, we have developed a version of the platform that walks learners through the process of developing presentational components of a web application as well as smart components / containers that contain multiple presentational components and are responsible for fetching data from the backend and handling events and updates to the database. This content is still using Angular 13 and needs to be updated to Angular 17, as well as to make some improvements in our use of RxJS, NgRx, and Firebase. We’d also like to extend the content in multiple ways including: 1) extending the walkthrough to more components and containers besides the single example we have, ideally in a way that covers a complete application, and 2) extending beyond components and containers to cover defining database entities and relationships. We’d also like to develop a learning dashboard where users can see the different micro-roles and lessons that they’ve completed or that are upcoming for the project they are working on.&lt;/p>
&lt;h3 id="causeway--improving-the-core-infrastructure-and-experience">Causeway / Improving the Core Infrastructure and Experience&lt;/h3>
&lt;p>The proposed work includes updating the platform and the example infrastructure within the platform to the latest version of Angular and other associated libraries, implementing and testing logging and analytics, implementing a learning dashboard for users, and time permitting, creating new modules to cover defining database entities and relationships. Both roles will also contribute to running usability studies and documenting the platform so that it can be open-sourced.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Topics:&lt;/strong> Web Development, Educational Technologies, Angular&lt;/li>
&lt;li>&lt;strong>Skills:&lt;/strong> Web development experience, HTML, CSS, Javascript, Angular, RxJS, NgRx, Firebase&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Medium to Hard&lt;/li>
&lt;li>&lt;strong>Size:&lt;/strong> Large (350 hours)&lt;/li>
&lt;li>&lt;strong>Mentors:&lt;/strong> &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/">David Lee&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="causeway--extend-the-learning-scope-and-experience">Causeway / Extend the Learning Scope and Experience&lt;/h3>
&lt;p>The proposed work includes extending the component and container walkthroughs to cover a complete interactive application. This means writing a separate simple application, and organizing the code required to do so into units of work organized by our micro-role structure. Both roles will also contribute to running usability studies and documenting the platform so that it can be open-sourced.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Topics:&lt;/strong> Web Development, Educational Technologies, Angular&lt;/li>
&lt;li>&lt;strong>Skills:&lt;/strong> Web development experience, HTML, CSS, Javascript, Angular, RxJS, NgRx, Firebase&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Medium&lt;/li>
&lt;li>&lt;strong>Size:&lt;/strong> Large (350 hours)&lt;/li>
&lt;li>&lt;strong>Mentors:&lt;/strong> &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/david-lee/">David Lee&lt;/a>&lt;/li>
&lt;/ul></description></item></channel></rss>