{"id":2186,"date":"2022-05-25T11:40:13","date_gmt":"2022-05-25T06:10:13","guid":{"rendered":"https:\/\/codequotient.com\/blog\/?p=2186"},"modified":"2024-02-14T17:49:49","modified_gmt":"2024-02-14T12:19:49","slug":"website-development-crash-course","status":"publish","type":"post","link":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/","title":{"rendered":"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know"},"content":{"rendered":"<p>While learning any new subject, the first step is to get acquainted with the terms used in the field. As aspiring or new students in <b>software development courses, <\/b>before diving into the complex topics, you need to know the basic terms of this field.<\/p>\n<p>If you don\u2019t acquaint yourself with this commonly used jargon, terms, and acronyms, you\u2019ll end up feeling buried under them. Learning these terms will also help you understand other core concepts better.<\/p>\n<p>To help you, we&#8217;ve put together key software development terms that you&#8217;re going to come across while taking <b>software development courses.<\/b><\/p>\n<h2><b>19 Commonly Used Terms in Software Development Courses<\/b><\/h2>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-2188\" src=\"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know-Body-Image.jpg\" alt=\"19-Software-Development-Terms-Every-Fresher-Should-Know\" width=\"1480\" height=\"774\" \/><\/p>\n<p>Put your learning hat on and get ready to hit boundaries in your software development course-<\/p>\n<h3>1. Application or App<\/h3>\n<p>An application is a software program created to perform a specific function. For example, Instagram is a social media app.<\/p>\n<h3>2. Application Program Interface (API)<\/h3>\n<p>API is a set of rules that enables communication between different computers and applications.<\/p>\n<h3>3. Attribute<\/h3>\n<p>It refers to the characteristics of elements, entities, fields, and files. For example, the paragraph element has the align attribute. If the attribute is set to centre, the paragraph will become centre-aligned.<\/p>\n<h3>4. Back End<\/h3>\n<p>As the name suggests, the operations running behind the scenes to keep a website running are called back end. Coding and plugins are examples of the back end.<\/p>\n<h3>5. Boolean<\/h3>\n<p>Boolean is a data type with two choices or possible values, such as \u201cYes or No\u201d and \u201cTrue or False.\u201d For instance, it is used in Javascript to decide which code to execute.<\/p>\n<h3>6. Bug<\/h3>\n<p>An error in the program or code that prevents it from functioning smoothly. The process of identifying and fixing bugs is called debugging.<\/p>\n<h3>7. Call to Action (CTA)<\/h3>\n<p>A prompt that directs the users on what action to take. While looking at a website, you may have come across a button that says \u2018Sign Up To Our Newsletter.\u2019 This is an example of a CTA.<\/p>\n<h3>8. Cascading Style Sheets (CSS)<\/h3>\n<p>CSS is a programming language used to describe how HTML elements appear on the screen. It is a design language which focuses on how a website looks or appears. For instance, it is used to decide the colour of the web page, font style and size, etc.<\/p>\n<h3>9. Content Management System (CMS)<\/h3>\n<p>Programs that are used to build and maintain a website. These are usually created for non-developers who don\u2019t know how to code. For example, WordPress is a CMS or website builder that uses easy drag-and-drop features that enable the user to create a website without knowing how to code.<\/p>\n<h3>10. Cookies<\/h3>\n<p>Pieces of information a web server sends to a web browser for tracking purposes. They enable browsers to recognise visitors and recall their preferences. For example, have you noticed that you search for a brand, and a few minutes later, you start seeing that brand\u2019s ads? This happens with the help of cookies.<\/p>\n<h3>11. Customer Relationship Management (CRM)<\/h3>\n<p>CRM refers to software that enables and improves interactions between a business and its customers. For example, HubSpot is a CRM software that helps small businesses with marketing, sales, and customer relationship processes.<\/p>\n<h3>12. Data Structures<\/h3>\n<p>The way of organising data that makes it easy to access, delete, and sort. There are different types of data structures, such as queues, stacks, lists, and sets. For instance, the array data structure is used to store the same data type in a particular way.<\/p>\n<h3>13. DevOps<\/h3>\n<p>DevOps refers to a set of tools that combine the processes of software development and IT Operations teams. It helps in optimising the delivery and speed of software development. In the traditional model of development, developers who wrote the code and operations professionals responsible for the deployment of the code worked separately. It led to longer product cycles, miscommunications, etc. Eventually, the DevOps model was developed that combined the processes of the two teams.<\/p>\n<h3><b>Also Read:<\/b> <a href=\"https:\/\/codequotient.com\/blog\/data-structures-algorithms-web-development\/\">Do We Really Need Data Structures and Algorithms for Web Development?<\/a><\/h3>\n<h3>14. Domain<\/h3>\n<p>The domain is the address of a website. A domain name can have a maximum of sixty-three characters and a minimum of one character.<\/p>\n<h3>15. Plugin<\/h3>\n<p>A software that is added to a program to enhance its functionalities. WPForms is a WordPress website plugin. It is a drag-and-drop form builder used to add forms to a website.<\/p>\n<h3>16. Server<\/h3>\n<p>A server is a program that provides resources or data to other computers, known as clients. In simple words, a server is like the land on which a website is built.<\/p>\n<h3>17. Sitemap<\/h3>\n<p>A sitemap is a list or outline of the various pages of a website in hierarchical order. It helps search engines find and crawl a website&#8217;s content.<\/p>\n<h3>18. User Experience (UX)<\/h3>\n<p>UX refers to a user&#8217;s experience with the website or app interface. For instance, repeated pop-up messages may lead to a negative user experience.<\/p>\n<h3>19. User Interface (UI)<\/h3>\n<p>UI is the space where users interact with the website or app. It includes the visual elements of a website or app.<\/p>\n<p>This list of software development terms should help you get started in your journey and help you talk the developer language. Now you won\u2019t be flustered while studying <b>software development courses.\u00a0<\/b><\/p>\n<p>Meanwhile, you can also <a href=\"https:\/\/codequotient.com\/blog\/industry-insights-coming-it-industry\/\">read about what\u2019s coming for the IT Industry in 2022.<\/a><\/p>\n<p>If you\u2019re hungry to learn more about this field, then <a href=\"https:\/\/codequotient.com\/supercoders-program\">join CodeQuotient\u2019s SuperCoders Program<\/a>, which will teach you everything you need to know about software development.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>While learning any new subject, the first step is to get acquainted with the terms used in the field. As aspiring or new students in software development courses, before diving into the complex topics, you need to know the basic terms of this field. If you don\u2019t acquaint yourself with this commonly used jargon, terms,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2187,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[131],"tags":[7,70,15,29,139,21,25],"class_list":{"0":"post-2186","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-software-engineering-bootcamp","8":"tag-best-programming-courses","9":"tag-coding-assessment","10":"tag-coding-jobs","11":"tag-developer","12":"tag-full-stack-developer-course","13":"tag-tech-interviews","14":"tag-tech-recruitment","15":"nt-post-class","16":"","19":"excerpt-none"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Website Development Crash Course: 19 Terms Every Budding Programmer Should Know - CodeQuotient<\/title>\n<meta name=\"description\" content=\"This article will teach you 19 Software Development terms that every fresher in the coding world should know. Read it now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codequotient.com\/blog\/website-development-crash-course\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know - CodeQuotient\" \/>\n<meta property=\"og:description\" content=\"This article will teach you 19 Software Development terms that every fresher in the coding world should know. Read it now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codequotient.com\/blog\/website-development-crash-course\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeQuotient\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codequotient\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-25T06:10:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T12:19:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1480\" \/>\n\t<meta property=\"og:image:height\" content=\"774\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Team CodeQuotient\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codequotient\" \/>\n<meta name=\"twitter:site\" content=\"@codequotient\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team CodeQuotient\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/\"},\"author\":{\"name\":\"Team CodeQuotient\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/person\\\/d84614276ce2ccc8578c447a515c02f8\"},\"headline\":\"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know\",\"datePublished\":\"2022-05-25T06:10:13+00:00\",\"dateModified\":\"2024-02-14T12:19:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/\"},\"wordCount\":911,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg\",\"keywords\":[\"Best Programming Courses\",\"Coding Assessment\",\"Coding Jobs\",\"Developer\",\"Full Stack Developer Course\",\"Tech Interviews\",\"Tech Recruitment\"],\"articleSection\":[\"Software Engineering Bootcamp\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/\",\"name\":\"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know - CodeQuotient\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg\",\"datePublished\":\"2022-05-25T06:10:13+00:00\",\"dateModified\":\"2024-02-14T12:19:49+00:00\",\"description\":\"This article will teach you 19 Software Development terms that every fresher in the coding world should know. Read it now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg\",\"contentUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg\",\"width\":1480,\"height\":774,\"caption\":\"19-Software-Development-Terms-Every-Fresher-Should-Know\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/website-development-crash-course\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/\",\"name\":\"CodeQuotient\",\"description\":\"Resources to be a better programmer\",\"publisher\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#organization\",\"name\":\"CodeQuotient\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/codequotient-logo.png\",\"contentUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/codequotient-logo.png\",\"width\":238,\"height\":104,\"caption\":\"CodeQuotient\"},\"image\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/codequotient\",\"https:\\\/\\\/x.com\\\/codequotient\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/codequotient\",\"https:\\\/\\\/www.instagram.com\\\/codequotient\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/person\\\/d84614276ce2ccc8578c447a515c02f8\",\"name\":\"Team CodeQuotient\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g\",\"caption\":\"Team CodeQuotient\"},\"sameAs\":[\"https:\\\/\\\/blog.codequotient.com\"],\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/author\\\/codequotient\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know - CodeQuotient","description":"This article will teach you 19 Software Development terms that every fresher in the coding world should know. Read it now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/","og_locale":"en_GB","og_type":"article","og_title":"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know - CodeQuotient","og_description":"This article will teach you 19 Software Development terms that every fresher in the coding world should know. Read it now!","og_url":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/","og_site_name":"CodeQuotient","article_publisher":"https:\/\/www.facebook.com\/codequotient","article_published_time":"2022-05-25T06:10:13+00:00","article_modified_time":"2024-02-14T12:19:49+00:00","og_image":[{"width":1480,"height":774,"url":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","type":"image\/jpeg"}],"author":"Team CodeQuotient","twitter_card":"summary_large_image","twitter_creator":"@codequotient","twitter_site":"@codequotient","twitter_misc":{"Written by":"Team CodeQuotient","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#article","isPartOf":{"@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/"},"author":{"name":"Team CodeQuotient","@id":"https:\/\/codequotient.com\/blog\/#\/schema\/person\/d84614276ce2ccc8578c447a515c02f8"},"headline":"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know","datePublished":"2022-05-25T06:10:13+00:00","dateModified":"2024-02-14T12:19:49+00:00","mainEntityOfPage":{"@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/"},"wordCount":911,"commentCount":0,"publisher":{"@id":"https:\/\/codequotient.com\/blog\/#organization"},"image":{"@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#primaryimage"},"thumbnailUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","keywords":["Best Programming Courses","Coding Assessment","Coding Jobs","Developer","Full Stack Developer Course","Tech Interviews","Tech Recruitment"],"articleSection":["Software Engineering Bootcamp"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codequotient.com\/blog\/website-development-crash-course\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/","url":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/","name":"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know - CodeQuotient","isPartOf":{"@id":"https:\/\/codequotient.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#primaryimage"},"image":{"@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#primaryimage"},"thumbnailUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","datePublished":"2022-05-25T06:10:13+00:00","dateModified":"2024-02-14T12:19:49+00:00","description":"This article will teach you 19 Software Development terms that every fresher in the coding world should know. Read it now!","breadcrumb":{"@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codequotient.com\/blog\/website-development-crash-course\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#primaryimage","url":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","contentUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","width":1480,"height":774,"caption":"19-Software-Development-Terms-Every-Fresher-Should-Know"},{"@type":"BreadcrumbList","@id":"https:\/\/codequotient.com\/blog\/website-development-crash-course\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codequotient.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Website Development Crash Course: 19 Terms Every Budding Programmer Should Know"}]},{"@type":"WebSite","@id":"https:\/\/codequotient.com\/blog\/#website","url":"https:\/\/codequotient.com\/blog\/","name":"CodeQuotient","description":"Resources to be a better programmer","publisher":{"@id":"https:\/\/codequotient.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codequotient.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/codequotient.com\/blog\/#organization","name":"CodeQuotient","url":"https:\/\/codequotient.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/codequotient.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2020\/12\/codequotient-logo.png","contentUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2020\/12\/codequotient-logo.png","width":238,"height":104,"caption":"CodeQuotient"},"image":{"@id":"https:\/\/codequotient.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codequotient","https:\/\/x.com\/codequotient","https:\/\/www.linkedin.com\/company\/codequotient","https:\/\/www.instagram.com\/codequotient\/"]},{"@type":"Person","@id":"https:\/\/codequotient.com\/blog\/#\/schema\/person\/d84614276ce2ccc8578c447a515c02f8","name":"Team CodeQuotient","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g","caption":"Team CodeQuotient"},"sameAs":["https:\/\/blog.codequotient.com"],"url":"https:\/\/codequotient.com\/blog\/author\/codequotient\/"}]}},"featured_image_src":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","featured_image_src_square":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/05\/19-Software-Development-Terms-Every-Fresher-Should-Know.jpg","author_info":{"display_name":"Team CodeQuotient","author_link":"https:\/\/codequotient.com\/blog\/author\/codequotient\/"},"_links":{"self":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts\/2186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/comments?post=2186"}],"version-history":[{"count":2,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts\/2186\/revisions"}],"predecessor-version":[{"id":2201,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts\/2186\/revisions\/2201"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/media\/2187"}],"wp:attachment":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/media?parent=2186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/categories?post=2186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/tags?post=2186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}