Showing 20 problems

Understanding the chain rule in calculus

I keep making mistakes with the chain rule. For example: If f(x) = sin(x^2), how do I find f'(x)? Can someone explain the chain rule step by step with multiple examples?...

David Miller Mathematics intermediate 923 0 47

How do magnets work?

What causes magnetism at the atomic level? Why are some materials magnetic and others aren't?...

Maria Garcia Physics beginner 625 0 31

Getting started with pandas

I'm new to data science. What are the essential pandas functions I should learn first?...

Jennifer Lee Data Science beginner 946 0 57

CSS position: absolute vs fixed vs sticky

I'm confused about CSS positioning. When should I use: - position: absolute - position: fixed - position: sticky I tried making a sticky header but it's not working. What are the requirements for sti...

Alex Kumar Web Development beginner 1435 0 87

SEO basics for developers

What SEO techniques should developers know? How do I make my website rank better?...

Lisa Park Web Development beginner 656 0 42

CAP theorem explained

What is the CAP theorem in distributed systems? Can you explain with real examples?...

Patricia Johnson Computer Science advanced 532 0 35

How to handle imbalanced datasets?

I have a binary classification problem where class 0 has 95% of samples and class 1 has only 5%. My model always predicts class 0! What techniques can I use to handle this imbalance? - SMOTE? - Class...

Daniel Kim Data Science intermediate 891 0 51

Authentication: JWT vs Sessions

What's the difference between JWT and session-based authentication? When should I use each?...

David Miller Web Development intermediate 880 0 56

Debounce vs Throttle - What's the difference?

I keep seeing debounce and throttle functions in JavaScript libraries. What's the difference between them? When should I use debounce vs throttle? Can someone provide simple implementations of both w...

David Miller Programming intermediate 1205 0 72

Understanding Python decorators

I see @decorator syntax in Python code but I don't understand how decorators work. Can someone explain with examples?...

Jennifer Lee Programming intermediate 758 0 45

Understanding matrix multiplication

I don't understand why matrix multiplication isn't commutative. AB ≠ BA in most cases. Can someone explain with examples why this is the case and when it might be equal?...

Jennifer Lee Mathematics intermediate 475 0 18

What is Object-Oriented Programming?

I keep hearing about OOP but I don't understand encapsulation, inheritance, and polymorphism. Can someone explain?...

James Wilson Programming beginner 1105 0 73

Difference between speed and velocity

I know velocity has direction and speed doesn't, but when does this distinction actually matter in physics problems?...

Jennifer Lee Physics beginner 738 0 35

How to center a div - all the methods

This is embarrassing, but I still struggle with centering divs in CSS. What are all the different ways to center a div both horizontally and vertically? I want to understand: - Flexbox method - Grid ...

Emily Chen Web Development beginner 2434 0 156

Responsive design best practices

What are the best practices for making a website responsive? Should I use mobile-first approach?...

Kevin O'Brien Web Development beginner 759 0 48