- 71
- 121 763
10 Minutes with me
Приєднався 22 лип 2019
Welcome to "10 Minutes with Me" - your destination for computer-related content, coding tutorials, and programming walkthroughs! Join me as we delve into technology, exploring topics to enhance your skills and expand programming knowledge. From Python to Java, HTML to CSS, we cover it all. Each video offers clear explanations, practical examples, and step-by-step instructions. From problem-solving to web development, data structures to software engineering, we cater to different levels and interests. Beyond coding, we explore operating systems, networking, cybersecurity, and software tools. We make learning fun, accessible, and engaging in just 10 minutes. Whether a student, professional, or curious, "10 Minutes with Me" inspires and empowers you. Subscribe and unlock the potential of computer science, one video at a time! Let's code, explore, and elevate your skills with "10 Minutes with Me"!
Building Ultimate Gaming PC With RTX 12 GB VRAM Graphic Card & i5 12th gen || Ray Tracing Enable 😯🔥🔥
In this video, we're building the ultimate gaming PC designed for top-tier performance in both 4K video editing and 2K gaming on full ultra settings.
Join me as I walk you through each step of assembling this powerhouse machine, featuring some of the best components available today. We'll start with the heart of our system, the Intel i5 12400F processor, known for its impressive speed and efficiency, perfect for handling heavy multitasking and demanding applications.
Next, we'll install the RTX 3060 graphics card, a beast when it comes to delivering stunning visuals and smooth gameplay. This GPU is a game-changer for anyone looking to play the latest titles at ultra settings, ensuring you get the most immersive and visually striking gaming experience possible.
We'll also be adding 32 GB of RAM, ensuring that our PC can easily handle intensive tasks like 4K video editing and resource-heavy games without breaking a sweat. With this much memory, your system will be future-proofed and ready for anything you throw at it.
Throughout the video, I'll provide detailed explanations and tips to help you build your own high-performance gaming PC. From unboxing and assembling the components to installing the operating system and testing our build, you'll get a comprehensive guide to creating a machine that excels in both productivity and entertainment.
By the end of this tutorial, you'll have a gaming PC that's not only capable of running all modern games at ultra settings in 2K resolution but also powerful enough for 4K video editing. Perfect for gamers, content creators, and anyone who demands the best from their PC.
Don't forget to like, subscribe, and hit the bell icon to stay updated with more tech tutorials and PC building guides on 10 Minutes with Me!
#GamingPC, #PCBuild, #RTX3060, #i512400F, #32GBRAM, #4KEditing, #2KGaming, #UltraSettings, #PCBuildingGuide, #GamingSetup, #TechTutorial, #HighPerformancePC, #GamingRig, #PCMasterRace, #BuildAPC, #GamingPCBuild, #PCComponents, #Gamer, #ContentCreation, #TechReview
Join me as I walk you through each step of assembling this powerhouse machine, featuring some of the best components available today. We'll start with the heart of our system, the Intel i5 12400F processor, known for its impressive speed and efficiency, perfect for handling heavy multitasking and demanding applications.
Next, we'll install the RTX 3060 graphics card, a beast when it comes to delivering stunning visuals and smooth gameplay. This GPU is a game-changer for anyone looking to play the latest titles at ultra settings, ensuring you get the most immersive and visually striking gaming experience possible.
We'll also be adding 32 GB of RAM, ensuring that our PC can easily handle intensive tasks like 4K video editing and resource-heavy games without breaking a sweat. With this much memory, your system will be future-proofed and ready for anything you throw at it.
Throughout the video, I'll provide detailed explanations and tips to help you build your own high-performance gaming PC. From unboxing and assembling the components to installing the operating system and testing our build, you'll get a comprehensive guide to creating a machine that excels in both productivity and entertainment.
By the end of this tutorial, you'll have a gaming PC that's not only capable of running all modern games at ultra settings in 2K resolution but also powerful enough for 4K video editing. Perfect for gamers, content creators, and anyone who demands the best from their PC.
Don't forget to like, subscribe, and hit the bell icon to stay updated with more tech tutorials and PC building guides on 10 Minutes with Me!
#GamingPC, #PCBuild, #RTX3060, #i512400F, #32GBRAM, #4KEditing, #2KGaming, #UltraSettings, #PCBuildingGuide, #GamingSetup, #TechTutorial, #HighPerformancePC, #GamingRig, #PCMasterRace, #BuildAPC, #GamingPCBuild, #PCComponents, #Gamer, #ContentCreation, #TechReview
Переглядів: 1 426
Відео
Do-While Loop, Looping Decision Making Statement in C Language || C Programming Tutorial #12
Переглядів 55 місяців тому
In this tutorial, part of our C language course for beginners to intermediate learners, we focus on the do-while loop, an important control flow statement in C programming. We'll begin by introducing the basic concept of loops and why they are crucial for efficient programming. The do-while loop is a variant of the while loop but with a key difference: it guarantees that the loop body will exec...
While Loop, Looping Decision Making Statement In C Language || C Programming Tutorial #11
Переглядів 506 місяців тому
In this tutorial, part of our C language course for beginners to intermediate learners, we'll delve into the concept of loops, focusing specifically on the while loop. Loops are essential in programming as they allow us to execute a block of code repeatedly based on a certain condition. We'll begin by introducing the concept of loops and why they are important in programming. Then, we'll explai...
Switch Case Statement Decision, Flow Control Statement in C Language || C Programming Tutorial #10
Переглядів 47 місяців тому
In this comprehensive tutorial, a part of our beginner-to-intermediate C language course, we dive into the intricacies of the switch case statement. The switch case statement is a powerful tool in C programming used to execute different blocks of code based on the value of a given expression. We begin by explaining the syntax of the switch case statement and its purpose in programming. Unlike i...
How to make a calculator in C Language || First Project || C Programming Tutorial #9
Переглядів 207 місяців тому
In this tutorial, part of our C language course for beginners to intermediate learners, we'll explore how to create a Command Line Interface (CLI) calculator using C. We'll start by understanding the basic structure of a C program and then move on to implement the various functionalities of a calculator, such as addition, subtraction, multiplication, and division. Through clear explanations and...
Else-If ladder & Nested If Decision Making Flow Control statement in C || C Programming Tutorial #8
Переглядів 207 місяців тому
In this comprehensive tutorial on Else-If ladder and nested If statements in the C programming language, "10 Minutes with Me" delves into the intricacies of multi-condition decision-making. The video starts by explaining the syntax and purpose of Else-If ladder, showing how it allows for evaluating multiple conditions sequentially. Through clear explanations and practical examples, viewers will...
If-Else Flow control statement in C Language || C Programming Tutorial #7
Переглядів 427 місяців тому
In this detailed tutorial on If-Else flow control statements in the C programming language, "10 Minutes with Me" explores the fundamentals of decision-making in programming. The video begins by explaining the basic syntax of the If-Else statement and its purpose in controlling the flow of a program. Through clear explanations and practical examples, viewers will learn how to use If-Else stateme...
Operators in C programming Language || C Programming Tutorial #6
Переглядів 597 місяців тому
In this detailed tutorial on "C Programming Operators," 10 Minutes with Me explores the various types of operators in C programming, including arithmetic, relational, logical, bitwise, assignment, and more. Through clear explanations and practical examples, you'll learn how to use each type of operator effectively in your programs. From basic operations to more complex tasks, this video provide...
How to get inputs in C programs by user || Getting Input by scanf || C Programming Tutorial #5
Переглядів 31Рік тому
Title: "C Programming Tutorial #5: Taking User Inputs with scanf() Function" Description: Welcome back to our C Programming Tutorial series! In this fifth installment, we're diving into a fundamental topic - how to take inputs from users using the scanf() function. In the world of programming, interaction with users is key, and scanf() is a powerful tool that allows you to do just that. In this...
Beginner's Journey into HTML: Exploring Heading, Image, and Anchor Tags
Переглядів 26Рік тому
Title: HTML Basics: Learn and Understand HTML Tags - Heading, Image, Anchor, and More Description: Welcome to my UA-cam video where I will guide you through the fundamentals of HTML! In this comprehensive tutorial, we will dive into the basics of HTML and explore essential HTML tags that form the building blocks of web development. HTML (Hypertext Markup Language) is the backbone of web pages, ...
Character Sets and Data Types in C Language || Simple Explanation || C Programming Course Video #4
Переглядів 45Рік тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, we will explore the world of character sets and data types in the C programming language. Starting with the basics, we will look at the different types of character sets, including ASCII ...
Basic structure of C program and how its work explanation | C Programming Course Video #3
Переглядів 532 роки тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, I will explain you the basic structure of a basic C Program. This video is the part of our free video course playlist of C programming that you can easily access form our channel or with ...
How to install VS code and C Compiler | IDE for C Programming | C Programming Course Video #2
Переглядів 832 роки тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, I will show you how to download and install C Compiler and VS code (Code Editor) for C Programming. This video is the part of our free video course playlist of C programming that you can ...
What is programming? | Introduction to C language | C Programming language course video #1 | #coding
Переглядів 902 роки тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, I will introduce you to programming and C language and this video is the part of our free video course playlist of C programming that you can easily access form our channel or with link g...
C Program to Convert Decimal Numbers to Octal Number || Conversion Application
Переглядів 252 роки тому
Hi, Friends In this video, I will show you how to make a C program to convert Decimal Numbers to Octal numbers. In this video, we will make a conversion application to convert Decimal Numbers to Octal Numbers. C Practice Programs Playlist Link: ua-cam.com/play/PL-S-xGkwu8ow4AsHODcSoa_WEFUISAUx8.html Source Code: www.mediafire.com/file/vlc16l1o5eavnty/DecimalToOctal.c/file Watch the full video t...
Coding With Mobile | Best Apps for Coding | How to Learn Coding in Mobile | Mobile Se Coding
Переглядів 902 роки тому
Coding With Mobile | Best Apps for Coding | How to Learn Coding in Mobile | Mobile Se Coding
Java Program to convert Decimal Numbers to Binary Numbers || Conversion Application
Переглядів 1202 роки тому
Java Program to convert Decimal Numbers to Binary Numbers || Conversion Application
How to make an Encryption System in Java | Morse code Encryption | Simple Method to Encrypt Data.
Переглядів 1262 роки тому
How to make an Encryption System in Java | Morse code Encryption | Simple Method to Encrypt Data.
How to install Ubuntu Linux on your pc in very easy way.
Переглядів 993 роки тому
How to install Ubuntu Linux on your pc in very easy way.
How to make a HCF or GCD Calculator in Java.
Переглядів 373 роки тому
How to make a HCF or GCD Calculator in Java.
How to make a simple Login UI in Java Swing in very easy Way.
Переглядів 383 роки тому
How to make a simple Login UI in Java Swing in very easy Way.
How to make a program in java to convert Kilograms(kg) to Pounds(lb).
Переглядів 5893 роки тому
How to make a program in java to convert Kilograms(kg) to Pounds(lb).
C Program to Convert Kilogram to Pound in very easy way.
Переглядів 4443 роки тому
C Program to Convert Kilogram to Pound in very easy way.
How to make C Program to Convert Temperature Celsius into Fahrenheit and Kelvin.
Переглядів 4803 роки тому
How to make C Program to Convert Temperature Celsius into Fahrenheit and Kelvin.
How to make a Java Program to covert temperature in Celsius to Fahrenheit and Kelvin.
Переглядів 1,3 тис.3 роки тому
How to make a Java Program to covert temperature in Celsius to Fahrenheit and Kelvin.
How to make a program in Java to convert lowercase sentences or words into uppercase or capital.
Переглядів 173 роки тому
How to make a program in Java to convert lowercase sentences or words into uppercase or capital.
How to create Windows 11 using HTML, CSS, and JavaScript. | | I Created Windows 11 UI.
Переглядів 4 тис.3 роки тому
How to create Windows 11 using HTML, CSS, and JavaScript. | | I Created Windows 11 UI.
Hello World Code Comparison between Java, C, Python, HTML, and JavaScript.
Переглядів 373 роки тому
Hello World Code Comparison between Java, C, Python, HTML, and JavaScript.
How to make a Calculator in Java (CLI)
Переглядів 483 роки тому
How to make a Calculator in Java (CLI)
Java program to find and count all total vowels in a sentence or word.
Переглядів 353 роки тому
Java program to find and count all total vowels in a sentence or word.
DLSS on hai?
yup on hai
Total price of this build
bhai total cost ka padi pc ki
56000 ka
Gaming keliye monitor ka resolution bhi jarori hota ha
You are right bro but I am not a professional gamer
Bro monitor Konsa ha apne pass❤
Dell ka full HD 120 hz monitor hai
mana rtx 4060 kiu la liya sirf 8 gb v ram hai itna dukh ho raha hai
Vo bhi sahi hai us mai VRAM kam hai but performance 3060 se slightly better hai 😅
bhaiya rgb kuch jyada nahi ho gaya
Aisa kya 😅
bhai kuch gift krdo ek graphic card gtx730 please
Bhai support dikhao 10k subs par give away karunga ek gaming PC ka 😅
@@10Minuteswithme ok
Bro can now time travel
How 😂😂
Op 💀✊
Thanks 🙏
Muyy artesanal y creativo feliciyaciones❤
Hu sir ye aapne sahi bola confusion hojata kyo ki Mai python ki hu ab c programming padrahi hu
Aaj ka video nhi hai
Question prectice karvayiyega sir
ok next video question practice banaunga 😊
hello sir thaks for the guidance. will undo redo function work on this notepad.
Hlo bro opp thing please voice chatbot btaoo
😊 🇮🇳 જય શ્રી કૃષ્ણ 💐👌👌🌳🌳🌳🐿️🦚🌳🐿️🐦🐦🐦🐿️🦚🐿️🐦🐿️🐦🐿️🦚🌳🐿️🦚🐿️🐦🐿️🦚🌳🐿️🦚🌳🌳🌳🌳🌳🌳🌳
Hlo chitransh
my computer is saying it may be harmful ??????
I didn't get this part stand(time()); num=rand(); What does this fun do
This function gives you random numbers thats why it is rand()
@@Abon963 🙏 thankyou
@@hemaxpatel wellcome
ρɾσɱσʂɱ
Tum chutiya hoo chat bot ha ha ha !
Ladki se bura kata bhai tune to
bhai C mai to yahi milega abb real mai Jarvis to bana nahi dunga
Bhai ye bot nahi ye to script hi ho gayi Matlb tumhe wahi response dalna padega jo saved hain To artificial intelligence kahan se hua ?? ML seekho aur use karna sikho
thik hai bhai tumari baat sahi hai ye ek AI nahi hai par only C language ka use kar ke AI algorithm base chat bot nearly impossible hai. mere liye to hai. Par haan agar ho sakega to kabhi aaange ja ke mai AI or ML sheekhta hun to us par video jarur daalunga.
🙂👍
And congratulations 🎉🎉🎉 5k views ✌️✌️
Channel hit brooo ✌️💞💞
Mere 3k hone wale hai
Mai abhishek hu bro
Bro only 500 subscriber hai apke chitransh
Bhai ap rukna mat ap bohot age jane bale ho ok 👍
superb
Nice .....keep it up
I am impressed and confused. Came here looking for instructional video...yet I dont think this presenter is speaking in English, so where is the code...
This tutorial language is hindi and you want code so , I will provide code in description.
Thank you
@@10Minuteswithme I do appreciate it but there was no code there...thanks anyway
Good job
keep it up.....
Nice 👍😊
Sir Aapka letest program project Nahi aaya
windows 8 in 2021 year
Mene kr diya bro video ko subscribe 🤣🤣🤣
thanks
Bro can u provide me the source code...of this particular program
ok bro I will provide soon...
This code is not running ...
check your program once again and match with my video
um why would you want to? Like just why? Windows is a dying OS
windows is the best. don't say anything about windows.
@@cowcode yup 😊 windows is the best, especially xp , 7, 10 and 11
@@techybuzzog yes you are right, I also Windows 10
Definitely awesome
Achaa to Chitransh tumhare system specs kya h
why bro?
Okey good 😑😑
Mast bhai
Superb
Super bro
Nice bro keep it up
Are ye to karna aaasan h voice commands and voice reply wala bnao c language me hi