Web Development
Fun VSCode Extensions Every Developer Should Try
7 VSCode Extensions for Web Development in 2021
web-developmentjavascriptvscode
How to Disable Dragging an Image from an HTML Page
web-developmentjavascripthtml
5 useEffect Infinite Loop Patterns
reactjavascriptweb-development
Python and Django: Create a Dependent Chained Dropdown Select List
pythondjangojavascript
A Guide to the 20 Best VSCode Extensions for Frontend Developers
A comprehensive guide to the most useful extensions for VSCode for frontend development
vs-codefront-end-developmentweb-development
How to Dynamically Load Scripts in React
reactjavascriptwebdev
How to Make the React useEffect Hook Not Run on Initial Render?
We can make the React useEffect callback not run on the first render by creating a ref that keeps track of whether the first render is done. Then we can check the ref’s value to see when the first…
javascriptreactweb-development
Let's Build a Website Login Page with HTML, CSS, JavaScript and an External API
javascripthtmlcss
7 Awesome APIs for All Frontend Developers
Useful APIs that you might need for your next projects.
javascriptweb-developmentapi
Build a Blog App with React — Intro and Setup
Part 1: In the first part, we deal with the basics of the project and set it up.
reactjavascriptweb-development