I wanna learn how-to programming! What I’ve learned so far!!!

Wellington Martins dos Santos
2 min readJun 17, 2020

--

Now, I’m like a 1st graduate student; Programming is a practical job; There is no career pre-defined to programmers.

Basic knowledge for programmers:

Developer road map — Basic knowledge for any pathway, frontend, and backend

The very beginning for a programmer!
The very beginning of a programmer!

General knowledge

Git Hub is a file versionator — Most of the best software is there. Through this tool, you can download all the codes and its alterations, recovery whenever you want. Each modification can be pulled or push from Git-hub. More information goes to the GitHub Website.

Basic Terminal usage for GitHub:

Git init — Begin a new repository (What is a repository?);

Git add — Add new modifications;

Git commit — Evenlop the modifications;

Git push — Send notifications to another repository;

Git pull — To pull the modification in the repository.

1st lesson — Know how to work with GitHub

If you are gonna work in a company with different programming language versions you need to manage the version you have in your computer to do not have any error. When you type something in the command line the computer is going to look at the PATH. It is possible to have a manager named virtualenv or asdf for that. Each language has an interpreter, compilator, debugger and libraries

2nd lesson — You as a programmer need to know exactly what to do with your system. You need to have control of your own computer.

Sudo function — allows the user to have access to functions in your computer

What does that mean?

Interpretador, compilador, deebugger, Libraries

Basic commands in LINUX:

CV: Change directory

mkdir: MaKe DIRectory

PWD : Print Working Directory

cd $HOME:

https://www.youtube.com/watch?v=epiyExCyb2s&list=PLdsnXVqbHDUc7htGFobbZoNen3r_wm3ki&index=4

--

--

Wellington Martins dos Santos
Wellington Martins dos Santos

Written by Wellington Martins dos Santos

Sports Scientist, Physical Trainer so far but I still wanna be a Fitness Funcional Athlete and programmer — 27 years old

No responses yet