APIs Yesterday I completed Module 9: Working with APIs. The last section was about building a Chrome extension. The key element added to an otherwise regular JavaScript code to turn it into a Chrome extension is the manifest.json file. Here's an example of one: { "manifest_version": 3, "name": "Personal Dashboard", …
Read MoreCode Reviews I continue to perform daily code reviews. This has been very rewarding. APIs Yesterday I looked up the docs of the Deck of Cards APIs to use it. I sent a query parameter to get two cards then I displayed those cards in my app. I also decided the winning card.
Read MoreCode Reviews I'm enjoying performing a code review per day. I committed yesterday to doing 2 more code reviews in addition to the first one I did a couple of days ago. I created a list of all the solo projects I did so far as part of the program. I created a folder to include all the recaps of all the modules I studied …
Read MoreCode Reviews Yesterday I completed the code reviews module. Key learnings: How to perform Scrim-based over the shoulder code reviews. I performed my first real code review of a solo project for a student. I have nine more to go. I plan on doing one per day for the next 2 days. How to do PRs. You create an issue, create …
Read More