Plan and done for August-09-2018
What will I learn today?
- Practice Javascript at CodeFellow.
- Choose the idea for the Code201 final project.
Done
Today I learned:
Results of the day -
My thoughts about the final project:
- first idea was to built a calendar with all required assignments from Canvas which are not finished yet sorted by submission date. But, first, it uses external API and it's forbidden, and second Canvas has tangled API which I don't want to dive in.
- second thought - to build HTML to ASCII converter. Just for fun. It will require two steps: convert HTML into JPG, convert JPG into ASCII. I've found a solution for the first task in a form of an external library. And here is an explanation of converting pictures into ASCII art with a C# example. The idea is exciting but totally useless.
- technical skills are easy to acquire through practice. My concerns now primarily about an organization - I easily dive into assignments and lose focus to details.
- today's assignment was very good for practicing CSS - exactly what I needed, spend 4 hours just to style the page.