Django: Day 4

Comprehensive guide to Django’s admin interface, covering superuser creation, model registration, and various customizations to improve admin functionality.

January 5, 2025 · 2 min · 361 words · Nirajan Khatiwada

Django: Day 3

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 4, 2025 · 7 min · 1301 words · Nirajan Khatiwada

Django: Day 2

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 2, 2025 · 4 min · 786 words · Nirajan Khatiwada

Django: Day 1

Master core Django concepts including project structure, app creation, URL routing, views, static files management and more. A foundational guide for Django REST Framework.

January 1, 2025 · 7 min · 1437 words · Nirajan Khatiwada

Deploying React App

A guide on building and deploying a React app, including commands and server options.

November 29, 2024 · 5 min · 867 words · Nirajan Khatiwada

React : Day 14

Learn how to implement client-side routing in React applications using React Router Dom, including route setup, navigation, layouts, error handling, and dynamic routes.

November 28, 2024 · 5 min · 1017 words · Nirajan Khatiwada

React : Day 12

Learn how to integrate Redux and Redux Toolkit in React for efficient state management, including slices, actions, and reducers.

November 27, 2024 · 5 min · 949 words · Nirajan Khatiwada

React : Day 13

Learn how to handle asynchronous data in Redux using useEffect and action creator thunks, and explore React Dev Tools for debugging.

November 27, 2024 · 6 min · 1197 words · Nirajan Khatiwada

React : Day 11

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.

November 26, 2024 · 5 min · 879 words · Nirajan Khatiwada

React : Day 10

Learn how to optimize React applications using memo for component memoization, useCallback for function memoization, and useMemo for value memoization.

November 25, 2024 · 9 min · 1718 words · Nirajan Khatiwada