Posts tagged javascript
A backend tutorial
2019-02-15A few days ago, I gave a talk to participants of the 2019 UNC Makeathon about how to create a backend web service.
A Redux.js tutorial
2019-02-01A couple of days ago, I gave a lecture to COMP 523 (software engineering laboratory) about Redux.js. I developed a simple example based on the (perhaps familiar) tic-tac-toe idea. Then I built an app based on Redux one step at a time to demonstrate its key concepts.