Skip to content

Instantly share code, notes, and snippets.

View Thersis94's full-sized avatar

Thersis94

  • Denver, CO
View GitHub Profile
@Thersis94
Thersis94 / AI Audio user flows
Last active December 21, 2019 05:02
AI Audio user flows
-----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.)
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
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.
@Thersis94
Thersis94 / AI Audio MVP
Created January 23, 2020 19:23
Capstone MVP
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.
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.
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.
UserStories in comment below.
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.