DEV Community

TIMIOFLAGOS
TIMIOFLAGOS

Posted on

The Tools I Learnt during my first two weeks of Learning Programming

_In my first two weeks of learning programming, I was exposed to a variety of tools that were crucial for my development as a programmer. Here are some of the most important ones:

Text editor: Used to write and edit HTML and CSS code. Examples include Sublime Text, Atom, and Visual Studio Code.

Browsers: Used to view and test HTML and CSS. Example include Chrome

Google Fonts is a library of thousands of font families created by Google that you can use in your project for free. It helps you level up the visual experience of your website by improving typography.

Figma is a web-based design tool that allows collaboration between designers to create user interfaces for mobile and web applications. Figma provides designers with a variety of design tools, such as vector editing, prototyping, animation, etc,
allowing them to produce high-fidelity designs and interactive prototypes.

Git: is a version control system developed by Linus Torvalds in 2005. It is used for tracking changes in code and collaborating with other developers on a given project. It allows you to efficiently track changes made to the code repository by developers in your team over time.

Top comments (0)