Sqlmap : pentest
SQLmap est un outil incontournable permettant d’automatiser bon nombre de taches de bugbounty ou de pentest.
git branch ( sort by date & delete )
Sort branch by date : git for-each-ref –sort=committerdate refs/heads/ –format=’%(HEAD) %(color:yellow)%(refname:short)%(color:reset) – %(color:red)%(objectname:short)%(color:reset) – %(contents:subject) – %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))’ Delete all merged branches : https://stackoverflow.com/questions/6127328/how-do-i-delete-all-git-branches-which-have-been-merged
Tutoriel de Storybook pour React
Configurer Storybook dans votre environnement de développement https://storybook.js.org/tutorials/intro-to-storybook/react/fr/get-started/
Top six devtools to start with React
Most web applications today are built using React.js, a JavaScript library. Approximately 8 thousand industries globally use React.js for app and web development. https://aviyel.com/post/873/top-six-devtools-to-start-with-react
Building custom hooks in React to fetch Data
Fetching data from the backend is one of the crucial parts of the web application. For every application to work dynamically, it fetches the data from the server and then displays it in the user interface. https://dev.to/shaedrizwan/building-custom-hooks-in-react-to-fetch-data-4ig6
How I structure my React projects
It’s been quite a while since I wrote an article about how I structure my Node.js REST APIs. The article covered the approach of designing a well organized and maintainable folder structure for Node.js applications. https://dev.to/larswaechter/how-i-structure-my-react-projects-jii
Create React App from Scratch like a Pro
Creating a React App is a very difficult feat, even when you are an experienced developer. That led to the development of create-react-app, a Command Line Tool to streamline the process of creating a React app. https://dev.to/ruppysuppy/create-react-app-from-scratch-like-a-pro-de0
10 FREE Udemy courses for you to learn JavaScript
…10 FREE Udemy courses for you to learn JavaScript… https://dev.to/pascavld/10-free-udemy-courses-for-you-to-learn-javascript-2hgd
Building a Restful CRUD API with Node JS, Express, and MongoDB
In this tutorial, we’ll be building a RESTful CRUD (Create, Retrieve, Update, Delete) API with Node.js, Express, and MongoDB. https://dev.to/suhailkakar/building-a-restful-crud-api-with-node-js-express-and-mongodb-1541
JavaScript best practices to improve code quality
Here are some of the latest ECMAScript features, and by induction, JavaScript and Node.js that you can make use of to write cleaner, more concise, and more readable code. https://deepsource.io/blog/javascript-code-quality-best-practices/