teaching machines

CS 347: Lecture 19 – Today App: Client, Part I

Dear students: React takes over management of the DOM, allowing us to focus on managing the state of our app. As the data behind our app and our component hierarchy become more complex, even state management becomes challenging. To deal with this complexty, we will push the data into an object managed by Redux. With […]

CS 347: Lab 18 – Express Chat

Welcome to lab. By now you have already watched the lecture videos on your own. Now we will apply the ideas from those videos in an exercise, which you will complete in small groups. Within your breakout room, designate one of your team to be the screen sharer. Screen sharer, share your screen and claim […]

Tricube

A month ago one of my sons’ toys inspired me to try and model it in Madeup. Here is the original set of magnetic blocks: And here is my first attempt at modeling them using Madeup’s dowel command with rounded bends: Notice the hole in the middle. Given how the rounding is implemented, I was […]