Top videos

LEARN CODING
1 Views · 5 months ago

Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, asynchronous JavaScript.

- https://www.patreon.com/LydiaHallie
- https://buymeacoffee.com/lydiahallie
- https://twitter.com/lydiahallie
- https://www.linkedin.com/in/lydia-hallie/
- https://instagram.com/theavocoder

Timestamps:
0:00 Intro
0:32 Call Stack
1:18 Single-threaded Problem
2:01 Web APIs
2:47 Callback-based APIs
4:04 Task Queue
4:39 setTimeout
6:22 Microtask Queue
8:40 Promisifying Callbacks
8:57 Challenge
10:52 Recap
11:58 Outro

LEARN CODING
1 Views · 5 months ago

Is Javascript the programming language you are 100% set on learning? This video lays out a complete strategy for how to learn it if you’re brand new to coding.

🏆 * Coaching Program *
Interested in joining my mastermind program and getting support to get your software development career started? If you consider yourself an action-taker, you're ready to invest in your career and you're committed to putting in the work then book your intake call at https://andysterkowitz.com/call

* Edabit Coding Challenges *
To sign up for Edabit (and help support the channel) use this link: https://edabit.com/?ref=andy. You'll get 15 free programming problems with your new account.

*** Disclaimer ***
I'm a participant in Edabit's affiliate program. Edabit offers a small commission on memberships sold through their affiliate links. Signing up for a paid program via my Edabit affiliation link above supports my cause at no additional cost to you.

LEARN CODING
1 Views · 5 months ago

Freelance Coding is the way in 2024! Learn How: https://www.freemote.com/strategy

https://instagram.com/aaronjack

#coding #programming #javascript ❗Free Programming Cheat Sheets (JavaScript, Python, React, CSS)
https://freemote.com/programming-cheat-sheets

❗Learn How to Earn a Side Income with Freelance Coding
https://freemote.com

LEARN CODING
1 Views · 5 months ago

CSS just got a brand new official logo. Let's take a look at some of the coolest new features available to HTML and CSS programmers in 2024.

#webdevelopment #programming #thecodereport

💬 Chat with Me on Discord

https://discord.gg/fireship

🔗 Resources

How to deal with CSS https://youtu.be/ouncVBiye_M
Code this, not That... CSS Edition https://youtu.be/Qhaz36TZG5Y

📚 Chapters

🔥 Get More Content - Upgrade to PRO

Upgrade at https://fireship.io/pro
Use code YT25 for 25% off PRO access

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- New features added to CSS in 2024
- Significance of the color Rebecca purple
- Modern CSS tips and tricks
- What are the browser's Baseline features?

LEARN CODING
1 Views · 5 months ago

In this video We will discuss, What is Coding for beginners and How to start Coding from Basics in Telugu.
Check Harsha Verse Placement Sheet(All Resources Given here to crack any Software Company)
https://docs.google.com/spread....sheets/d/1V9IWzZDQR2
Like and share the video if you find it helpful. Means a lot to me ❤️.

1.GFG
https://www.geeksforgeeks.org/....complete-roadmap-to-

2.Free codecamp : https://www.freecodecamp.org/n....ews/learn-data-struc
3. W3Schools: https://www.w3schools.in/data-structures/intro
4.Tutorials Point : https://www.tutorialspoint.com/index.htm
-----------------------------
What is software engineering in telugu
Easy Software Jobs
How to become a software engineer
What do software engineers do
How to Start Coding In telugu
What is coding
Java coding
#python #c++


You can connect with me on these Social Media Platforms.
⚡️ Instagram: https://www.instagram.com/harsha_verse/
⚡️ LinkedIn : https://www.linkedin.com/in/g-b-harshavardhan/
⚡️ Twitter : https://twitter.com/HarshagbItis
⚡️ Medium :https://medium.com/@harshagb.itis



My Mic: https://amzn.to/3RegAx2

Time Line
0:00 - 1:30 Why DSA Is Important
1:31 - 2:22 Intro and Basic Formalities
2:23 - 3:43 What is Coding?
3:44 - 4:35 Programming Language
4:36 - 7:05 How to Start Coding
7:06 - 8:33 DSA
8:34 - 10:22 Resources

LEARN CODING
1 Views · 5 months ago

This video is a beginner's introduction to C++ that assumes you have no coding experience.
C++ is a vast and complex language. This 6-hour video covers just enough to get you started working with C++ on your own. After completion, I would recommend researching: Vectors, Polymorphism, STL, Smart Pointers, and modern C++23 features.

⭐️Time Stamps⭐️
1# (00:00:00) C++ tutorial for beginners 👨‍💻
2# (00:13:30) Variables and basic data types ✗
3# (00:24:14) Const 🚫
4# (00:27:37) Namespaces 📛
5# (00:32:13) Typedef and type aliases 🙋‍♂️
6# (00:37:39) Arithmetic operators 🧮
7# (00:43:18) Type conversion ✨
8# (00:47:05) User input ⌨️
9# (00:52:35) Useful math related functions🔢
10# (00:56:03) Hypotenuse calculator practice program 📐
11# (00:58:44) If statements 🤔
12# (01:03:40) Switches 🔀
13# (01:09:29) Console calculator program 🖩
14# (01:14:13) Ternary operator ❓
15# (01:18:53) Logical operators 🔣
16# (01:23:55) Temperature conversion program 🌡️
17# (01:29:17) Useful string methods in C++ 〰️
18# (01:35:51) While loops ♾️
19# (01:38:56) Do while loops 🔃
20# (01:42:15) For loops 🔂
21# (01:45:53) Break & continue 💔
22# (01:47:34) Nested loops ➿
23# (01:51:51) Random number generator 🎲
24# (01:55:25) Random event generator 🎁
25# (01:59:05) Number guessing game ↕️
26# (02:03:10) User defined functions 📞
27# (02:10:33) Return keyword 🔙
28# (02:16:42) Overloaded functions 🍕
29# (02:19:49) Variable scope 🌎
30# (02:24:11) Banking practice program 💰
31# (02:38:04) ROCK PAPER SCISSORS game 👊
32# (02:51:11) Arrays 🚗
33# (02:56:40) Sizeof() operator ⚖️
34# (03:01:34) Iterate over an array 🗃️
35# (03:05:40) Foreach loop 🗂️
36# (03:08:36) Pass array to a function 💵
37# (03:13:07) Search an array for an element 🔎
38# (03:20:43) Sort an array ➡️
39# (03:26:37) Fill() function 🍔
40# (03:31:19) Fill an array with user input 🌭
41# (03:38:17) Multidimensional arrays ⬜
42# (03:45:57) QUIZ GAME 💯
43# (03:57:42) Memory addresses 🏠
44# (04:00:31) Pass by VALUE vs pass by REFERENCE 📧
45# (04:04:47) Const parameters 🧱
46# (04:07:54) Credit card validator program 💳
47# (04:17:56) Pointers 👈
48# (04:23:12) Null pointers ⛔
49# (04:27:17) TIC TAC TOE game ⭕
50# (04:46:26) Dynamic memory 🧠
51# (04:52:15) Recursion 😵
52# (04:58:35) Function templates 🍪
53# (05:03:49) Structs 🏗️
54# (05:08:49) Pass structs as arguments 🚚
55# (05:14:17) Enums 📅
56# (05:18:38) Object Oriented Programming 🧍
57# (05:29:32) Constructors 👷
58# (05:38:26) Constructor overloading 👨‍🍳
59# (05:42:51) Getters & setters 🔒
60# (05:48:59) Inheritance 👩‍👧‍👦

Copyright Disclaimer:

This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.

LEARN CODING
1 Views · 5 months ago

Kotlin is a programming language designed as a modern alternative to Java. It supports functional patterns, coroutines, multi-platform compilation, and is now the recommended language for Android mobile development.

#programming #android #100SecondsOfCode

🔗 Resources

Kotlin Docs https://kotlinlang.org/
Kotlin on Android https://developer.android.com/kotlin
Watch Java in 100 Seconds https://youtu.be/l9AzO1FMgM8

🔥 Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- Kotlin vs Java
- Kotlin basic syntax
- Using kotlin on Android
- Kotlin coroutines overview
- What is kotlin?
- Is kotlin a JVM language?

LEARN CODING
1 Views · 5 months ago

Follow for more Android & Kotlin tips 🙌

Weight Loss
1 Views · 5 months ago

10 MINUTE FAT BURNING MORNING ROUTINE | Do this every day | Rowan Row


Get shredded without a gym by doing this routine every morning. It only takes 10 mins of your time.
Make sure you execute the movement correctly and stick to the whole circuit for the best results. Please comment below if you have any questions at all.
Thanks again for the constant support. Much love to you all and good luck with the workout. xo


Exercises:

* High knees
* Low plank to high plank
* Half burpees
* Toe touches
* Squat jump
* Side plank
* Alternate lunges
* Jumping jack
* Hip thrust
* Butt kicks

My Fitness app: https://apps.apple.com/gb/app/....rowan-row-fitness/id

My Fitness plans: https://www.rowanrow.com/fitness-plans

Subscribe to my channel here: https://www.youtube.com/rowanrow

My social media links:

Instagram: https://www.instagram.com/rowanrow
Facebook: https://www.facebook.com/rowanrow
Twitter: https://twitter.com/rowanrowrowan
Website: https://www.rowanrow.com

Music: https://www.epidemicsound.com

Weight Loss
1 Views · 5 months ago

Click 'Show More' for the full workout:

1. Jumping Jacks (35 Secs)
Rest (25 Secs)
2. High Knees (35 Secs)
Rest (25 Secs)
3. Air Skip (35 Secs)
Rest (25 Secs)
4. Mountain Climbers (35 Secs)
Rest (25 Secs)
5. Alternating Lunge (35 Secs)
Rest (25 Secs)
6. Prisoner Squat (35 Secs)
Rest (25 Secs)
7. Half Burpee (35 Secs)
Rest (25 Secs)
8. Butt kicks (35 Secs)
Rest (25 Secs)
9. Plank Step Out (35 Secs)
Rest (25 Secs)
10. Plank Roll (35 Secs)

TRAINING PROGRAMS: https://www.simeonpanda.com
INNO SUPPS: https://www.innosupps.com
JUST LIFT. CLOTHING: https://www.justlift.com
FACEBOOK: https://www.facebook.com/simeonpanda
INSTAGRAM: https://www.instagram.com/simeonpanda
TWITTER: https://www.twitter.com/simeonpanda

‘Aim to do something everyday that pushes you forward.’

Weight Loss
1 Views · 5 months ago

When I polled you guys the other week about what workout you want to see next... you said cardio!! So today, we're doing a no-jumping, apartment friendly cardio workout. This 10 minute fat burning workout is super quick but will get that heart rate pumping!!!

00:00 Intro
0:56 Squat N Lift
1:55 Side Squat - R
2:25 Side Squat - L
3:50 Squat to Cursty - R
4:50 Squat to Cursty - L
5:52 Side to Side Squat with Ankle Tap
6:51 Squat to Front Kick
7:52 Curtsy Tap to Curtsy Kick - R
7:52 Curtsy Tap to Curtsy Kick - L
9:52 Plie Squat N Lift
10:54 Outro

#cardio #blogilates #10minuteworkout #cardioworkout

Download the Body by Blogilates app: https://bit.ly/bodybyblogilatesapp

My outfit & yoga mat are from: http://www.popflexactive.com

Here is where I get all of my music! Epidemic Sound: http://share.epidemicsound.com/sgFTn

******

Cassey Ho is an award-winning fitness instructor, entrepreneur and online personality. As the creator behind Blogilates, the #1 female fitness channel on YouTube, she’s transformed millions of lives through helping them achieve their strength and weight-loss goals. She focuses on making fitness fun and the results are evident. Cassey's unique format, POP Pilates©, which launched as a workout video on YouTube in 2009, has become a live fitness class that can be taken at gyms all over the world with over 3,000 POP Pilates classes being taught monthly. Her authenticity continues to shine through, making her one of the most relatable fitness icons online and beyond. She's also the author of the best-selling book, Hot Body Year Round and is the designer of her own activewear line, POPFLEX.

With a wide range of free workout videos available, Cassey's channel focuses on ab exercises, butt & thigh exercises, arm exercises, pilates, cardio routines, fat burning workouts, high intensity interval training workouts (HIIT), stretching and flexibility routines and so much more!


***
DISCLAIMER:

Blogilates and oGorgeous Inc. strongly recommend that you consult with your physician before beginning any exercise program.

You should be in good physical condition and be able to participate in the exercise.

You should understand that when participating in any exercise or exercise program, there is the possibility of physical injury. If you engage in this exercise or exercise program, you agree that you do so at your own risk, are voluntarily participating in these activities, assume all risk of injury to yourself, and agree to release and discharge Blogilates and oGorgeous Inc. from any and all claims or causes of action, known or unknown, arising out of Blogilates' and oGorgeous Inc.'s negligence.

Weight Loss
1 Views · 5 months ago

Follow along with Chris Heria as he shows you 10 Min Fat Burning Workout with No Equipment. This workout will have you burning calories and give you real results by increasing your endurance and muscle definition.

GET THIS WORKOUT ON YOUR PHONE: https://share.thenx.com/share/bvAuBEdjfhAKjgHY7

Get the Music in the video made by Chris Heria:
https://soundcloud.com/chrisheria

FOLLOW CHRIS HERIA
IG: @chrisheria https://www.instagram.com/chrisheria/
VLOG YT CHANNEL: https://youtube.com/CHRISHERIA

Take your training to the next level with a Heria weight vest:
https://chrisheria.com

Follow THENX on Instagram:
@thenx https://www.instagram.com/thenx/

Join our Events: http://thenx.com/blog/events/ (currently updating)
Heria Apparel here: https://chrisheria.com/
BECOME A THENX MEMBER: https://thenx.com/
DOWNLOAD THENX Iphone App: https://goo.gl/Qk235s
DOWNLOAD ANDROID App: https://goo.gl/kcRBpL
SHOP THENX: https://thenx.com/shop
VIEW OUR EVENT CALENDAR: http://thenx.com/blog/events/
THENX BLOG: http://thenx.com/blog/

The BEST Calisthenics App, secret techniques, programs, and step by step guided tutorials tested by thousands of people to reach their goals, with the most simplistic systematic approach to learning any calisthenics move such as the Handstand, Muscle Up, Planche, with ease.
And it's all IN HERE
https://WWW.THENX.COM

Weight Loss
1 Views · 5 months ago

If you want a way to lose weight fast and effectively in 30 days or less - then this challenge is for you!

This 30-Day Weight Loss Challenge is designed to be performed everyday for 30 days! Remember, you need to exercise everyday!

The exercises are all body-weight (no gym and no additional weights necessary), which makes it perfect to be done at home. The workout structure is also built to make you burn as many calories in as little time possible. This will result in you burning extra fat in 30 days, getting in shape and looking awesome!

So do the workout everyday and tell me your results in the comments below! I read all the comments and will reply 100%!

Also make sure to subscribe to the channel to receive regular video workouts every Monday, Wednesday and Friday.

Good luck!❤️💪

Weight Loss
1 Views · 5 months ago

How's it going in your area? Are you still under quarantine? If so, don't fret or lose hope. This is a good time to workout and start a challenge to lose weight and get in shape!

In some parts of the world, the quarantine is extended. This gives them just about enough time to do this 30-day workout and finish the challenge! Hope you're also able to do and complete this workout--this is an amazing routine to lose weight during this time!

Good luck everyone and make sure to exercise everyday for the next 30 days with this workout. Have fun and let's begin!❤️💪

**If you want to be notified when I upload a new video, make sure to subscribe to our channel. I upload new videos everyday from Sunday to Friday!

Weight Loss
1 Views · 5 months ago

Everything was against me. Women have to work 4x as hard for half the weight loss results as men. I am middle aged...more points against me. I did not start at 280 lbs. Starting at a higher weight is much easier to lose the weight because there is so much that needs to be lost. I started at only 170 lbs. All of these were against me. And I STILL did it!
Check out my book "How to Live On Almost Nothing" by clicking here: https://amzn.to/341g0wT
Paperback option: https://amzn.to/3w7noBj
Check out Mint Mobile here: https://mint-mobile.58dp.net/7meoPg
No gimmicks, it's only $15 a month!
Ditch Cable and Get a Roku Box by clicking here: https://amzn.to/3JVo2Hy
Zumba: https://amzn.to/3HE6T50
Fitness Tracker Watch I Use: https://amzn.to/3YhwyHq
My Sauna: https://amzn.to/3jm2NXb

Weight Loss
1 Views · 5 months ago

New Advanced 30-Day Dream Body X3 Hypnosis Challenge @ https://www.skool.com/x3-weight-loss/about
FAST & EASY WEIGHT LOSS HYPNOSIS
David McGraw's Expertise Has Already Helped Thousands Lose Excess Weight Quickly and Sensibly...and KEEP IT OFF! The amazing power of The Mind could be your solution to losing weight quickly and effortlessly.
You've already made a good decision by coming here.
Now, by controlling what you think, you can control what you eat AND control your physical body much more easily than ever before.
The mind is the powerful engine that runs our bodies. So, to work on the physical level, we must work on the MENTAL parts first.
That's what my unique weight loss meditation session does for you -- like no other.
It uses the power of BINAURAL BEATS and DOUBLE INDUCTION -- so that each message is subliminally planted in your mind... effectively "re-programming" all the bad, negative thoughts about food, eating, and weight right out of your body!
Your entire outlook and attitude toward food, dieting, and exercise can change.
You'll just naturally notice that you don't have cravings anymore!
You'll have a completely healthy view of food... which the Creator gave us for our good -- not our downfall.

That's because meditation can help with many issues of emotional eating... due to stress, anxiety, relationships, etc.
Nothing else can do that for you! No pill, no powder, no shakes, and no high-tech "gadgets"...
It's all about taking care of what's in your mind.
Now, going through this challenge takes 30 DAYS.
That's why this a 30-DAY CHALLENGE...
Go ahead and get started today. You have nothing to lose except the weight you're struggling with.
Give this a try and see what it does for you.
The time you invest will open up a whole new world of opportunities for you -- and show you how this wonderfully effective therapy can help you achieve substantial positive changes in your life and within your heart and soul.
Start your journey today!

Introduction 00:00
Hypnosis Session 02:00
End 33:00

Background Music: First Track native Spirits @http://www.music2hues.com/m2h_orig/fl...
http://www.music2hues.com/m2h_orig/co...

Background Music "Letting Go" By:
https://getdpd.com/cart/hoplink/4586?...
http://www.royaltyfreemeditationmusic...

Stock Footage by Addict http://www.pond5.com/after-effect/126...
http://www.pond5.com/legal/license

Stock Image by Africa Studio http://us.fotolia.com/id/58499976
http://us.fotolia.com/Info/Agreements...

Stock Footage by Kurhan http://us.fotolia.com/id/57704969
http://us.fotolia.com/Info/Agreements...

Stock Image by U.P.images http://us.fotolia.com/id/2182652
http://us.fotolia.com/Info/Agreements...

Stock Image by © graphi http://us.fotolia.com/id/30098044
http://us.fotolia.com/Info/Agreements...

Stock Footage by © Dash
http://us.fotolia.com/id/41746003
http://us.fotolia.com/Info/Agreements...

Stock Footage by © Radoslaw Frankowski
http://us.fotolia.com/id/30219096
http://us.fotolia.com/Info/Agreements...


Stock Footage by #23424350 - Carefree Beach Couple
© Spotmatik
http://us.fotolia.com/id/23424350
http://us.fotolia.com/Info/Agreements...

Stock Footage by #18780890 - Rotating brain with streaks of light seamless loop
© Monika Wisniewska

http://us.fotolia.com/id/18780890
http://us.fotolia.com/Info/Agreements...

Weight Loss
1 Views · 5 months ago

Join the 6-week weight loss challenge: https://briansyuki.com/your-challenge/

Use these 3 simple habits to lose 20 pounds in 30 days without starving yourself or exercising for hours.
Remember to share the video with family and friends.

Weight Loss
1 Views · 5 months ago

I took on a 30-day workout challenge, and let’s just say... it wasn’t perfect. 😅 From skipping days to struggling through workouts, this is the honest reality of my fitness journey. But even with setbacks, I kept going and that’s what matters! Watch to see what I learned, what worked (and what didn’t), and how this challenge changed my mindset. Did this video inspire you to start your own challenge? Let me know in the comments.

Use code PWJESSICAP for 40% off at Protein World:
1. Slender Coffee:https://www.proteinworld.com/products/slender-coffee?_pos=1&_psq=slender+coffee&_ss=e&_v=1.0
2. Gourmet Slender Blend: https://www.proteinworld.com/products/gourmet-slender-blend?_pos=1&_psq=gourme&_ss=e&_v=1.0&selling_plan=1231028269&variant=42134670737453
3. Slender Day Tea: https://www.proteinworld.com/products/slender-day-tea?_pos=1&_sid=a3e8be62e&_ss=r&selling_plan=1005486125
4. Slender Night Tea: https://www.proteinworld.com/products/slender-night-tea?_pos=2&_sid=a3e8be62e&_ss=r&selling_plan=1004961837
5. Protein Pancakes: https://www.proteinworld.com/products/slender-pancakes?_pos=1&_sid=67b84c18e&_ss=r&selling_plan=1005158445

INSTAGRAM: https://www.instagram.com/girly.jess

Business Inquiries ONLY
girlyjessbusiness@gmail.com

Filming Equipment:
Sony Camera: https://amzn.to/44XZ1F3
Ring Light: https://amzn.to/4b3iNSM
Wireless Rode Microphone: https://amzn.to/44QCPOw
.
.
.
30 days Pilates at home challenge

Weight Loss
1 Views · 5 months ago

Slim down and lose 3-5kg in 1 month, thanks to today's 30-day workout challenge!

This workout will target the major muscles in your body to burn the fat in these area and give you a more shapely and well-toned body!

The exercises in this workout are a combination of strength and resistance training mixed with cardio exercises so they're sure to give you the best and the most amazing results in 30 days!

Good luck and let's begin the challenge!❤️💪

**If you want to be notified when I upload a new video, make sure to subscribe to our channel. I upload new videos everyday from Sunday to Friday!

TIMECODES:

00:00 Introduction
00:10 Body Extensions
00:53 Rest
01:15 Butt Kicks
01:47 Rest
02:09 Cross Jump Jack
02:44 Rest
03:06 Floor Taps
03:54 Rest
04:16 Step Back Jacks
04:54 Rest
05:17 Fly Squat
05:57 Rest
06:19 Hip Dips
07:01 Rest
07:23 Reverse Lunges
08:22 Rest
08:44 Rise And Plie
09:43 Rest
10:05 Side Lunge Right
11:36 Rest
11:58 Side Lunge Windmill
12:41 Rest
13:03 Body Extensions
13:46 Rest
14:08 Butt Kicks
14:40 Rest
15:02 Cross Jump Jack
15:38 Rest
16:00 Floor Taps
16:48 Rest
17:10 Step Back Jacks
17:48 Rest
18:10 Fly Squat
18:50 Rest
19:12 Hip Dips
19:55 Rest
20:17 Reverse Lunges
21:15 Rest
21:38 Rise And Plie
22:36 Rest
22:58 Side Lunge Right
24:29 Rest
24:51 Side Lunge Windmill
25:35 Rest
25:57 Back Stretch
27:12 Rest
27:34 Arm Stretch Left
28:48 Rest
29:11 Arm Stretch Right

Weight Loss
1 Views · 5 months ago

More than two-thirds of Americans are overweight or obese, but Dr. Louis Aronne says it’s not their fault. In his new book, “The Change Your Biology Diet: The Proven Program for Lifelong Weight Loss,” he says being unable to lose weight is a medical problem that involves your genes, brain, fat cells and hormones. Dr. Aronne, director of the Comprehensive Weight Control Program at Weill Cornell Medical Center, joins “CBS This Morning” to discuss how to reduce body fat by reversing the damage to our brains.




Showing 266 out of 267