DEV Community

Cover image for Day 19 of Documenting my learning Journey
James Kabuga
James Kabuga

Posted on

Day 19 of Documenting my learning Journey

What I did Today
1.I created first a README.md with a summary of week-two content.
2.Opened a pull request and merge my week-two content to main.
3.Update the python-concepts README.md file with topics I learnt.
4.Update my local repo to make sure its upto date with the one on Github.
3.Create a new branch week-three for this week
4.Now introduce a new concept by creating an issue with each day milestones.
5.I'll be ticking each day milestones and linking each day commit message with the issue.
6.I named my issue week-three progress and learning tasks.

Challenges I faced

How i will be linking the issue with the commit message.

How I went solving that challenge

Learnt that after commiting each commit message have their own url. In the issue whn adding a comment for each day I'll be linking the commit message qith the url of each days commit message

Resources I used
1.Python refresher series by Bonaventure Ogeto
2.Github for documenting my python learning journey by pushing to my public repo python-concepts.

What's Next
I'll start learning about week-three content and I'll learn about python functions from 1st principles

Top comments (0)