Web 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
How to Create a Page Load Animated Loader in React
reactloaderweb-development
How to Pass Props from Child to Parent Component in React
Learn this neat little trick to pass chunks of props back up the component tree!
reactjavascriptwebdev
Hiding DOM Elements in React Based on Scrolling
reactjavascriptcss