Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 1.2 KB

Road to learn programming.md

File metadata and controls

69 lines (57 loc) · 1.2 KB

Road to learn programming


Basics:

  • Statements
  • Blocks
  • Comments

Naming Conventions:

  • Variables
  • Classes
  • Interfaces
  • Functions
  • Constants

Variables:

  • Data types
  • Value Types
  • Reference Types
  • Variable Categories

Operators:

  • Logical
  • Arithmetics
  • Relational
  • Assignment
  • ...

Control of flow:

  • If
  • While
  • Switch
  • Break
  • Return
  • ...

Exceptions:

  • Exception types
  • Try/Catch
  • Finally
  • Custom Exception

End of basics


Advanced:

  • OOP
  • Framework - Features - Components

Create One Function App Example (TODO APP):

  • Work with files (Read / Write / Update / Delete)
  • Json Objects
  • Work with SQL based database (Relational database)

Multiple Functions App:

  • Clone multi functions apps

Resources


Repo Reference

Repo to study from:

Problem Solving Notes: