preface

As a developer, we encounter all kinds of problems every day, and when we can’t solve them on our own, we turn to the community for help. But reality is harsh, and most of our best ideas are likely to fail. What if there was a new paradigm to help you solve the problem, a clear understanding of the problem, and, most importantly, a technology blog dedicated to the problem?

background

Programmers in the daily development work, often encounter a variety of problems, when we encounter problems and can not solve their own, we will think of the question and answer area in various communities to ask questions. We found that most of the questions were not well answered. The possible reasons are as follows: 1. The questioner does not describe the problem well; 2. Most of the answers are worthless, they are just random answers, and many of them get completely off topic while chatting, and the content of the answers has nothing to do with the topic; 3. Even if someone answers the question correctly, the result may be too simple to meet the needs of the asker;

The target

1. We want clear answers to every developer’s questions; 2. We hope to extract the common problems encountered by everyone in a certain field, and then propose unified solutions to the common concerns of everyone in this field;

3. We hope to create a group of valuable technology blogs that can solve real problems;

4. We hope to provide you with the most authoritative answer here;

The pattern we expect

We want the answer to each question not to be a single word, but to be a list of tech blogs;

We wanted to create a large question pool to which developers could submit all sorts of questions; We want to create a large pool of technical blogs that solve one or more problems in the problem pool; We want to create a solution to a common problem in a field;

 

Solution Architecture Diagram

A brief introduction to the scheme diagram above:

  1. Firstly, aggregate questions from major community websites to form a huge Question Pool.
  2. Technical bloggers choose the questions they are interested in from the question pool to write technical blogs.
  3. All technical blogs created for specific issues will form our technical Blog Pool;
  4. Blog pools are automatically aggregated into domains;
  5. Develop solutions for each area;

The instance

 

Question pool Technical Blog Pool
Get submit URL in Chinese garbled processing, background using hashmap can solve? GetParameter (String) and getQueryString()
Struts2 configuration file loading order problem Struts2 source code analysis configuration file loading sequence
C standard output for Linux? Reflections triggered by STdout

Subsequent progress

This project is already incubating, interested students can contact me in osC or through other means.

The prototype system is under development. Welcome to join QQ group: 144732673

Prototype system idea: my.oschina.net/gschen/blog…

 

 

If you are interested in algorithms or programming, please scan the qr code below and follow the public account “Beauty of Algorithms and programming” to explore the mystery of algorithms and programming with you, and give you different solutions and analysis ideas.