For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
Git Concepts I Wish I Knew Years Ago
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Read next

How to setup NextJs and Typescript with Styled-component
joseph emmanuel kayode (iemarjay) -

5 reasons why you should consider SvelteKit for your next project
Jordan Harrison -

[React + Jest] Introduzindo Testes para "Components"
Diego Chueri -

6 Best Front-end Frameworks to Use For Web Development
FUNCTION12 -
Top comments (1)
AngularJS is a big piece of JavaScript code that helps you build applications that run on websites. Here's some of what it gives you:
You'd use AngularJS if you joined a team that maintains an old project that was built with AngularJS. You probably wouldn't ever use AngularJS on a brand new project; it has problems with performance and maintainability that can increase as projects grow.
When AngularJS first came out, it was a big deal because it was more ambitious than many other web frameworks and it had the support of Google, which built a lot of hype and excitement around it. But now there are a few frameworks that make more sense to use for new projects, such as Angular (the new version of AngularJS), React, and Vue.
For very small projects, you may not need any framework. But if you're working on a long-lived project with lots of features and several developers, a framework is a good way to keep things standardized so everyone understands what's going on.