Good practices for large scale development/delivery of software [closed]
Closed 11 years ago.
How/where to run the algorithm on large dataset?
I would like to run the PageRank algorithm on graph with 4 000 000 nodes and around 45 000 000 edges.
How can I update a large legacy codebase to meet specific quality standards?
There is a lot of information about tools and techniques for improving legacy codebases, but I haven’t come across any successful real world case studies. Most advice is on the micro level, and while helpful, doesn’t convince many people because of a lack of evidence it can help at the macro level.
How to manage large scale project in node.js keeping everything Asynchronous?
I have a large module which have to process more than 10k request/ response per second.
Every request has a json and need to process it and verify it on the database and generate the response on the basis of the db query.
Here is an example
How to handle the large website rss feed
Portal website usually have very large number of posts. For example I have 50,000 posts in website. I even created the google sitemap as chunks and included it in main site map file. But I have no idea how to deal with RSS feed.
How to handle the large website rss feed
Portal website usually have very large number of posts. For example I have 50,000 posts in website. I even created the google sitemap as chunks and included it in main site map file. But I have no idea how to deal with RSS feed.
How to handle the large website rss feed
Portal website usually have very large number of posts. For example I have 50,000 posts in website. I even created the google sitemap as chunks and included it in main site map file. But I have no idea how to deal with RSS feed.
How to handle the large website rss feed
Portal website usually have very large number of posts. For example I have 50,000 posts in website. I even created the google sitemap as chunks and included it in main site map file. But I have no idea how to deal with RSS feed.
How to handle the large website rss feed
Portal website usually have very large number of posts. For example I have 50,000 posts in website. I even created the google sitemap as chunks and included it in main site map file. But I have no idea how to deal with RSS feed.
What is the norm for introducing new hires to a code base? [duplicate]
This question already has answers here: How do you dive into large code bases? (31 answers) Time required to start coding at a new company [closed] (5 answers) Closed 10 years ago. After college I worked at one company for 6 months, and I’ve just now joined another one, bringing the grand total in my […]