DEV Community

Cover image for Tools I Learnt during my First Month of Programming
Alimi Kehinde Morufudeen
Alimi Kehinde Morufudeen

Posted on

Tools I Learnt during my First Month of Programming

Command Line Tools and Basic git command.

  • Command Line Tools

Let's start with some of the basic command line tools

  1. cd: Change directory

Illustration, to navigate into the downloads folder, we write

cd Downloads
Enter fullscreen mode Exit fullscreen mode
  • Basic Git Commands
  1. git init:-

illustration

git init
Enter fullscreen mode Exit fullscreen mode
  • HTML ELEMENT
<a href="/">Homepage</a>
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
bcostaaa01 profile image
Bruno

Cool that you are learning to program, good luck! 😉 I would recommend you writing a description of each of the tools, maybe it helps solidify the learning of concepts, and you can also write an article for each, so you can focus on a single topic at a time. Have fun in the community, and make sure to ask as many questions as possible throughout your journey, as there is no such thing as “stupid questions”, even if you ask them more than once 🙂