Golang_tutorial_zero_to_hero

Intro to Programming

Writing code is a skill that everyone can benefit from. Programming is in its essence problem solving. It teaches the programmer to persevere when given a difficult or complex problem and encourages him/her to search for creative solutions. Developers and Software engineers use code as a tool to solve complex problems. They have spent years honing their craft and gathering experience with a variety of languages, systems and architectures. Each time they learn something new they are adding a new tool to their tool belts. In this section we will start building up the tool belt you need to start programming.

1.1 Hello World

1.2 Types

1.3 Functions

1.4 Conditionals

1.5 Loops