CodeNewbie Community ๐ŸŒฑ

Cover image for My Roadmap 2022 : you are not a real developer yet ๐Ÿ˜…
Rawan Amr Abdulsattar
Rawan Amr Abdulsattar

Posted on • Originally published at codewithrona.blogspot.com

My Roadmap 2022 : you are not a real developer yet ๐Ÿ˜…

At the end of 2021 I found myself a programmer who only knows about some programming languages and some frameworks but with no real programming experience,no projects and no achievements.

Why ?

It was because I didn't start with the fundamentals, I didn't learn about algorithms, data structures or anything important as Big O.

My Decision

I decided to start from the beginning as if I learnt nothing before, and then wrote my goals of 2022, a modified roadmap every beginner should use.

My Roadmap 2022:

1- Introduction to programming:

Image description
Programming is writing computer code to create a program, to solve a problem. Programs are created to implement algorithms . Algorithms can be represented as pseudocode or a flowchart , and programming is the translation of these into a computer program.
Freecodecamp video

2-Algorithms and data structures

Image description
A data structure is a named location that can be used to store and organize data. And, an algorithm is a collection of steps to solve a particular problem. Learning data structures and algorithms allow us to write efficient and optimized computer programs.
Freecodecamp videos:

3- Learn dynamic programming

Image description

Dynamic programming is both a mathematical optimization method and a computer programming method.
Freecodecamp dynamic programming video:

https://www.youtube.com/watch?v=oBt53YbR9Kk&list=PLFHhlerk7ViiaNgD65WA0LhdILaxPbOcx&index=7

4- Take CS50 Course:

Image description
CS50 is an on-campus and online introductory course on computer science taught at Harvard University and Yale University. In 2016, CS50 became available to high school students as an Advanced Placement Computer Science course

Most Important lectures in my opinion are :

5- learn about BIG O notation:

Image description
Big O notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity.

6- Learn Dart and flutter:

Image description
Flutter is a cross-platform software development framework that was presented by Google in 2015 and received its first release in May of 2017. Flutter nowadays has steadily grown and provided possibilities not only for iOS and Android mobile development but also for web and desktop applications as well.

7-Program projects on your own

Image description
After you practice projects in the coursesyou should make at least 4-6 projects on your own from scratch and upload them on GitHub

project ideas:

๐Ÿ‘‰ Uber Clone with Flutter. ...
๐Ÿ‘‰ E-Commerce App using Flutter. ...
๐Ÿ‘‰ Clubhouse Clone UI using Flutter. ...
๐Ÿ‘‰ SpaceX Go - Launch Tracker using Flutter. ...
๐Ÿ‘‰ Tetris Game using Flutter. ...
๐Ÿ‘‰ Build a Beautiful Pokedex (Pokemon) App using Flutter. ...
๐Ÿ‘‰ Game Store using Flutter. ...
๐Ÿ‘‰ Proximity - Flutter Widgets App.

Read this article for more project ideas

8- Read books

Image description
You must read one book at least about programming and it will help you.

Books about flutter:

  • Beginning App Development with Flutter.
  • Beginning Flutter: A Hands On Guide to App Development.
  • Flutter Apprentice.
  • Flutter Complete Reference.
  • Flutter: Dรฉveloppez vos applications mobiles multiplateformes avec Dart.
  • Flutter for Beginners.
  • Flutter in Action.
  • Flutter Libraries We Love.

9- Build your resume

Image description
Build a nice resume to land your first job, and it should include :

  • Your name, email address, and social media accounts

  • skills with the percentage of experience

  • project links on GitHub

  • your education level and degree if you have one

  • course certifications if present

  • languages you speak and mention your mother language

So,

That was it for this post , follow me , like ,share if you like it and if you have any comments type them in the comment section below and thanks for reading.

Information about me :

Top comments (0)