🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time.
I’m passionate about both AI Engineering and React web development. My question is, can I start learning AI with Python and React development simultaneously in my 5th semester? Is this a good approach, or should I focus on one area for a future career?
I’ve been watching your videos for the past 3 years, and I want to thank you for the incredible content! Your teaching methods are outstanding, making complex topics much easier to grasp. I highly recommend your channel to freshers and aspiring developers; it’s been a tremendous help for me. Keep up the fantastic work!
thank you for recommendations, if you like it that much check my Practical Programming Course at www.codebeautyacademy.com We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
than you should check my Practical Programming Course at www.codebeautyacademy.com We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
When banks pay the interest it depends on the type of account (i.e. when the interest is compounded)... it's either daily, monthy, quarterly or annually, although daily accounts are usually paid with your monthly statement. So no... you don't have to keep your money in the bank for a year to earn the interest unless it's a annual account. There's also CD accounts - which can have a term of 1 month or as long as 10 years, but that's another story. 🙂
if you like it check my Practical Programming Course at www.codebeautyacademy.com We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
if you like it check my Practical Programming Course at www.codebeautyacademy.com We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
I haven't stopped; I'm simply trying to help as many young people as possible get their first job. Currently, there is a higher demand for C# developers than for C++ developers. :)
You can always find me at www.codebeautyacademy.com And while you are there, check my Practical Programming Course We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
Hello im using VS 2022 Enterprise to follow your C# OOP , in the latest video you add SavingsAccount and inherit from BankAccount public class SavingsAccount : BankAccount but i got error CS0060 inconsitent accessibility base class Bankaccount is less accessiable than class SavingAccount I have the constuctor Ok but error is still there, also you have not updated githib with the latest files , i thought i could get a fresh copy but it was 3 weeks old. Thank for your courses. 👍
good job, if you like it check my Practical Programming Course at www.codebeautyacademy.com We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community. I'll be happy to have you there. :)
🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.
I’m passionate about both AI Engineering and React web development. My question is, can I start learning AI with Python and React development simultaneously in my 5th semester? Is this a good approach, or should I focus on one area for a future career?
I’ve been watching your videos for the past 3 years, and I want to thank you for the incredible content! Your teaching methods are outstanding, making complex topics much easier to grasp. I highly recommend your channel to freshers and aspiring developers; it’s been a tremendous help for me. Keep up the fantastic work!
thank you for recommendations, if you like it that much check my Practical Programming Course at www.codebeautyacademy.com
We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
In oop. Using the inheritance model can lead to a lot of pitfalls. Can u make a video explaining ways you can make such errors and how to avoid them?
thank, good job
May you please create a video on modularizing a c++ program?
Thank you for this wonderful & insightful video !! It helped me a lot ! Can't wait for the Polymorphism vid next… ! 👍
than you should check my Practical Programming Course at www.codebeautyacademy.com
We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
When banks pay the interest it depends on the type of account (i.e. when the interest is compounded)... it's either daily, monthy, quarterly or annually, although daily accounts are usually paid with your monthly statement. So no... you don't have to keep your money in the bank for a year to earn the interest unless it's a annual account. There's also CD accounts - which can have a term of 1 month or as long as 10 years, but that's another story. 🙂
thank you for clarifying those for others :)
Please start the Python lesson
Thank for yor professional lession🤗🖖
if you like it check my Practical Programming Course at www.codebeautyacademy.com
We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
Vote for design patterns
thank you saldina
if you like it check my Practical Programming Course at www.codebeautyacademy.com
We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
I am sad..Have you stopped uploading C++ videos? I was hoping to see a video on buffer in c++:(
I haven't stopped; I'm simply trying to help as many young people as possible get their first job. Currently, there is a higher demand for C# developers than for C++ developers. :)
Had missed you ❤
You can always find me at www.codebeautyacademy.com
And while you are there, check my Practical Programming Course
We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
Hello im using VS 2022 Enterprise to follow your C# OOP , in the latest video you add SavingsAccount and inherit from BankAccount public class SavingsAccount : BankAccount but i got error CS0060 inconsitent accessibility base class Bankaccount is less accessiable than class SavingAccount I have the constuctor Ok but error is still there, also you have not updated githib with the latest files , i thought i could get a fresh copy but it was 3 weeks old. Thank for your courses. 👍
Solved ! i removed internal class from BankAccount and put it public
good job, if you like it check my Practical Programming Course at www.codebeautyacademy.com
We are building real C# application and you will be learning alongside other students, with me as your personal tutor. With this you will also gain access to exclusive Discord community.
I'll be happy to have you there. :)
🌹🌹🌹🌹🌹🌹
u too cute
I love you so much I want to kiss you and hug yuo for all my life !!!!!!!! Thank you for the video !!
R U ITALIAN>
no, why? :D
Do you really have to spam our subscription page with your announcements all the time?
Communication is the key.
not sure what you meant by that? :)