Questions tagged [journal]
7 questions
12
votes
7 answers
Should every programmer keep a "Lessons Learned" journal?
Every time I've finished a project, there is always something that I've learned (otherwise I don't find it very motivating). But I can't remember everything, and much later I may stumble across the same problem that I encountered in a previous…

gablin
- 17,377
- 22
- 89
- 138
6
votes
3 answers
Is it good practice to put service business logic based on audit trail?
Our application creates audit trails in response to system actions and user actions. Our business logic depends on these audit trails to find out which user performed what action.
Is it good practice to have business logic use audit trail data?

Durgaprasad Budhwani
- 171
- 4
4
votes
1 answer
How common is it to submit papers to journals or conferences outside of academia?
I worked in academia a few years, but more on the D-side of R&D. The race for papers never appealed to me and I'm a practical not theoretical type, but I do like reading papers on certain topics (e.g. Google Papers, NLP, FB papers, ...) a lot.
How…

Furry
- 259
- 1
- 7
2
votes
3 answers
How do I manage a development journal?
I am working solo on small development projects on my own time, using Git. For each project, I like to have a development journal which is associated with that project and not associated with other projects. The journal is a simple markdown file,…

A.M.
- 39
- 2
1
vote
2 answers
Can version control systems use the filesystem log to capture changes?
I was trying to find a "perfect" syncing program between a network share and a local folder, when I realised that it's probably impossible to do it right unless all the filesystem operations were captured by a log of some sort, that could then be…

Milind R
- 155
- 8
0
votes
1 answer
Research paper on distributed computing - Advice?
I am writing my first research paper on distributed storage systems. We also have a prototype working (partially). The project was a complete implementation based project where we envisage to take this project a step further and do some future…

zengr
- 1,217
- 11
- 22
-1
votes
1 answer
Data store for sequential key-value, time limited event "journal"
I'm designing a system in which a key component acts like a "journal", in the sense that it stores a list of sequential events that can change the state of the entire system. Upon request, any other component in the system can ask this component for…

shevron
- 561
- 1
- 5
- 5