List of useful tools and frameworks
Laravel is a web application framework with expressive, elegant syntax. ... Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.
https://code.visualstudio.com/
Extension pack for VS Code containing tools for Angular development.
https://marketplace.visualstudio.com/items?itemName=johnpapa.angular-essentials&wt.mc_id=devto-blog-jopapa (https://dev.to/azure/recommended-vs-code-extensions-for-angular-developers-c59)
List of handy extensions for VSCode
https://dev.to/thegeoffstevens/how-to-collaborate-like-a-pro-in-vs-code-4iaj
SonarLint is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, SonarLint squiggles flaws so that they can be fixed before committing code.
https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode
Postman is the only complete API development environment, for API developers, used by more than 5 million developers and 100000 companies worldwide.
Create useful .gitignore files for your project by selecting from 468 Operating System, IDE, and Programming Language .gitignore templates.
As a WordPress Developer, I've been using the fantastic Tom McFarlin's WPPB foundation plugin (now maintained by Devin Vinson) as my started plugin.
Check JavaScript files ES version against a specified ES version.
https://www.npmjs.com/package/es-check
Builds packages for distributing a Progressive Web App to the major app stores.
Online regex tester, debugger with highlighting for PHP, PCRE, Python, Golang and JavaScript.
Test PHP regular expressions live in your browser and generate sample code for preg_match, preg_match_all, preg_replace, preg_grep, and preg_split!
Links to other pages with hints and solutions.