Topic 9. Challenges in Client-Side Engineering
In this unit, we will explore some software engineering ideas that are specific to client-side engineering. To do this, we're going to learn some HTML, CSS, JavaScript, and React concepts as a means of learning various client-side software engineering principles
Tuesday, 11/4
Slides & Activities
- Lecture 13Client-Side Engineering (Part I)
Readings
- Ask ChatGPT to answer the study questionsBe ready to have a conversation about the discussion questions, including what you learned from ChatGPT (and whether you think ChatGPT got it right).
- skim Design Systems
- optional Intro to JavaScript Programming
Thursday, 11/6
Slides & Activities
- Lecture 14React
- Lab 9Intro to client-side programming with React
Readings
Study Questions
- What is front-end engineering? What is UI engineering?
- When did it become a distinct subdiscipline of computer programming?
- What are some of the specific challenges that front-end engineers must navigate?
- What are some common technologies used in front-end engineering?
- What's the best way to get a job in UI engineering?
- Is UI engineering easier than other forms of engineering?
- What is functional programming?
- What is a bundler?
- What are the tradeoffs of using a client-side framework?
- What is the purpose of the
package.jsonandpackage-lock.jsonfiles?