Having recently inaugurated the 4th version of this blog, I want to go over the technologies that I used to make this, as well as some of the tricky things I had to do to make things work.
- 2020年10月10日
- 7 分
My Blog: Version 4- 2020年02月13日
- 15 分
Against Fullstack Data SharingThis is a post about how I work with data in fullstack development. Specifically, I share what I think are good patterns for sharing data and logic between the frontend and the backend of an application.
- 2020年01月09日
- 5 分
React Pitfalls: useState initializationThis is a quick post about a “gotcha” I encountered recently in a React application. This involved the use of React’s
useState
hook, which had a subtle difference between how I thought the hook worked, and how it actually worked.