Questions tagged [knowledge-management]

10 questions
109
votes
29 answers

How do you manage your knowledge base?

As programmers we have a lot of inputs: Ebooks Code snippets Interesting emails Documents Web articles Blog posts StackOverflow questions Podcasts ... Which tools do you use to store, organize, search and consult all of this stuff? Is there a…
systempuntoout
  • 3,545
  • 3
  • 29
  • 33
29
votes
13 answers

How do you deal with an information hoarder?

We must have all come across them - developers that have been around for ages and have a fantastic domain knowledge and yet they fail to share that knowledge with their team. The team desperately needs to share the knowledge, but they can't seem to…
21
votes
8 answers

Forgetting stuff I've done before and how do you fix this

I'm not sure if it's just me or if this is common in our field. The past year has been a bit intense for me. I've been learning a few different technologies to get some tasks done and sometimes I've had to completely focus on that one new…
Ermin
  • 483
  • 3
  • 7
17
votes
5 answers

What do you use to organize your team knowledge?

Last year, me and three good old friends of mine founded a small web/mobile development team. Things are going pretty well. We're learning a lot, and new people are joining the group. Keeping knowledge always updated and in-sync is vital for us.…
Stefano Verna
  • 279
  • 1
  • 3
14
votes
6 answers

Software to organize and maintain project documentation, specification?

I'm looking for software to organize and maintain projects internal documentation, specification, requirements, etc. Currently we store all documentation as lots of MS Word DOC files in a source control repository, which gives us version control,…
13
votes
9 answers

Does your programming knowledge decrease if you don't practice?

I'm a novice programmer. I study languages such as C, C++, Python and Java (mainly focusing on C++). I'm what you'd call "young and inexperienced" and I admit that because I can't claim otherwise. As a student, I have many other problems besides…
11
votes
4 answers

How does your company manage knowledge and information?

I am interested in the architecture, methods and software used by your company to capture and store knowledge. Is the information easily searchable (especially by non-techies) ? Is it stored in a central repository or in several places ? Do you find…
Wartin
  • 221
  • 1
  • 4
5
votes
4 answers

How to share problem solving knowledge in a multiteam group?

I've been working in multiteam groups for as long as I've been a web developer, and in my experience, a team can be a lonely soldier or several people; generally a company will have multiple teams working on different projects and once the project…
4
votes
3 answers

What wiki/document system do you recommend for knowledge-management?

I'm founder of a web-site called Now.in. I wrote all programs by my-self at first. And we are going to run a start-up company. More people will soon get involved. Some know-how/overviews only exist in my mind, it takes time to explain to newcomers.…
Fang-Pen Lin
  • 239
  • 1
  • 7
1
vote
2 answers

Knowledge base / questionarie / desicion-tree / decision-making platform

I am looking for a software platform/programming framework which can do the following: INPUT: a user inputs some text PROCESS/REFERENCE DATA: the user is then asked to answer a list some questions regarding the INPUT and attribute the answers…
user18404