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

Do you sometimes feel defensive during a PR review?
Jean-Michel Fayard π«π·π©πͺπ¬π§πͺπΈπ¨π΄ -
What to choose: C vs C++?
Heather Parker -

Meme Monday π©βπ€
Ben Halpern -

What's the best stack for building web based AI applications?
Amy Liu -
Top comments (4)
in R, you're fooling yourself if you're not using ggplot -- all hail Hadley Wickham, our benevolent overlord! In Python, I haven't yet settled on a favorite tool. Recently I used matplotlib but it's a little clunky/verbose, so happy to hear others' recommendations.
Python: I used to work with matplotlib for academics, i.e., nothing fancy. Now I prefer Plotly.
JavaScript: Using more ChartJS than D3 right now.
For anything Java, Spock for tests and GPars for concurrency. Both originate from the Groovy ecosystem, are super-easy to use and fit projects of any size. Must-haves in any Java-Toolbelt.
Here is a good post on chart.js