Defining Functions in Python
8:20
Variables in Python
6:23
3 ай бұрын
Data Types & Expressions in Python
10:46
Merge Sort Algorithm in Java
18:48
Learn Recursion the Easy Way
6:06
Insertion Sort Algorithm in Java
8:06
Selection Sort Algorithm in Java
7:01
Bubble Sort Algorithm in Java
8:33
Learn CSS Grid in 11 Minutes
11:09
11 ай бұрын
CSS Combinators with Examples
5:05
Basic CSS Selectors with Examples
5:26
How Are Arrays Stored in Memory?
3:08
Learn CSS Flexbox in 6 Minutes
6:04
What is the Big O Notation?
8:21
Жыл бұрын
Пікірлер
@studioak90
@studioak90 26 күн бұрын
Flexbox and grid common part of every devs
@ooogabooga5111
@ooogabooga5111 Ай бұрын
you should also talk about jagged arrays
@juhairahamed5342
@juhairahamed5342 2 ай бұрын
Thanks
@AntiMen0
@AntiMen0 5 ай бұрын
I LIKE IT!
@darksouls6014
@darksouls6014 6 ай бұрын
Holy shit. you are a lifesaver..
@shakilahmed6870
@shakilahmed6870 Жыл бұрын
Do a same kind of video on grid please
@ryuk_shinigami
@ryuk_shinigami Жыл бұрын
Great video, i would suggest to increase your pace a little.
@rameenana
@rameenana Жыл бұрын
Love your video man. I was looking for a proper flex box tute for someone I’m sorta mentoring and every bloody video is full of unnecessary crap and so long. Your video is to the point, good pace for a beginner, and the way the IDE is laid out is very easy to visually follow. Thanks a lot and since you didn’t ask me to like, subscribe, and share, I’m definitely gonna do that. Please stick to this method of tutorial making and I promise you’ll have a massive following. Appreciate your work. Cheers mate!
@amin-mousavi
@amin-mousavi Жыл бұрын
Thank you appreciate it 🙏🏽
@cm3462
@cm3462 Жыл бұрын
Dude, welcome to KZbin. Instant subscribe. I have a feeling this channel is going to be great. Love your teaching style, your pace, and your voice. Thank you.
@SalatSaiat
@SalatSaiat Жыл бұрын
ЧО НАХУЙ
@donniedamato
@donniedamato Жыл бұрын
I like how the thumbnail is impossible to do with flexbox.
@rarizalx
@rarizalx Жыл бұрын
Funnily enough, I did that in flexbox because I still don’t understand grid 😂
@e.vilcorp
@e.vilcorp Жыл бұрын
Wym, you can easily create it with flex box
@sanjeevsinghrajput5593
@sanjeevsinghrajput5593 Ай бұрын
Not impossible, just far more better to just use grids
@xreed8
@xreed8 Ай бұрын
You just need to define widths on each square/rectangle in the grid and give wrap to flex-wrap. However you’re right in the sense that you can’t fix the grid’s columns and rows though with flexbox
@iamtharunraj
@iamtharunraj Ай бұрын
Probably grid
@schubertafonso8392
@schubertafonso8392 Жыл бұрын
This is the tutorial we always needed but never had!!!! Will recommend it to anyone who wants to learn flex-box😙
@schubertafonso8392
@schubertafonso8392 Жыл бұрын
Can you please make a video on grid layout it still haunts me to this day 😅
@bluehawkfire55
@bluehawkfire55 Жыл бұрын
finally, a flex tutorial that isnt 20mins long. I've been starting to hate CSS and rethinking if I even want to do front-end. I figured I should stick it out a little longer and it'll get easier and more enjoyable. This was really simple and to the point.
@josh27ofto
@josh27ofto Жыл бұрын
You should try Kevin Powell's tutorials. It helps me a ton
@zaid4708
@zaid4708 Жыл бұрын
Your attention span is so low mate
@royandescartes
@royandescartes Жыл бұрын
you havent seen "slaying the dragon" then. Ramzi is a CSS God.
@9To5Digitale
@9To5Digitale Жыл бұрын
Thank you 🙏🏻
@bogush31
@bogush31 Жыл бұрын
Best. Thanks👍
@shivaamchourasia
@shivaamchourasia Жыл бұрын
Great explanation. Could please answer this. I was asked to do this in interview. HTML ---------- <!-- Make both elements width align --> <p>Sample paragraph</p> <h1>Heading One</h1> ----------- CSS ----------- p {width: 220px; padding: 10px; background: gray; } h1{width: 220px; background: green; } -> i was told to make this align without changing the width Could you please answer this or make a video on this
@franznbr6591
@franznbr6591 Жыл бұрын
straight to the point, thanks😁
@amin-mousavi
@amin-mousavi Жыл бұрын
You're welcome!😀