Modern CSS Techniques & Resources
Essential resources for mastering CSS, featuring complete notes on Vanilla CSS and Tailwind CSS projects.
Essential resources for mastering CSS, featuring complete notes on Vanilla CSS and Tailwind CSS projects.
Learn how to control and structure prompts in LangChain using PromptTemplate, message classes, and ChatPromptTemplate to build safe, consistent, and context-aware chat applications.
Project-based learning: Create a responsive card with sequential scaling animations using Framer Motion keyframes.
A comprehensive guide to Axios interceptors. Automate token attachment, handle 401 errors, and manage global request/response logic in React.
Master DDL commands in SQL. Covers database creation, schema modification, data types, and implementing primary/foreign key constraints.
Detailed reference for DRF serializer fields, including usage examples and input validation techniques.
Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.
Day 2 of Asyncio series. Practical guide to async/await syntax, creating Tasks, handling concurrency with gather, and using Synchronization Primitives.
An in-depth look at Python data types, exploring their usage and importance in programming.
Day 2 of React series. Learn the rules of Hooks, manage state with useState, and handle list rendering with map().