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

Alimi Kehinde Morufudeen @marusoft

About: I am a tech devotee, passionate about using software to solve real-life problems

Location:
Lagos
Joined:
Dec 20, 2019

Tools I Learnt during my First Month of Programming

Publish Date: Apr 6 '24
4 1

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

Comments 1 total

  • Bruno
    BrunoApr 7, 2024

    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 🙂

Add comment