Tag Archives: Web Development
My React.js Notes from Udemy – React – The Complete Guide
The following are my notes from Udemy – React – The Complete Guide. They are automatically fetched from this file in my GitHub repo. Please see that repo for my notes from other React courses such as this one from Linkedin Learning.
My React.js Notes from Linkedin Learning – React Essential Training
The following are my notes from React.js Essential Training from LinkedIn Learning. They are automatically fetched from this file in my GitHub repo. Please see that repo for my notes from other React courses such as this one from Udemy.
VSCode Tricks for Web Development
Select Everything in the Outer HTML Element There is no shortcut for this by default but we can create one with the following steps: Now you can select the contents of the outer element in the DOM with the shortcut Ctrl + Shift + A. Move the Selected Rows (or the Row of the Cursor)…