I am not at all an experienced coder. I like to program an have done some basic things in VB.
I have an idea for a business server-less web/mobile app with a NoSQL DB. I am thinking to go with AWS Lambda and DynamoDB. I think of using AWS for all the security, authentication and other tools built in, but still not 100% sure.
Like I said before, I am not an experience coder but I would like for my app to be able to do some things offline. This means I need a frontend to run some code and store some json files on the client computers.
I am worried that if I use javascript on the browser that any one can steal my code and/or the json files. My code wont be rocket science, but still, I dont want any one to copy them so easily. Also, If I am going to send code and files up and down from my backend to frontend, I would like to have some level of encryption in my fiels.
All your courses look to be very interesting and I do not plan to learn all this in one simple course. However, can you tell me if some or any of this topics will be covered on your courses and if so which ones. Also, can you guide me on what path do you believe I could follow to achieve my learning objectives.