UI Design and React Basics Yesterday I finished the UI Design module. It was a good course in which I built a solid foundation for my understanding of UI Design and its 7 fundamentals: WACS-TCH. Today starts a new week, in which I plan to go through the last mile with the last 3 modules left: Module 11: React Basics …
Read MoreAPIs 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 More