{"id":16774,"date":"2024-09-24T10:15:11","date_gmt":"2024-09-24T10:15:11","guid":{"rendered":"https:\/\/csdev.site\/creole_new\/?p=16774"},"modified":"2024-10-23T11:46:35","modified_gmt":"2024-10-23T11:46:35","slug":"object-oriented-web-application-design-for-ceos","status":"publish","type":"post","link":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/","title":{"rendered":"Why Every CEO Needs to Know About Object Oriented Web Application Design"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Quick Summary<\/strong><\/h2>\n\n\n\n<p>This blog emphasizes the importance of Object Oriented Design (OOD) for CEOs, highlighting its role in web application development. Understanding OOD principles enables better scalability, maintainability, and modularity, ultimately enhancing the effectiveness of a web application development company in delivering robust solutions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p>As technology continues to evolve, every CEO should grasp the principles driving the architecture behind their company&#8217;s web applications. A fundamental principle that plays a pivotal role in web application development is Object Oriented Design (OOD). With a <a href=\"https:\/\/csdev.site\/creole_new\/web-application-development\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>web application development company<\/strong><\/a>, understanding OOD can significantly impact how efficiently your business scales and adapts to evolving technology demands.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Object Oriented Design?<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.researchgate.net\/publication\/220346789_An_Object_Oriented_Approach_to_Web-Based_Applications_Design\" target=\"_blank\" rel=\"noreferrer noopener\">Object Oriented Design<\/a> is a programming approach where there is the designing of a system of interacting objects to solve some software problem. It leverages concepts such as objects, classes, encapsulation, inheritance, and polymorphism to model real-world entities and their interactions, which is vital for any web application development services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Primary Concepts of OOD<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Encapsulation_(computer_programming)\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Encapsulation<\/strong><\/a><strong>:<\/strong><\/h3>\n\n\n\n<p><strong>What it is:<\/strong> Bundling the data (like information) and the methods (functions) that use that data together within an object.<\/p>\n\n\n\n<p><strong>Example:<\/strong> Consider a \u201cUser\u201d object in a web application. It has properties like username and email and methods like logging in or changing passwords. This holistic approach allows a web app development company to manage all aspects related to a user in one place.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Abstraction\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Abstraction<\/strong><\/a><strong>:<\/strong><\/h3>\n\n\n\n<p><strong>What It Is:<\/strong> Covering messy details and providing only those features of an object that are relevant.<\/p>\n\n\n\n<p><strong>Example: <\/strong>A payment system might make complicated payment methods easier by using simple objects like \u201cCreditCard\u201d and \u201cBankAccount,\u201d so you do not have to care about the fine details of each kind of payment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Inheritance_(object-oriented_programming)\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Inheritance<\/strong><\/a><strong>:<\/strong><\/h3>\n\n\n\n<p><strong>What is it?<\/strong> It is the process of developing new classes from existing ones, allowing the new class to inherit properties of the original class.<\/p>\n\n\n\n<p><strong>Example:<\/strong> Suppose you have a \u201cUser\u201d class. You could declare a \u201cPremiumUser\u201d class that inherits from \u201cUser\u201d but adds in special access or benefits.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Polymorphism_(computer_science)\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Polymorphism<\/strong><\/a><strong>:<\/strong><\/h3>\n\n\n\n<p><strong>That means: <\/strong>Different objects can be treated as if they were instances of the same class even if they do different things.<\/p>\n\n\n\n<p><strong>Example:<\/strong> An \u201cAdmin,\u201d \u201cGuest,\u201d and \u201cPremiumUser\u201d can all be considered a generic \u201cUser\u201d but act differently as their specific roles and permissions are different.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Role of OOD in Web Application Development<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Modularity and Reusability<\/strong><\/h3>\n\n\n\n<p>Object Oriented Design begins to fracture a large system into more tractable, manageable objects that hence become easier to develop and maintain. This modularity promotes the use of reusable components, significantly reducing redundancy and saving time\u2014essential for any web app development company focused on efficiency. Furthermore, with the rise of <a href=\"https:\/\/csdev.site\/creole_new\/low-code-future-web-application-development\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>low code web app development<\/strong><\/a>, OOD allows developers to create components that can be easily reused and adapted across different projects, accelerating the development process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Scalability and Maintainability<\/strong><\/h3>\n\n\n\n<p>OOD promotes scalability as new objects can be easily added without affecting the functionality of existing objects. With encapsulation, it becomes easier to track bugs and updates, thus making the system more reliable. For instance, a web application development company would require an adaptable and efficient solution.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Read more: <\/strong><a href=\"https:\/\/csdev.site\/creole_new\/sentry-transform-client-digital-experience\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>From Bugs to Business Growth: How Sentry Transformed Our Clients\u2019 Digital Experiences<\/strong><\/a><\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Explicit Mapping to Real-world Problems<\/strong><\/h3>\n\n\n\n<p>By mimicking real-world objects and their interactions, OOD makes systems more intuitive and easier to understand for developers and stakeholders alike. This clear mapping of functionality is crucial for teams providing web application development services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Object Oriented Design in UI Development<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Designing Web Interfaces Using Principles of OOD<\/strong><\/h3>\n\n\n\n<p>User interface designs in web application development are typically object-oriented, which means that adaptable and modular user interfaces are created. In this regard, web interfaces are essentially collections of many interface objects that include buttons, input fields, and navigation elements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Designing the Navigational and Abstract Interface<\/strong><\/h3>\n\n\n\n<p>The object oriented design can be applied to both the navigational structure and the abstract interface of web applications such that they remain flexible and adaptable.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Navigational Design: <\/strong>This explains how a user can move around through an application. For example, the movement of a user from a homepage to a product detail page may be represented as an object \u201cUserNavigation\u201d that tracks a user\u2019s navigation between web pages. This is done oblivious of the pages\u2019 appearance.<\/li>\n\n\n\n<li><strong>Abstract Interface Design:<\/strong> It addresses how it is that the interface objects appear, and the way they cause navigation or other things to occur. It thus gives designers technology independent means of designing user experiences. This therefore brings about the same navigational model applicable to any of the platforms.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Read more: <\/strong><a href=\"https:\/\/csdev.site\/creole_new\/building-web-dashboard-for-massive-datasets\/\"><strong>Building the Perfect Web Dashboard for Massive Datasets: 7 Architecture Tips You Can\u2019t Ignore<\/strong><\/a><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Object-Oriented Approach Vs. Structured Approach&nbsp;<\/strong><\/h2>\n\n\n\n<p>The following table describes how the object-oriented approach differs from the traditional structured approach \u2212<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Structured Approach<\/strong><\/td><td><strong>Object-Oriented Approach<\/strong><\/td><\/tr><tr><td>Works with a top-down approach.<\/td><td>Works with a bottom-up approach.<\/td><\/tr><tr><td>The program is divided into submodules or functions.<\/td><td>The program is organized using classes and objects.<\/td><\/tr><tr><td>Function calls are used to perform tasks.<\/td><td>Message passing is used to communicate between objects.<\/td><\/tr><tr><td>Software reuse is generally not possible.<\/td><td>Reusability of code is possible through inheritance and polymorphism.<\/td><\/tr><tr><td>Structured design is usually finalized in the later phases of development.<\/td><td>Object-oriented design is developed concurrently with other phases.<\/td><\/tr><tr><td>More suitable for offshoring.<\/td><td>More suitable for in-house development.<\/td><\/tr><tr><td>Shows a clear transition from design to implementation.<\/td><td>The transition from design to implementation is not as clear.<\/td><\/tr><tr><td>Suitable for real-time systems, embedded systems, and projects where objects are not the best level of abstraction.<\/td><td>Suitable for business applications, game development, and projects that require flexibility and customization.<\/td><\/tr><tr><td>Uses Data Flow Diagrams (DFD) and Entity-Relationship (E-R) diagrams for data modeling.<\/td><td>Uses class diagrams, sequence diagrams, state charts, and use cases for system modeling.<\/td><\/tr><tr><td>Easier project management due to identifiable phases.<\/td><td>Projects may be harder to manage due to uncertain transitions between phases.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Problems in Object Oriented Design<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Frequent Problems in OOD<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Over-Engineering:<\/strong> Designing with assumptions for requirements that may never be required. Makes codes more difficult to understand and maintain; Extension also increases in complexity. This is one of the common <a href=\"https:\/\/csdev.site\/creole_new\/avoid-common-mistakes-full-stack-development\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>mistakes to avoid in web app development<\/strong><\/a>.<\/li>\n\n\n\n<li><strong>Under-Engineering: <\/strong>Not seeing into the future: Change to be included, so a very rigid structure is designed. It becomes very difficult to extend or change the system.<\/li>\n\n\n\n<li><strong>Trade-off:<\/strong> Encapsulation vs. Performance This ensures that encapsulation does not degrade performance excessively. The abstractions that are introduced with encapsulation might create additional layers, which is probably a concern in high-load applications.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mitigation Strategies<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use encapsulation judiciously<\/strong> <strong>and optimize the most critical paths<\/strong> of performance whenever necessary. That is, the judicious application of encapsulation must find those areas where there are scopes for lines of performance improvements.<\/li>\n\n\n\n<li><strong>Maintain the extensibility only when there is a strong requirement <\/strong>\u2013 keeping the focus on current requirements. This would help you avoid over-engineering because you design based on the present requirements while maintaining extensibility at the same time.<\/li>\n\n\n\n<li><strong>Applying the principles, like SOLID and Design Patterns<\/strong>, that favor flexibility and scalability. For instance, the Single Responsibility Principle would ensure classes have a single reason for change, thus being maintainable and scalable.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p>Object Oriented Design Understanding is crucial for a CEO to realize the architecture and scalability of web applications. OOD ensures that applications are modular, maintainable as well as scalable qualities that describe successful and sustainable web solutions. The right understanding of OOD principles may have a huge impact on the approach of a <a href=\"https:\/\/csdev.site\/creole_new\/web-application-development\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>web application development company<\/strong><\/a> to complex problems such that solutions remain robust and flexible web solutions are able to grow and adapt over time.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Quick Summary This blog emphasizes the importance of Object Oriented Design (OOD) for CEOs, highlighting its role in web application development. Understanding OOD principles enables better scalability, maintainability, and modularity, ultimately enhancing the effectiveness of a web application development company in delivering robust solutions. Introduction As technology continues to evolve, every CEO should grasp the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":16775,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"class_list":["post-16774","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","cs-tags-web"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>An Object-Oriented Approach to Web Apps<\/title>\n<meta name=\"description\" content=\"Learn why every CEO should understand Object-Oriented Design for scalable, maintainable, and robust web applications.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"An Object-Oriented Approach to Web Apps\" \/>\n<meta property=\"og:description\" content=\"Learn why every CEO should understand Object-Oriented Design for scalable, maintainable, and robust web applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/\" \/>\n<meta property=\"og:site_name\" content=\"Creole Studios\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-24T10:15:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-23T11:46:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/09\/object-oriented-web-application-design-for-ceos.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Bhargav Bhanderi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bhargav Bhanderi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"An Object-Oriented Approach to Web Apps","description":"Learn why every CEO should understand Object-Oriented Design for scalable, maintainable, and robust web applications.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"An Object-Oriented Approach to Web Apps","og_description":"Learn why every CEO should understand Object-Oriented Design for scalable, maintainable, and robust web applications.","og_url":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/","og_site_name":"Creole Studios","article_published_time":"2024-09-24T10:15:11+00:00","article_modified_time":"2024-10-23T11:46:35+00:00","og_image":[{"width":800,"height":600,"url":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/09\/object-oriented-web-application-design-for-ceos.webp","type":"image\/webp"}],"author":"Bhargav Bhanderi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bhargav Bhanderi","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#article","isPartOf":{"@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/"},"author":{"name":"Bhargav Bhanderi","@id":"https:\/\/csdev.site\/creole_new\/#\/schema\/person\/1f3ef435348524eba8ef4f5fcf48f6e9"},"headline":"Why Every CEO Needs to Know About Object Oriented Web Application Design","datePublished":"2024-09-24T10:15:11+00:00","dateModified":"2024-10-23T11:46:35+00:00","mainEntityOfPage":{"@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/"},"wordCount":1269,"publisher":{"@id":"https:\/\/csdev.site\/creole_new\/#organization"},"image":{"@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#primaryimage"},"thumbnailUrl":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/09\/object-oriented-web-application-design-for-ceos.webp","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/","url":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/","name":"An Object-Oriented Approach to Web Apps","isPartOf":{"@id":"https:\/\/csdev.site\/creole_new\/#website"},"primaryImageOfPage":{"@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#primaryimage"},"image":{"@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#primaryimage"},"thumbnailUrl":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/09\/object-oriented-web-application-design-for-ceos.webp","datePublished":"2024-09-24T10:15:11+00:00","dateModified":"2024-10-23T11:46:35+00:00","description":"Learn why every CEO should understand Object-Oriented Design for scalable, maintainable, and robust web applications.","breadcrumb":{"@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#primaryimage","url":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/09\/object-oriented-web-application-design-for-ceos.webp","contentUrl":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/09\/object-oriented-web-application-design-for-ceos.webp","width":800,"height":600,"caption":"object-oriented-web-application-design-for-ceos"},{"@type":"BreadcrumbList","@id":"https:\/\/csdev.site\/creole_new\/object-oriented-web-application-design-for-ceos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/csdev.site\/creole_new\/"},{"@type":"ListItem","position":2,"name":"Why Every CEO Needs to Know About Object Oriented Web Application Design"}]},{"@type":"WebSite","@id":"https:\/\/csdev.site\/creole_new\/#website","url":"https:\/\/csdev.site\/creole_new\/","name":"Creole Studios","description":"Creole Studios","publisher":{"@id":"https:\/\/csdev.site\/creole_new\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/csdev.site\/creole_new\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/csdev.site\/creole_new\/#organization","name":"Creole Studios","url":"https:\/\/csdev.site\/creole_new\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/csdev.site\/creole_new\/#\/schema\/logo\/image\/","url":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/04\/creole_smalllogo.webp","contentUrl":"https:\/\/csdev.site\/creole_new\/wp-content\/uploads\/2024\/04\/creole_smalllogo.webp","width":290,"height":158,"caption":"Creole Studios"},"image":{"@id":"https:\/\/csdev.site\/creole_new\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/csdev.site\/creole_new\/#\/schema\/person\/1f3ef435348524eba8ef4f5fcf48f6e9","name":"Bhargav Bhanderi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/csdev.site\/creole_new\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/05d139e243efa60d7b7a92959fb314a6ad3fa1093d05856c34b9e3614e0bee8c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/05d139e243efa60d7b7a92959fb314a6ad3fa1093d05856c34b9e3614e0bee8c?s=96&d=mm&r=g","caption":"Bhargav Bhanderi"},"description":"Bhargav Bhanderi is a Director at Creole Studios, where he leads strategic initiatives across software development, cloud, and AI-driven solutions. With a strong focus on execution and business outcomes, he works closely with global clients to deliver scalable, high-impact digital products and engineering solutions.","sameAs":["https:\/\/www.linkedin.com\/in\/bhargav-bhanderi\/"]}]}},"_links":{"self":[{"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/posts\/16774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/comments?post=16774"}],"version-history":[{"count":3,"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/posts\/16774\/revisions"}],"predecessor-version":[{"id":17077,"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/posts\/16774\/revisions\/17077"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/media\/16775"}],"wp:attachment":[{"href":"https:\/\/csdev.site\/creole_new\/wp-json\/wp\/v2\/media?parent=16774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}