Web Development
10 Primary Skills You Need to Possess to Become a Front End Web Developer Within JavaScript
javascriptfront-end-developmentweb-development
Error: Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?
If you ever chance upon this error, fret not. Pop over to babel.config.js, simply add 'react-native-reanimated/plugin' under “plugins” in'module.exports' (The above is a basic example to recreate the…
programmingjavascriptweb-development
20 Header Design HTML For Website
Today we will learn about beautiful header examples built with HTML, CSS, JavaScript for web design and development!
htmlcssjavascript
Build a Dark Mode Toggle with JavaScript and localStorage
A brief article explaining how to build a dark mode toggle switch using JavaScript and localStorage.
javascriptcssweb-development
Build a Simple React Login Form using Event Handlers and React Hook
A simple beginner-friendly React login form tutorial using the onChange and onSubmit event handlers and the useState hook.
reactjavascriptweb-development
10 Best Websites for Practising and Perfecting Front-End Development
web-development
How to Structure Your React Redux App
Feature folder structure of the react-redux app for easy maintainability.
reactreduxjavascript
How to Structure Your Django Project
Understanding the file structure and project layout of a Django web application.
djangopythonweb-development
How to Create an Object of React Components
reactprogrammingjavascript
How to Create a “Read More” Collapsible Component in React
The -webkit-line-clamp way
reactjavascriptcss