# Beginners Roadmap

1. Learn one programming Language
   1. Javascript
   2. Python
   3. Java
   4. Dart
   5. Swift
   6. Kotlin
   7. C/C++
2. Learn Programming Basics like Data Types, Variables, Conditions, Loops and Functions
3. Solve Basic Exercises to build programming mind
4. Optional -&#x20;
   1. What is Time Complexity
   2. What is Space Complexity
   3. Learn these Data Structures
      1. Array
      2. Dictionary / HashMap
      3. Stack
      4. Queue
      5. Tree
   4. Learn Search Algorithms
      1. Linear Search
      2. Binary Search
   5. Learn Sorting Algorithms
      1. Selection Sort
      2. Insertion Sort
      3. Bubble Sort
5. Pick up the path that you want to do&#x20;
   1. Front end Web Developer&#x20;
   2. Mobile App Developer
      1. Flutter Development - Hybrid App Development
      2. Native iOS Development
      3. Native Android Development
   3. Backend Developer
      1. Node JS Developer
      2. Java Developer
   4. There are many other career opportunities in the IT field. But for beginners, I prefer developer roles.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://courses.codewithvicky.com/home/beginners-roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
