-
Notifications
You must be signed in to change notification settings - Fork 4
viesure / ios-interview #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
primozcuvan
wants to merge
21
commits into
viesure:master
Choose a base branch
from
primozcuvan:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
…w, display titles of fetched articles in a list
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear Viesure developers.
First of all, I must say that I am honoured that I was able to participate in this challenge.
This was my first "real" encounter with SwiftUI until now.
Firstly, I looked closely at the requirements of the app and drew a simple HLA (high level architecture) plan and I divided the application's work flow into three main parts: Data, UI/UX, Connectivity + Encryption. Then I did a step-by-step research of each field. I started to look at how SwiftUI works, what is important, good practices and so on. I really like how Combine works with SwiftUI. I had some problems with encryption and couldn't implement it in the given time frame.
Monologue:
Sadly, I wasn't able to finish and meet all of the requirements until the deadline. I had a lot of work for my current job and some side kicks. I hesitated a bit about what should I do in this situation. Should I take more time and submit my code after the deadline or is it more important that I stick to the deadlines and deliver user-wise working application? I thought about it and came to the following conclusion. In real life there are times that you will simply not be able to meet the deadline with the "perfect" application and when it comes to this, it is important to give at least an MVP (minimum viable product) from yourself. Why? Because this is the version the users can use (give feedback) and you get more time to complete all further features.
In my opinion iteration is the most important thing in the startup world.
No startup produces the "perfect" solution to the problem they are solving. It comes with iterations and learning as they go.
Conclusion:
Why do I still think I am the best candidate for this job? Because I proved (at least to myself once again) that I can learn fast and that I can combine more fields than just software development. I am not ashamed to say that my solution is not "perfect" because it is not! xD But one thing I can say: I am willing to learn and I will learn from every person that is willing to teach.
P.S. I didn't think SwiftUI could be this awesome! :D
Best regards,
Primoz Cuvan