amfoss / vidyaratna

A collection of resources to get started with and to learn a variety of different domains in Software Engineering.
Creative Commons Attribution 4.0 International
532 stars 55 forks source link

Add tasks #34

Closed vchrombie closed 3 years ago

vchrombie commented 5 years ago

As of now, we have resources in the readme, how about creating a new file like tasks.md and add relevant tasks for each section of resources.

Example: For GitHub, @chirathr has created an assignment in the previous version. https://github.com/amfoss/vidyaratna/blob/initial/beginners/5_github.md#assignment

We can recreate such things and add assignments for every category.

Would like to hear your views on this. :slightly_smiling_face:

yashk2000 commented 5 years ago

@vchrombie great idea :rocket:

For the android section, we can have the Android Codelabs. The fundamental codelabs will be great a great assignment for learning.

For linux, bash scripting particularly, people could maybe attempt the higher levels of bandit. Besides this, there are some basic CTF challenges that need bash scripts(concepts like looping, extracting tar, bzip2 files and so on) to be solved.

vchrombie commented 5 years ago

Any more opinions? @akhilam512 @vaishnav04 @harshithpabbati

akhilam512 commented 5 years ago

Sounds like a great idea @vchrombie

I guess we can move forward and start assigning tasks to each topic?

vchrombie commented 5 years ago

Awesome then. Please send the tasks whenever you are free with the topic you are familiar with. :slightly_smiling_face:

vchrombie commented 5 years ago

I suggest the idea of moving the readme contents to resources.md and create another file tasks.md for the assignments.

yashk2000 commented 5 years ago

I suggest the idea of moving the readme contents to resources.md and create another file tasks.md for the assignments.

@vchrombie yes this should be done since we'll be adding tasks too. Separate files is a good idea. Should I open an issue for this?

amitkrishnabits commented 3 years ago

This can be added as a big picture https://frontendmasters.com/guides/learning-roadmap/

amitkrishnabits commented 3 years ago

Add a Course on Learn How to learn from coursera.com

amitkrishnabits commented 3 years ago

Add TODO To Read the Book Clean Code to improve coding standards