HackerTrans
TopNewTrendsCommentsPastAskShowJobs

morchen

no profile record

Submissions

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

Holy grail of up to date documentation

blog.jetbrains.com
2 points·by morchen·4 ปีที่แล้ว·0 comments

The Only Designer – Tips

theonlydesigner.com
1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by morchen·5 ปีที่แล้ว·0 comments

The Remote Era Through Automated Documentation

medium.com
1 points·by morchen·5 ปีที่แล้ว·0 comments

Code Walkthrough

infoq.com
19 points·by morchen·5 ปีที่แล้ว·3 comments

Feeding the beast – writing tasty dev tasks

swimm.io
1 points·by morchen·5 ปีที่แล้ว·0 comments

Swimm nabs Series A to include up to date documentation in every release

techcrunch.com
3 points·by morchen·5 ปีที่แล้ว·0 comments

Four Main Code Doc Strategies

swimm.io
1 points·by morchen·5 ปีที่แล้ว·0 comments

Big Signs That Your Documentation Stinks

dev.to
1 points·by morchen·5 ปีที่แล้ว·0 comments

The case for continuous documentation

virtuallifestyle.nl
106 points·by morchen·5 ปีที่แล้ว·70 comments

Shifting to Continuous Documentation as a New Approach for Code Knowledge

infoq.com
3 points·by morchen·5 ปีที่แล้ว·1 comments

Rubber Duck Debugging but for Documentation

swimm.io
1 points·by morchen·5 ปีที่แล้ว·0 comments

Continuous Everything (CE) Means Continuous Documentation (CD)

computerweekly.com
1 points·by morchen·5 ปีที่แล้ว·0 comments

comments

morchen
·4 ปีที่แล้ว·discuss
4 VS Code extensions to share technical knowledge with your team
morchen
·6 ปีที่แล้ว·discuss
Hi thanks for the feedback! Indeed the article aims to discuss the highly coupled correlation between long-term training and the right tools to a happy and productive team. By something concrete, do you mean a list of recommended tools?
morchen
·6 ปีที่แล้ว·discuss
This is a Demo for the Complimentary Advanced Python Playlist. Swimm is giving access to high quality content that helps its community swim and deep dive into code.

Pre-Requisites for Python Best Practices//

In order to swimm in the playlists on this repo, please make sure that you can run python3 from your command line and actually get python3 to run.

If you don't have Python3 installed, please install it first from Python's website - https://www.python.org/downloads/.
morchen
·6 ปีที่แล้ว·discuss
5 things you can do to get started
morchen
·6 ปีที่แล้ว·discuss
Open Sauced community is hosting a unique 2-day event focused on educating attendees about how to contribute to open-source projects.

Learn directly from the maintainers of projects ways you can contribute during Hacktoberfest.

This event kicks off with talks from maintainers and experts in the open-source.
morchen
·6 ปีที่แล้ว·discuss
It's probably happened to you before - you committed the wrong branch in Git, or can't find that last commit you made.

Don't worry, the Git reset command is here to save you.

In this article Omer explains how it works in detail with lots of examples.