Caleb Curry
Caleb Curry
  • 1 743
  • 50 838 100
$100,000 as a C++ Engineer - NEW C++ Mastery Course
Check out the course at cppmastery.com
I am very excited about this course and confident if you give it your all you WILL achieve your goals.
Переглядів: 3 562

Відео

Keys and Digital Signatures in Rust
Переглядів 3,4 тис.4 місяці тому
💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course 💯 FREE Courses (100 hours) - calcur.tech/free-courses Timestamps: 00:00 - Introduction 03:09 - Private Keys 04:47 - Public Keys 05:06 - Signing and Verifying a Message 06:36 - Falsifying Signatures 07:43 - Working with Complex Objects 09:04 - Serializing Objects 12:46 - Falsifying Messages 🏆 C Mastery Course - cppmastery.com ⚛️ FREE...
Unsafe Rust - Complete Tutorial
Переглядів 2 тис.4 місяці тому
💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course 💯 FREE Courses (100 hours) - calcur.tech/free-courses Timestamps: 00:00 - Introduction 02:08 -Create a Project 03:33 - Converting from a Smart Pointer 05:24 - Calling an Unsafe Function 06:55 - Safe Interface 07:47 - Modifying Mutable Statics 09:18 - Unsafe Traits 10:32 - Unions 12:37 - Untagged Union 12:58 - Tagged Union 🏆 C Master...
PostgreSQL Introduction - Beginner Crash Course
Переглядів 2,8 тис.5 місяців тому
💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course 💯 FREE Courses (100 hours) - calcur.tech/free-courses Timestamps: 00:00:00 - Introduction 00:00:40 - Getting Started 00:03:40 - Creating a Table 00:05:10 - How to Run a File 00:06:34 - Alter 00:07:16 - Delete Tables with DROP 00:08:06 - SELECT 00:10:10 - UPDATE 00:10:54 - DELETE 00:11:22 - Relationships 00:15:09 - Joins 00:16:13 - C...
SQLite3 in Node with better-sqlite3
Переглядів 4,3 тис.5 місяців тому
💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course 💯 FREE Courses (100 hours) - calcur.tech/free-courses Timestamps: 00:00:00 - Introduction 00:02:20 - Creating a Table 00:04:42 - Inserting Data 00:08:28. -Retrieving all the Data 00:09:04 - Retrieving a Single User 00:10:26 - Creating a Basic API 🏆 C Mastery Course - cppmastery.com ⚛️ FREE React Course (20 hours) - calcur.tech/free-...
SQLite Introduction - Beginners Guide to SQL and Databases
Переглядів 19 тис.5 місяців тому
💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course 💯 FREE Courses (100 hours) - calcur.tech/free-courses ▶ GitHub - github.com/CalebCurry/sqlite3-basics Timestamps: 00:00:00 - Introduction 00:00:53 - What why SQLite3 00:02:01 - What about Websites 00:03:38 - Getting Started 00:04:54 - Dot Commands 00:08:01 - Execute a File 00:09:08 - DDL 00:10:35 - DML 00:12:11 - Selecting Data 00:1...
WebAssembly Introduction - Getting Started with Wasm
Переглядів 10 тис.5 місяців тому
💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course 💯 FREE Courses (100 hours) - calcur.tech/free-courses Timestamps: 00:00:00 - Introduction 00:01:49 - How WebAssembly Works 00:02:56 - Getting Started 00:07:24 - Using Warm from a Webpage 🏆 C Mastery Course - cppmastery.com ⚛️ FREE React Course (20 hours) - calcur.tech/free-react-course ✅ Data Structures & Algorithms - calcur.tech/ds...
Rust References and Ownership Complete Introduction
Переглядів 3,1 тис.5 місяців тому
Rust References and Ownership Complete Introduction
Learn Rust programming - Standard Library, Enums, Traits, Arrays, Vectors, HashMaps
Переглядів 4,1 тис.6 місяців тому
Learn Rust programming - Standard Library, Enums, Traits, Arrays, Vectors, HashMaps
Rust Programming Introduction - Beginner Crash Course (1 Hour!)
Переглядів 23 тис.6 місяців тому
Rust Programming Introduction - Beginner Crash Course (1 Hour!)
Object Oriented Programming in Java - All-in-One Tutorial Series!
Переглядів 24 тис.6 місяців тому
Object Oriented Programming in Java - All-in-One Tutorial Series!
Phoenix Framework REST API Crash Course - Introduction + Full Elixir API Tutorial
Переглядів 20 тис.6 місяців тому
Phoenix Framework REST API Crash Course - Introduction Full Elixir API Tutorial
Elixir Programming Introduction - Complete Tutorial!
Переглядів 33 тис.6 місяців тому
Elixir Programming Introduction - Complete Tutorial!
Why You're not Getting Hired (How to Land a Job in Software)
Переглядів 3,6 тис.7 місяців тому
Why You're not Getting Hired (How to Land a Job in Software)
I got a Job!
Переглядів 15 тис.7 місяців тому
I got a Job!
I Got Laid Off...
Переглядів 54 тис.11 місяців тому
I Got Laid Off...
NEW COURSE! C and C++ Mastery Bootcamp
Переглядів 8 тис.11 місяців тому
NEW COURSE! C and C Mastery Bootcamp
3 C++ Pitfalls to Avoid
Переглядів 3,6 тис.Рік тому
3 C Pitfalls to Avoid
Writing Code with AI in VSCode (GitHub Copilot)
Переглядів 14 тис.Рік тому
Writing Code with AI in VSCode (GitHub Copilot)
I Built a C++ Game with ChatGPT
Переглядів 4,6 тис.Рік тому
I Built a C Game with ChatGPT
Learning C++? Avoid these Beginner Mistakes...
Переглядів 6 тис.Рік тому
Learning C ? Avoid these Beginner Mistakes...
Stop Mental Clickbait - How to Improve Focus and Stop Distractions
Переглядів 3,3 тис.Рік тому
Stop Mental Clickbait - How to Improve Focus and Stop Distractions
Dynamic Memory with Malloc - Everything you Need to Know
Переглядів 7 тис.Рік тому
Dynamic Memory with Malloc - Everything you Need to Know
How I fixed My Mindset (This Changed My Life)
Переглядів 6 тис.Рік тому
How I fixed My Mindset (This Changed My Life)
Smart Pointers in C++ (Stop Using new?)
Переглядів 11 тис.Рік тому
Smart Pointers in C (Stop Using new?)
C++ Pointers to Pointers - Finally Understand Double Pointers
Переглядів 7 тис.Рік тому
C Pointers to Pointers - Finally Understand Double Pointers
ChatGPT is BROKEN!
Переглядів 10 тис.Рік тому
ChatGPT is BROKEN!
Should You Learn C++? (Will Rust Kill C++?)
Переглядів 17 тис.Рік тому
Should You Learn C ? (Will Rust Kill C ?)
My Extreme Productivity System (Learn ANY Programming Language)
Переглядів 12 тис.Рік тому
My Extreme Productivity System (Learn ANY Programming Language)
C++ Object Oriented Programming Crash Course - Introduction + Full Tutorial
Переглядів 41 тис.Рік тому
C Object Oriented Programming Crash Course - Introduction Full Tutorial

КОМЕНТАРІ

  • @ashifurrahman3265
    @ashifurrahman3265 14 секунд тому

    Man....you are awesome...... Your video made me fall in love with database........ Thanks a loooooottttttttt for such an effort. 🤍

  • @codygosney976
    @codygosney976 6 годин тому

    So much easier to read your whiteboard when you changed to black at almost 8 hour mark. Thanks for this free lesson, it has been helpful for a total noob.

  • @goodjujusound7906
    @goodjujusound7906 10 годин тому

    I don't understand anything he was talking about, yet I somehow know how to do the thing that I wanted to do before watching this video really well.

  • @daboxxxxx
    @daboxxxxx 13 годин тому

    took me so long, but I finished :((

  • @gordonbaird4072
    @gordonbaird4072 14 годин тому

    excellent!

  • @eleanorcarrano6316
    @eleanorcarrano6316 19 годин тому

    Thank you, this really helped, as my main question about this was how a hash table differs from a normal array. I kept asking why we needed to come up with another way of looking things up if we already knew the index number, but I guess we don't always know that! So finding a way to basically use the data to index itself is useful!

  • @thaleshenriquesantosdasilv7027
    @thaleshenriquesantosdasilv7027 20 годин тому

    Direct! You jus got i New subscrever. Greatings from Brazil my man! The way i speak this is my country is "salve! meu amigo"

  • @Brandon-lg6jg
    @Brandon-lg6jg 22 години тому

    Hey im laaate but just wanted to say this the best explaination of classes ive ever seen, loved the cookie cutter analogy!

  • @flipflop1758
    @flipflop1758 День тому

    I think he has a Indian surname but looks White.

  • @eujhar
    @eujhar День тому

    Best video

  • @RAZR_Channel
    @RAZR_Channel День тому

    This is the Best tutorial... other tubers are just reading blog posts and screaming CTA... +1 Sub...

  • @oschonrock
    @oschonrock День тому

    using namespace std; ???? stop spreading bad advice!

  • @09XIRPL3IKadekPindraDwiPermana

    Thank you so much

  • @JustThink2000
    @JustThink2000 День тому

    Just as confused as I came into this video. The explanations on float and double are pretty confusing still.

  • @pucksheet4456
    @pucksheet4456 2 дні тому

    I'm a busy working dad Imma try learning this skill it will take some months or years but I Will try Today's date is 06/21/2024

  • @A.APEEKS
    @A.APEEKS 2 дні тому

    I was in coma since 18 years now i am 30 and i have 68 bitcoins and i forgot my password how can i break password

  • @MagdalenaHedlund
    @MagdalenaHedlund 2 дні тому

    For the newbie if you are actually trading in the crypto space and you don't have a sound mentor. Then you are certainly going to get liquidated in 90% of your trades. Yeah that's the sad truth. I remember when I just got into crypto back in 2019 but later in 2020 I ended up selling it because I have lost alot trading all by myself without a guide. Got back into crypto early in 2023 with $10k and I’m up with $128k in a short period of time.

    • @OmerSchimmel-ms1xv
      @OmerSchimmel-ms1xv 2 дні тому

      Wow congrats, do you mind sharing how you did it...

    • @EddieIvarsson-sv6vy
      @EddieIvarsson-sv6vy 2 дні тому

      How can one start,most times people don't know where to start when it comes to crypto. But it would be great if you can provide proper guidance on steps to follow please

    • @MagdalenaHedlund
      @MagdalenaHedlund 2 дні тому

      As a beginner investor, it’s essential for you to have a mentor to keep you accountable. Myself, I’m guided by Alex Heinz. A widely known crypto consultant.

    • @MiaThomas-kc6do
      @MiaThomas-kc6do 2 дні тому

      I've come across this name before, is he really reliable?

    • @LucDumas-ki9lp
      @LucDumas-ki9lp 2 дні тому

      Wow. I'm a bit perplexed seeing Alex Heinz been mentioned here also Didn’t know he has been good to so many people too, this is wonderful, I'm in my fifth trade with him and it has been super.

  • @aaqidmasoodi
    @aaqidmasoodi 2 дні тому

    I have been watching your video since 2018. those days every 5 seconds you would crack a joke.. lol. these days you are trying to control that but sometimes it keeps seeping through 🤣

  • @ChickenSandwich-vi8bz
    @ChickenSandwich-vi8bz 2 дні тому

    im confused at 13:41 bc in vscode it says that there are errors in line one and line two, why does it say that??

  • @Mythical.History
    @Mythical.History 3 дні тому

    Hello can you tell me what Python videos should I watch on your channel for data analytics

  • @BilalBerek-tl3tq
    @BilalBerek-tl3tq 3 дні тому

    Amazing content , Amazing Explanation , I have just subscribed. thanks bro

  • @skyrimax
    @skyrimax 3 дні тому

    First, that is very basic C pointer syntax, not even C++ Second, use smart pointers whereeven possible. That is a much better advice

  • @StuartLoria
    @StuartLoria 4 дні тому

    C++ is simpler and a better experience than Typescript.

  • @nicholashunter4066
    @nicholashunter4066 4 дні тому

    A million thank you's to you sir.

  • @minthantkyaw7240
    @minthantkyaw7240 4 дні тому

    This is truly the best Android Tutorials on Internet. Still relevant to this days. I really hope you continue this series.

  • @RM-lt8rg
    @RM-lt8rg 4 дні тому

    LOL @ "Welcome back to the world's most professional tutorial series!" Seriously though, this tutorial is awesome. Thank you for making it available to us!

  • @nightcut9089
    @nightcut9089 5 днів тому

    Hey, thanks for the video but I'm having difficulty with the new net beans every time I try to declare a variable even after initializing it says variable name unused. What should I do?

  • @xerxeswrestling7163
    @xerxeswrestling7163 5 днів тому

    hats off brother. Really appreciate you for the efforts. As a beginner, I literally faced no problems in understanding.

  • @ershe
    @ershe 5 днів тому

    DROP db lol Upgrade to … visual basic 😂

  • @breakdancerQ
    @breakdancerQ 5 днів тому

    wtf is this inception shit

  • @celestialbeing4767
    @celestialbeing4767 5 днів тому

    More rust content

  • @Dexter101x
    @Dexter101x 6 днів тому

    I'm not getting the GDB i.e. the debugger, I got the g++ and gcc

  • @tadekaldas1992
    @tadekaldas1992 6 днів тому

    you love the number 7 😀

  • @ariyanislamhridoy3840
    @ariyanislamhridoy3840 6 днів тому

    Theme name.?

  • @user-vu9dl3vn7l
    @user-vu9dl3vn7l 6 днів тому

    Thanks a lot for this guide!

  • @diegosegundo7053
    @diegosegundo7053 7 днів тому

    I understand you are trying to demonstrate HOW a ptrToptr works, but your cml example is a terrible use case. Normal programs will have "char *argv[]" an array full of type ptr to char. Your second example is a better WHY/WHEN should you use it example. Another good example would be for a linkedList. Where you pass a ptr to "struct list *listPtr" to struct list. So, you can modify what mains local variable "struct list *listPtr" is pointing to. GeeksForGeeks C LL implementation show this.

  • @oscararmandocisnerosruvalc8503
    @oscararmandocisnerosruvalc8503 7 днів тому

    The best video ever created !!!

  • @muktakaradi4790
    @muktakaradi4790 7 днів тому

    He is such a baby😭😭😭❤

  • @msCandelicius
    @msCandelicius 7 днів тому

    I'm 2h in and everything is working! Are you a great teacher or am I just too powerful?

  • @vrakitine
    @vrakitine 7 днів тому

    Thank you for the excellent video. As a programmer with 50 years of experience, I must say that we have lost touch with algorithms in the sense I discuss in my articles on Medium: "Bagels and Muffins of Programming or How Easy It Is to Convert a Bagel into a Black Hole" Thinking algorithmically and living in an algorithm-centric world of software engineering, creating muffin-like programs, is now the domain of a few solitary individuals. Today's programming world increasingly focuses on a code-centric approach, where algorithms are not seen as separate entities. This shift has led to significant changes in how we develop and maintain software. There was a time when algorithms were at the heart of any program, providing a clear and understandable structure for development. They helped us build logical and efficient solutions. However, with the rise of high-level programming languages and frameworks, the emphasis shifted to quickly writing code and implementing new features, often at the expense of structured algorithmic thinking. Nowadays, we often encounter bagel-like programs where the code exists separately from the algorithm, creating internal inconsistencies and maintenance difficulties. In such conditions, achieving stability and reliability in software becomes challenging. Returning to an algorithm-centric approach and creating muffin-like programs, where the algorithm and code are integrated, can significantly improve the quality of software. This will not only simplify testing and maintenance but also allow for more flexible and resilient systems. I hope more developers will begin to recognize the importance of algorithms and move towards a more structured and meaningful approach to programming. Only in this way can we create software that is reliable, understandable, and easy to maintain.

  • @onelitjabroni746
    @onelitjabroni746 8 днів тому

    the second and third videos of this series have ALOT of IMPORTANT information looking forward to the rest of the series

  • @Phooenixification
    @Phooenixification 8 днів тому

    2:17:10 How i did it: while(currentGuesses < guesses) blabla code blabla... cout << "you have " << guesses-currentGuesses << " guesses left. "; but as you're saying it's just about preference. And i like the while loop more for these situations.

  • @O.atawhe
    @O.atawhe 8 днів тому

    I have no idea, & except

  • @muktakaradi4790
    @muktakaradi4790 8 днів тому

    I felt so bad when his vid stopped recording and he had explain everything again...(he actually lost interest)

  • @joshuaossa3024
    @joshuaossa3024 9 днів тому

    00:01 Distinguishing between arguments and parameters 00:23 Making a function work for anyone 00:40 Arguments are used to pass data to a function 00:57 Understanding arguments and parameters 01:16 Utilizing arguments for versatile code 01:39 Introduction to arguments and parameters in Python 01:59 Functions can take arguments and parameters. 02:20 Understanding arguments and parameters in Python Crafted by Merlin AI.

  • @muktakaradi4790
    @muktakaradi4790 9 днів тому

    Omg dude...thanku smmmmmmmmmmmmmm u literally saved me af

  • @ShimmerBodyCream
    @ShimmerBodyCream 9 днів тому

    So good had to actually bookmark this! : )