This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----Welcome Page----- | |
https://repl.it/@justinjeffrey/AI-Audio-Welcome | |
Welcome/Landing Page: This is the page where the basics of how my app functions are explained. The header of my app will have links for new useres to register and returning users to login. | |
New User => Clicks register button => redirected to the register page | |
Returning User => Clicks Login button => redirected to the login page | |
-----Registration Page----- | |
https://repl.it/@justinjeffrey/AI-Audio-Register | |
New User Registration Page: When a new user arrives they will create an account on this page. I am only going to require a username and a passwor at first. (No reason to collect information I dont need.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. What is the Big O for this? | |
a. O(1) | |
b. O(n) | |
2. Even or odd O(1) Always going to take the same amount of time for each input | |
3. Are you here? O(n^2) Nested loops each run from 0 to n the outer loop runs the inner loop n times and each time the inner loop will run n times | |
4. Doubler O(n) Just runs one loop and there for will always take the same amount of time per input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AI Audio | |
https://aiaudio.now.sh | |
https://github.com/Thersis94/AudioMasteringClient | |
User Feedback; | |
I spoke to my mentor. He reccomended that I implement a loading screen for when files are downloading. | |
I spoke with a friend who works in marketing and she recommended that I update my fonts and that I use images for my backgrounds instead of static colors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: AI Audio | |
Link: https://aiaudio.now.sh/ | |
Client: https://github.com/Thersis94/AudioMasteringClient | |
API: https://github.com/Thersis94/AudioMasteringServer | |
Feel free to create a new account or use the one I have been using for testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am going to go ahead and point to the half dozen times I had graders hit me with a page full of change requests and call that my feedback. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We are building a data visualization app where you can upload a csv file and see it turned into a graph for the user to see the data in a visual way. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UserStories in comment below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I need to research what jobs are available and then narrow down what jobs I can currently apply for without researching other topics. | |
It would be a good idea to spend some time learning the basics of swift, ruby, and continue working on python as many employers are currently looking for these skills. |
OlderNewer