DEV Community

Discussion on: Flutter and Me

Collapse
 
kkroeger93 profile image
Kevin-Kelly Kröger • Edited

Hey Albert,

I would say everyone was a junior once...
There is nothing wrong in not knowing something the important thing is in my opinion to be honest with yourself and your Boss.

I mean they took you in with the knowledge that you don’t know anything about flutter. So keep that in mind if you hab second thoughts about yourself.

But let’s focus on your mission for a second.

If I was in your position I would try to get things done like so:

I would Try to focus on the facts that I know e.g.

You know that your goal is to build a lock screen.

With this knowledge, try to ask yourself some questions:

  • What does the lock screen needs to contain ?
  • Where does the ads needs to come from a DB or from a file ?
  • When should this lock screen needs to be displayed to the User ?
  • Does it needs to be implemented in a existing application ?
  • How does it needs to look from a designing aspect ? (If you have to come up with a design by yourself, try Adobe XD, it’s very easy to understand and has a ton of impact when it comes to good mobile design.)

After you asked yourself all those questions, more of them will appear in your head. Try not to get overwhelmed from it. Think of it like a puzzle where you are the one who’s choosing the speed. Always be in control of your actions and don’t forget:
***Not knowing something is not a mistake, it’s the fact that you are just as human as we all and the you don’t need to know everything it’s important that you like what your doing and to get better those things you want to do.

So don’t hesitate to ask questions especially to your boss because he should be the one who guided you through somehow :)

Hope I could help you finding a path to try .

Collapse
 
albertdugba profile image
Albert

Thank you very much sir. This is more than helpful.