This repository contains notes on various topics related to development, including Python, CSS, JavaScript, and Django. These notes were gathered during the learning process and cover a wide range of topics.
- Absolute Units Properties:
- Px, Cm, Mm, Inches
- Relative Units Properties:
- %, Em, Rem, Vh, Vm
- Position Properties:
- Static, Relative, Absolute, Fixed, Sticky
- Background Image Properties:
- Background image url(), Background size, Background repeat
- Flexbox Properties:
- Display, Flex-direction, Justify-content, Flex-wrap, Align-items, Align-content, Align-self, Flex-shrink, Flex-grow
- Media Queries:
- Various examples
- CSS States Properties:
- Hover, active, focus, visited, etc.
- Transitions Properties:
- Transition-property, Transition-duration, Transition-timing-function, Transition-delay
- Transform Properties:
- rotate, scale, translate, skew
- Animation Properties:
- Animation-name, Animation-duration, Animation-timing-function, Animation-delay, Animation-iteration-count, Animation-direction
- Variables in JavaScript:
- Rules and examples
- Data Types in JavaScript:
- Null, Number, String, Symbol, Boolean, etc.
- Operators in JavaScript:
- Arithmetic, Unary, Assignment, Comparison, Logical, Ternary
- Conditional Statements:
- If, If-else
- Loops:
- For Loop, While Loop, Do-while Loop, For-of Loop, For-in Loop
- Arrays in JavaScript:
- Array methods and examples
- Functions in JavaScript:
- Function definition, parameters, and invocation
- Creating a Django Project and App
- Starting a Development Server
- Folder Structure of Django
- How to Migrate Default Migrations
- Creating Superuser in Django
- Types of URLs and Views
- Creating URLs and Views in Django
- Rendering HTML Templates
- Passing Data from Django Views to Templates
Below are some screenshots of the notes content:
Feel free to explore the notes in detail. Contributions and suggestions are welcome!







