DEV Community

lloyd64
lloyd64

Posted on

Project 2 Week 12 Homework

Progression you've made
CSS is starting to more closely resemble the model. Search function is not completely working but we have looked at other examples on how to get it working and have started to implement that.

How did you get the relationship between Searching and rendering results working
Watched a youtube video and looked at online resources showing html,css,and js examples of a search bar function.

Draw a diagram on draw.io for user interaction pattern. What happens from user input, through machine sending value, to re-rendering on the page.
Image description

Think of a real world use-case from industry (Media streaming, youtube, corporate, cable company provider, web platform, etc) where micro-service architecture could fit into their business context. How could we use this approach to solve a real problem at a company currently using a monolithic design architecture?
This use of micro-service architecture could be used to solve an issue say where a company wants all of their websites or anything else associated with their name that a user interacts with to have the same structure, look, and feel to it. Using this micro-service architecture, they can accomplish this while also styling them to be pleasing to interact with.

More questions you have / things your stuck on
We began this project with the understanding that we could do our own thing, as long as we followed the model and made it look the same. Now we are understanding that we weren't supposed to do our own thing, rather we were just meant to remake the model using our own understanding of how to make a web page. So right now, we are in a little bit of a panic mode as we sort of need to change the entire thing. We thought that this wouldn't be too hard as we could pull from the model webpage but both of us have now lost access to that page.

Top comments (0)