Yakov F
professura18
3 points

Tools professura18 is Following

Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technolog...
Git
Git is a free and open source distributed version control system designed to handle everything from small t...
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments...
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows t...
Stack Overflow
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's built and ru...
JSHint
It is a community-driven tool to detect errors and potential problems in JavaScript code. It is open source...
HTML5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for ...
Babel
Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting ...
ESLint
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain ...
Visual Studio Code
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - L...
SonarLint
It is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell check...