Created on 27th June 2021
•
We believe that coding is not only learnt from school, but by reading, listening, and watching other people code, while using free services on the internet, like StackOverflow, LeetCode, etc. We have encountered many problems to solve, the first one, the lack of encouragement to learn how to code, because of fear of failure. Then we have the lack of time to really research on the topic you're interested in, and that kills motivation. The third problem was that many people don't have access to education, and unfirtunately, they fear coding because they believe that they need a teacher they can't afford, so Learn2Code encourages all those peopple to take a break from real life and concentrating on learning thanks to out research of topics related for each language
CORS
We struggle with setting the CORS policies. At first we thought it was a something related to the client site and the frontend, so we started defining some proxy configuration, header data, etc. But after some debugging we found out it was backend related. Finally we set some configuration in the flask server and the problem was gone.
Databases
We struggled with databases as well, connect them between each other, then we faced the issue of repeated primary keys as well as translating to utf-8. In the en we figured it out quite well.
IONIC
Only one team member used ionic, and we had all three to learn about it , a tough challenge.