{"id":5195,"date":"2020-07-02T10:55:59","date_gmt":"2020-07-02T10:55:59","guid":{"rendered":"https:\/\/www.gologica.com\/elearning\/?p=5195"},"modified":"2025-04-06T03:49:02","modified_gmt":"2025-04-06T03:49:02","slug":"beginners-guide-to-mean-stack","status":"publish","type":"post","link":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/","title":{"rendered":"Beginners Guide to Mean Stack"},"content":{"rendered":"<p><strong>Introduction to Mean Stack<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>The MEAN software stack is a popular set of technologies for creating websites. It consists of MongoDB, Express.js, AngularJS, and Node.js. Each of these items provides vital features and time-saving tools for website development. Although another popular set of technologies known as the LAMP stack maybe some developers\u2019 preferred stack, this article will outline precisely why you will find more success with MEAN stack development.                                                                                                                                                                                                                                            <\/p>\n<p>Basic Things you will Study in this Tutorial:                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Advantages of Mean Stack                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Components Involved in Mean Stack                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Some additional Benefits                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Applications                                                                                                                                                                                                                                            <\/p>\n<p><strong>Advantages of \u00a0Mean stack<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>The advantages of the Mean stack were discussed below.<\/p>\n<p>\u2022Highly Flexible.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Cost Effective. Using MEAN is cost-friendly to business.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022All kind of technologies that make use of MEAN because it is open-source and freely available for use.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Easy switch between client and server.                                                                                                                                                                                                                                             <\/p>\n<p>\u2022Exemplary for real-time web applications.                                                                                                                                                                                                                                             <\/p>\n<p>\u2022Time-Saving.                                                                                                                                                                                                                                            <\/p>\n<p><strong>Components of Mean Stack<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>The various components involved in Mean Stack                                                                                                                                                                                                                                            <\/p>\n<p><strong>MongoDB: <\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>\u2022MongoDB might be a document-based on the open-source database. MongoDB may be a leading NoSQL database. It provides high performance, high convenience, and automatic scaling. MongoDB information is written principally in C++. It&#8217;s drivers and client libraries are generally written in their own respective languages, though some drivers use C extensions for higher performance. MongoDB differs from relative databases as a result of it&#8217;s a schema-less database. Such information bases sometimes have lower transaction safety however they are in quick accessing data and scale higher than relative databases.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022MongoDB stores valuable data as documents. Therefore it is said to be a document-based database. A document may be a data structure that stores in the form of data in field and value pairs. The format of MongoDB documents is just like JavaScript Object Notation (JSON). The values of a field could be an easier value, array, and other documents. MongoDB uses BSON format to store the information into a document.                                                                                                                                                                                                                                            <\/p>\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.gologica.com\/course\/mean-stack-training\/\"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK-.jpg\" alt=\"Mean stack\" class=\"wp-image-5213\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK-.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK--460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK--768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK--100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK--600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK--120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEANSTACK--310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<p><strong>Express.js:<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>Express.js plays a vital role in the MEAN stack, as it works hand-in-hand with Node.js to communicate with the server, establish routes that determine what happens at each URL and create a networked application using JavaScript. It is an easy-to-use back-end framework that allows you as a MEAN full-stack developer to follow best practices in RESTful routing or simply create a web application quickly. Using Express.js will provide you with a useful skill beyond the MEAN stack, as Express.js can work with databases other than MongoDB, as well as a wide variety of template engines including EJS and Jade.                                                                                                                                                                                                                                            <\/p>\n<p><strong>Angular:<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>Angular is an open-source, JavaScript-based client-side framework that helps us to develop a web-based application. Angular is one of the best and most popular frameworks for developing any Single Page Application or SPA Applications.                                                                                                                                                                                                                                            <\/p>\n<p>The main benefits of using Angular:                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Angular modifies the page DOM directly instead of adding inner HTML code which is faster.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022The Data binding does not involve on each control or value change but at some specific points of the JavaScript code execution. It tries to improve the performance, as a single bulk Model or View of update which can replace the hundreds of cascading data change events.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022There is no need to use observable functions. Angular analyzes the page DOM and builds the bindings based on the Angular-specific element attributes.                                                                                                                                                                                                                                             <\/p>\n<p>\u2022Extended features such as dependency injection, routing, animations, view encapsulation, and more are available.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022It is supported by Google and a great development community.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Angular is a comprehensive solution for rapid front-end development. It does not need any other plugins or frameworks.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Angular is unit testing ready, and that is one of its most compelling advantages.                                                                                                                                                                                                                                            <\/p>\n<p><strong>Node.js<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>\u2022As discussed earlier, Node.js is what permits the net developer to use JavaScript on the back-end of the web site. It is an event-driven runtime surrounding that contain infinite quality, Independent packages get downloadable via npm. In fact, Express.js is one in all the foremost standard packages in npm. Different standard packages will include Passport for user authentication, still as body-parser for managing kind input.                                                                                                                                                                                                                                            <\/p>\n<p>\u2022Instead of learning a new language and adjusting to new syntax rules, using Node.js permits you to become an excellent expert in a single programming language. If you are unfamiliar with back-end development, you will have efficient time for picking up the fundamentals. Eventually, you&#8217;ll boast a high level of information and the subtle details of JavaScript because your entire software stack relies on it.                                                                                                                                                                                                                                            <\/p>\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.gologica.com\/course\/mean-stack-training\/\"><img decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean.jpg\" alt=\"Mean Stack Training\" class=\"wp-image-5214\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean-460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean-768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean-100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean-600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean-120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/Mean-310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<p><strong>Benefits of the MEAN Stack<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>There are some additional benefits of Mean Stack                                                                                                                                                                                                                                            <\/p>\n<p><strong>The MEAN Stack Is Intuitive<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>The MEAN stacks provide everything necessary to form a competitive net application, nonetheless, It is easier compared to the LAMP stack. though it&#8217;s doable to have confidence in strict schemas and format information specifically, as needed within the LAMP stack\u2019s MySQL, it is not necessary within the MEAN stack. In fact, MongoDB permits the developer to simply add new information to some extend, however not all, of the things in a very JSON file. This can be in contrast to MySQL, wherever a developer merely should offer information to each item, even if their value is either \u201cundefined\u201d, or absent.                                                                                                                                                                                                                                            <\/p>\n<p><strong>The LAMP Stack Is Outdated<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>Another common criticism of the LAMP stack is that it is taken by some. PHP has fallen beneath significant criticism for its excessively advanced practices and lack of trade specialists. In contrast, the MEAN stack has become one among the trade normal stacks for tiny startups, fast development, and productive, profitable companies. As a developer, you may possibly face all types of clients, together with some rely on older technology. Though PHP could also be employed in some cases, operating with the MEAN stack is ultimately a more robust selection for any developer.                                                                                                                                                                                                                                            <\/p>\n<p><strong>MEAN Stack Applications<\/strong>                                                                                                                                                                                                                                            <\/p>\n<p>MEAN might not be good for all the applications in some kind of aspects, there are some specific applications wherever it is getting used. The cloud-native applications build it a robust selection because of its flexibility, scalability, and its ability to manage coeval users. The innovative applications by using \u00a0MEAN were included below.                                                                                                                                                                                                                                            <\/p>\n<ul class=\"wp-block-list\">\n<li>Tracking location and Mapping                                                                                                                                                                                                                                            <\/li>\n<li>Calendars                                                                                                                                                                                                                                            <\/li>\n<li>News aggregation sites and\u00a0                                                                                                                                                                                                                                            <\/li>\n<li>Expense tracking                                                                                                                                                                                                                                          <\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction to Mean Stack The MEAN software stack is a popular set of technologies for creating websites. It consists of &hellip;<\/p>\n","protected":false},"author":1,"featured_media":5212,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","footnotes":""},"categories":[15224],"tags":[304,332],"coauthors":[182],"class_list":["post-5195","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-fullstack","tag-java","tag-mean-stack","pmpro-has-access","user-has-not-earned"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Beginners Guide to Mean Stack - GoLogica<\/title>\n<meta name=\"description\" content=\"Learn all about Mean Stack in this Mean stack tutorial, learn how to code, what are its uses and all the advantages and also its disadvantages.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Beginners Guide to Mean Stack - GoLogica\" \/>\n<meta property=\"og:description\" content=\"Learn all about Mean Stack in this Mean stack tutorial, learn how to code, what are its uses and all the advantages and also its disadvantages.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\" \/>\n<meta property=\"og:site_name\" content=\"GoLogica\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-02T10:55:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-06T03:49:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"175\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. 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:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"headline\":\"Beginners Guide to Mean Stack\",\"datePublished\":\"2020-07-02T10:55:59+00:00\",\"dateModified\":\"2025-04-06T03:49:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\"},\"wordCount\":1027,\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg\",\"keywords\":[\"Java\",\"Mean stack\"],\"articleSection\":[\"Fullstack\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\",\"url\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\",\"name\":\"Beginners Guide to Mean Stack - GoLogica\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg\",\"datePublished\":\"2020-07-02T10:55:59+00:00\",\"dateModified\":\"2025-04-06T03:49:02+00:00\",\"author\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"description\":\"Learn all about Mean Stack in this Mean stack tutorial, learn how to code, what are its uses and all the advantages and also its disadvantages.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg\",\"width\":300,\"height\":175,\"caption\":\"MEAN Stack\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.gologica.com\/elearning\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Beginners Guide to Mean Stack\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\",\"url\":\"https:\/\/www.gologica.com\/elearning\/\",\"name\":\"GoLogica\",\"description\":\"E-Learning Portal\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.gologica.com\/elearning\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Beginners Guide to Mean Stack - GoLogica","description":"Learn all about Mean Stack in this Mean stack tutorial, learn how to code, what are its uses and all the advantages and also its disadvantages.","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:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/","og_locale":"en_US","og_type":"article","og_title":"Beginners Guide to Mean Stack - GoLogica","og_description":"Learn all about Mean Stack in this Mean stack tutorial, learn how to code, what are its uses and all the advantages and also its disadvantages.","og_url":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/","og_site_name":"GoLogica","article_published_time":"2020-07-02T10:55:59+00:00","article_modified_time":"2025-04-06T03:49:02+00:00","og_image":[{"width":300,"height":175,"url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#article","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/"},"author":{"name":"admin","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"headline":"Beginners Guide to Mean Stack","datePublished":"2020-07-02T10:55:59+00:00","dateModified":"2025-04-06T03:49:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/"},"wordCount":1027,"image":{"@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg","keywords":["Java","Mean stack"],"articleSection":["Fullstack"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/","url":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/","name":"Beginners Guide to Mean Stack - GoLogica","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage"},"image":{"@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg","datePublished":"2020-07-02T10:55:59+00:00","dateModified":"2025-04-06T03:49:02+00:00","author":{"@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"description":"Learn all about Mean Stack in this Mean stack tutorial, learn how to code, what are its uses and all the advantages and also its disadvantages.","breadcrumb":{"@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#primaryimage","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2020\/07\/MEAN-Stack.jpg","width":300,"height":175,"caption":"MEAN Stack"},{"@type":"BreadcrumbList","@id":"https:\/\/www.gologica.com\/elearning\/beginners-guide-to-mean-stack\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gologica.com\/elearning\/"},{"@type":"ListItem","position":2,"name":"Beginners Guide to Mean Stack"}]},{"@type":"WebSite","@id":"https:\/\/www.gologica.com\/elearning\/#website","url":"https:\/\/www.gologica.com\/elearning\/","name":"GoLogica","description":"E-Learning Portal","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","caption":"admin"},"url":"https:\/\/www.gologica.com\/elearning\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/5195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/comments?post=5195"}],"version-history":[{"count":1,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/5195\/revisions"}],"predecessor-version":[{"id":5215,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/5195\/revisions\/5215"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media\/5212"}],"wp:attachment":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media?parent=5195"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/categories?post=5195"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/tags?post=5195"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/coauthors?post=5195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}