| You've got this, it's never too late. Pick any language you can get installed, and then learn how to do these things: lvl 0 - Make a program that prompts you for your name, and greets you. - Now make your program write that name to a file. - Now make your program read from that file. lvl 1 - Put the file with your word or name on a server somewhere, like Github, it's free. - Make your program read that file with an "HTTP Request" - Just about any language can store to a SQlite database, write a program to create a table called 'stuff', with a column for strings, and store your name as an entry in a row. - Combine the HTTP Request program and the DB program lvl 2 - Learn another language, repeat this process, reflect on the differences between the process in both languages. After this, you'll have an intuitive knowledge of where to go next, and how to find solutions and basic structures to accomplish the things you want to do. I believe in you! |