Debugging JavaScript (Google Chrome and Visual Studio Code) - YouTube
Debugging Visual Studio Code (Create React App) - YouTube
Debugging Visual Studio Code (Node) - YouTube
Debugging steps and mindset as a Developer
- Use Debugging tools
- Read the documentation API
- Google search and Stackoverflow
- Ask another developer in the office
- Discord and Slack Groups
Debugging Tools
- Debugger in VS Code and in the web browser (console.log replacement) plus the
debugger;
statement - Web browser developer tools (console, sources, network tabs etc…)
- Developer browser extensions like React, Redux and Vue
TDD/BDD
- TDD/BDD: Jest and Enzyme/React Testing Library and Mocha and Chai
- Linting: ESLint
- Type Checking: TypeScript
- Code Formatting: Prettier
- CI/CD: GIT, GitLab, BitBucket, CircleCI, Travis CI, Jenkins, Heroku, Netlify, Now, Docker
Top comments (0)