Click here to Skip to main content
15,886,110 members
Everything / MEAN

MEAN

MEAN

Great Reads

by Sander Rossel
The second in a series on MEAN web development.
by Sander Rossel
The seventh in a series on MEAN web development.
by Sander Rossel
The fifth in a series on MEAN web development.
by Sander Rossel
The last in a series on MEAN web development.

Latest Articles

by Yaseer Mumtaz
Complete professional MEAN stack app development series for beginners
by Yaseer Mumtaz
After setting up the basic development environment, let's create the master/layout and home page
by Yaseer Mumtaz
This would be article series where we will develop the professional website in MEAN stack and finally deploy it to a server. First, we will develop a static website with Angular 5 and use node.js only to run the website on a server.
by HHerzl
Creating Contact Manager App with MEAN Stack

All Articles

Sort by Score

MEAN 

27 May 2015 by Sander Rossel
The second in a series on MEAN web development.
7 Sep 2015 by Sander Rossel
The seventh in a series on MEAN web development.
16 Jun 2015 by Sander Rossel
The fifth in a series on MEAN web development.
21 Sep 2015 by Sander Rossel
The last in a series on MEAN web development.
7 Nov 2017 by Jochen Arndt
The mean value used by your code within the loops for calculating the variance is not the final one but the one for the processed items so far. You have also not initialised the sum variables s and e with zero. You have to caluclate the mean first and then use another iteration to calculate the...
2 Jun 2016 by F-ES Sitecore
mean stack getting started - Google Search[^]
21 Jun 2017 by Karthik_Mahalingam
JavaScript Tutorial[^] MongoDB [^] Express js[^] Angular 1[^] (or) Angular 2[^] ( TypeScript [^] ) Node.js[^] RequireJS[^]
21 Jun 2017 by Peter Leow
Regardless of the technologies you use, the components of web architecture include: 1. Front-end - HTML - CSS - JavaScript 2. Back-end - Server-side scripting (specific) - database (specific) You should get yourself acquainted with the front-end components which are basic...
30 Oct 2017 by Richard MacCutchan
It is impossible to answer such a question as there are far too many unknowns. You must create the requirements and outline design of your system first. Once you have that in place you can decide which language(s) and/or framework(s) provide the features you need in order to implement it.
6 Nov 2017 by CPallini
Anyway your variance computation is incorrect. You have to first compute the mean value and then use the computed mean value in order to compute the variance. That is you need two loops.
6 Nov 2017 by KarstenK
At first you should initialize every variable as mean to e with 0. The value from the access to src.at(i,j) should be stored in a var. Your program logic looks strange. On every i and j interation you change the mean. I think you should loop over all pixels and sum up to build the mean. Than...
14 Mar 2018 by Yaseer Mumtaz
This would be article series where we will develop the professional website in MEAN stack and finally deploy it to a server. First, we will develop a static website with Angular 5 and use node.js only to run the website on a server.
16 Mar 2018 by Yaseer Mumtaz
After setting up the basic development environment, let's create the master/layout and home page
21 Nov 2018 by Yaseer Mumtaz
Complete professional MEAN stack app development series for beginners
29 Jun 2015 by Nikola Breznjak
Over the past year I’ve tried lots of options for hosting my MEAN applications, and finally I’ve settled for DigitalOcean.
22 Apr 2016 by Garth J Lancaster
I think you're going to need a javascript library you can use with node.js to parse the word document
30 Jul 2017 by Member 13336398
i want to develop a travel booking website using MEAN stack development. Ticket booking can be done one month prior to the travel date. Today (30th July) i can book tickets till 30th august. Tomorrow i should be able to book tickets for 31st august. How to make it happen and how to make mongodb...
30 Jul 2017 by Thomas Daniels
You don't have to worry about creating those collections; if you insert a document in a non-existing collection, MongoDB will automatically create a collection. However if that's not sufficient because you need some special settings, use db.createCollection[^] to create the collection after...
30 Oct 2017 by Krzysztof Buczynski
I am developing a project which will construct a Customer Relationship System. I was consider using MEAN stack for it but during my research turn out Java might be a bit better. I have not enough time to go too deep into a research and I can not made up my mind which one to use for it. The...
30 Oct 2017 by Patrice T
Quote: What are Pros and Cons for each and which one you would use ? It don't work that way, my pros and cons will not be yours. you have to learn the different options, languages, frameworks ... Then you make your opinion.
29 Jan 2020 by OriginalGriff
We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you. So we need you to do the...
29 Jan 2020 by OriginalGriff
Repost: deleted. Posting the same lack of a question repeatedly wastes the time and effort of volunteers, and that's rude. And doesn't change the solution.
11 Feb 2021 by Member 15069828
I am getting this TypeError while posting data to mongodb using nodejs and express , I don't understand why I am geeting this error..! please help..! exports.votes = async (req, res, next) => { try { /** * 1. get the poll from db ...
11 Feb 2021 by thatraja
Found these. Array.prototype.includes requires Node 6. Node.js: "Array.includes is not a function" error : learnjavascript[^] Below thread has solution for lower versions javascript - Array.prototype.includes on Node js versions
2 Oct 2017 by HHerzl
Creating Contact Manager App with MEAN Stack
27 May 2015 by Sander Rossel
The first in a series on MEAN web development.
13 Sep 2015 by Sander Rossel
The sixth in a series on MEAN web development.
26 May 2015 by Sander Rossel
The fourth in a series on MEAN web development.
28 Nov 2016 by Neal Pandey
This article is a tutorial on creating a basic OData (Open Data Protocol) endpoint for a MongoDB database using MEAN stack.
27 May 2015 by Sander Rossel
The third in a series on MEAN web development.
22 Apr 2016 by Member 12477961
He guys i recently started working on mean stack. I understand the basics of it but i need to parse a word document and then search for particular strings in it. Any advice?What I have tried:I tried working on $parse but that only seems to work for .txt files. will i need any 3rd party...
7 Nov 2017 by Patrice T
Learn to indent properly your code, it show its structure and it helps reading and understanding. #include #include #include #include #include #include #include...
2 Jun 2016 by wardakhan
I'm a newbie in Mean Stack. I want some guide. I'm using VS code. node.js +typescript.can anybody help from where do I start learning? Some links of book or tutorial.
21 Jun 2017 by sarooj bukhari
what are the prerequisites to start learning Mean Stack development..? What I have tried: i search google not find anything good,want to know from professional
7 Nov 2017 by saidinsan000000000
Hello everyone, after compiling the source code I got zero variance. this result true or no? thank you in advance What I have tried: #include #include #include #include #include...