Django : Day 8
A comprehensive guide on managing user sessions in Django, covering key operations like adding, retrieving, modifying, and deleting session data.
A comprehensive guide on managing user sessions in Django, covering key operations like adding, retrieving, modifying, and deleting session data.
A comprehensive guide on handling form data and file uploads in Django, covering request methods, media file setup, and file field usage.
Learn essential Django project settings including BASE_DIR, SECRET_KEY, DEBUG, ALLOWED_HOSTS, database configuration, middleware setup, and other critical configuration options.
Master core Django concepts including project structure, app creation, URL routing, views, static files management and more. A foundational guide for Django REST Framework.
A guide on building and deploying a React app, including commands and server options.
Learn how to implement client-side routing in React applications using React Router Dom, including route setup, navigation, layouts, error handling, and dynamic routes.
Explore how to send server requests with fetch, build custom hooks for data fetching, and handle form submissions using useState, useRef, or the FormData API.
Learn how to optimize React applications using memo for component memoization, useCallback for function memoization, and useMemo for value memoization.
Learn how to use the useEffect hook in React for performing side effects in functional components.
Learn about prop drilling and how to use the Context API in React to manage and share state effectively.