Posts

Showing posts from November, 2021

Week-11

  Hello blog (mood-status: feeling Good), writing this blog after thanksgiving dinner and eating well like pretty good with a plate of food alongside hanging the family. But anyway, on writing about this week-11. To be truthful here, I writing this because I am falling behind on blogs when there is nothing to talk about, besides kept being busy with other courses like HWs and projects, etc. (You get the point. Well, if you are a student)  I decided to go on the Syllabus to look at the course topics. I found the subject of  Modeling  along with  Unified Modeling Language (UML) & C4 Model. Unified Modeling Language Large Companies' applications that execute core business applications and keep a company going can more than some code modules. It can structure in a way that enables: scalability security  robust execution under stressful conditions.  Their structure is that maintenance programmers can find and fix a bug that shows up after moving on to other projects. Th

week-9

Hello, week-9. I want to post a blog to quickly review the API topic to learn more about  REST  calls. I got confused; I researched about it. It has the Understanding And Using REST APIs.   What is a REST API   API (Application Programming Interface) - A set of rules allows programs to support any other. The developer creates the API on the server and enables the client to speak to it.  The REST (Representational State Transfer) determines how the API. It is a set of rules that developers follow when they create their API. One of the rules states that one should get data (called a resource) when linking to a specific URL. Each URL made a request, while the data sent back to is called a response. The Anatomy Of A Request # It’s important to know that a request with four points: The endpoint The method The headers The data (or body)   The endpoint  - URL that requests for (root-endpoint/?). The root-endpoint is the starting point of the API that is ordering. The path determines the resou