├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Anit Shrestha Manandhar 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![never_stop_learning](https://user-images.githubusercontent.com/414141/106642281-3bfcba00-65b0-11eb-94e6-17b86d03d756.png) 2 | 3 | # Today I Learn 4 | 5 | Learning should be open and fun and only then it can 6 | add value. To make it fun, the learning envirionment 7 | must be unbiased, collaborative and participative. 8 | Inorder to create value from learning, such environment 9 | is as important as the quality of the content. Therefore, 10 | this is my way of learning where everyone is welcome 11 | to participate. Please do comment kindly, and contribute 12 | as you see fit. 13 | 14 | 15 | ### About The Repository 16 | [Issues](https://github.com/codeanit/til/issues) is the main learning management system. 17 | The topic are mainly tech related but could be anything 18 | random. 19 | 20 | The nature of issues here are supposed to be short lived, 21 | few hours or few days kind of issue but I have come to 22 | realize that does not happen. Anyways, I wish to have 23 | short lived issues like blog posts and brief overview 24 | of a tech stack here. 25 | 26 | The collection used to be in [Trello](https://trello.com/b/GGhug4Bh/journey-of-a-software-engineer). 27 | I loved collecting the resources there but realized 28 | I wanted some more to take notes so moved here. But 29 | I still feel it is a great utility and will be adding 30 | more there as well. 31 | 32 | For indepth study materials, please visit [ReadersClub](https://github.com/ReadersClub/readersclub.github.io/issues) 33 | which includes books and many online courses 34 | that get my hands on. This is also open 35 | sourced if you would like participate. 36 | 37 | 38 | If you have anything to ask, please create an [issue](https://github.com/codeanit/ama/issues). 39 | 40 | Thank you. 41 | 42 | --- 43 | 44 | “The more I read, the more I acquire, the more certain I am that I know nothing.” 45 | ― Voltaire 46 | --------------------------------------------------------------------------------