BeginnerPrograms
BeginnerPrograms
  • Видео 44
  • Просмотров 944 433
CodingPhase Review
Referral link: uhded.com/codingphase
Written review: Link here: uhded.com/codingphase-review
Watch my review of CodingPhase 2021.
CodingPhase is a platform to learn how to code and make money online.
I have the lifetime membership and have been using CodingPhase for close to 2 years now. It has been completely worth it, and I have learned so much from the platform.
In this video, I cover if the courses on CodingPhase are any good, how the teaching style is like, why I like CodingPhase, and who CodingPhase is not for.
Overall, if you are learning to code and want to get a job, you won't go wrong with a CodingPhase membership.
Feel free to ask any questions.
Просмотров: 1 694

Видео

How to have multiple pages in Carrd | Control Elements Tutorial
Просмотров 65 тыс.4 года назад
Learn how to add a new page in Carrd. Also, learn how to have a footer, header, and scroll Point using the Carrd Control Elements. Try Carrd: try.carrd.co/codigoed (Affiliate link) 0:00 Introduction 0:54 New page with Carrd 4:36 Header and Footer in Carrd 5:13 Scroll Points in Carrd 6:16 Final Recap Best Resource to learn web development (affiliate link): uhded.com/codingphase
Make a Carrd website from scratch - Without a Template | Landing page Tutorial
Просмотров 1,3 тыс.4 года назад
Learn how to make a Carrd website from scratch without using a template. You will be able to make a copy of any website with Carrd. Resources Mentioned in the Video (This is an affiliate link. If you use it, I'll receive a commission at no extra cost to you) Carrd: try.carrd.co/codigoed Best Resource to learn web development (affiliate link) uhded.com/codingphase
How to Link Custom Domain Name to Carrd Website
Просмотров 22 тыс.4 года назад
Learn how to Link your custom Domain Name to your Carrd website. Blog Post: uhded.com/custom-domain-carrd Resources Mentioned in the Video (These are affiliate links. If you use one of them, I'll receive a commission at no extra cost to you) Carrd: try.carrd.co/codigoed Namecheap: namecheap.pxf.io/zJ10W Learn to code: uhded.com/codingphase
C++ Program : Equilateral Triangle using recursion
Просмотров 4,9 тыс.8 лет назад
In this video I will show you how to make an Equilateral triangle with stars using recursion. Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ program : Right Triangle using recursion
Просмотров 3,5 тыс.8 лет назад
In this video I will show you how to make a right triangle with asterisks using recursion Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ Program: Figure out the longest and shortest word in the input
Просмотров 18 тыс.9 лет назад
In this video i show you how to make a program that reports the longest and the shortest string in the input. Also reports the length of the shortest and longest word by using .size() Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ Program: Counts how many times each word appears in the input
Просмотров 44 тыс.9 лет назад
In this video i show you how to make a program that counts how many times each distinct word appears in the input given by the user. I use sort function to sort the input by dictionary order, and i store all the words in a vector. Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ program : Quadratic formula
Просмотров 68 тыс.9 лет назад
In this video i show you how to solve a quadratic equation using the quadratic formula. Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ program: Draw a triangle using stars
Просмотров 12 тыс.9 лет назад
In this program i show you how to draw a triangle using nested while loops. The triangle is drawn using stars ( * ) . Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ : split strings into tokens using strtok
Просмотров 77 тыс.9 лет назад
In this video i show you how to use strtok from c string library. I use strtok to parse a char array string and separate it using a period as a delimiter (token) Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ : Function to convert lower case string to upper case
Просмотров 100 тыс.9 лет назад
In this program i will show you how to convert a lower case string into an upper case string using toupper Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ recursion: Recursive function that multiplies digits in a number
Просмотров 2249 лет назад
In this video i will show you how to make a recursive function that multiplies the digits in a number. For example if you enter 232 the answer is 12 because 2 x 3 x 2 = 12 Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ program: Recursion: Recursive function that finds prime factorization of a number
Просмотров 9 тыс.9 лет назад
In this video i will teach you how to make a recursive function that finds the prime factors of a number. Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ diamond shape using nested for loops
Просмотров 25 тыс.9 лет назад
In this video i will show you how to make a diamond shape made out of stars * (asterisks) using nested for loops Best Resource to learn web development (affiliate link) uhded.com/codingphase
C++ letter K with stars using nested for loops
Просмотров 4,2 тыс.9 лет назад
C letter K with stars using nested for loops
C++ : Up arrow with stars
Просмотров 1,3 тыс.9 лет назад
C : Up arrow with stars
C++ : Print char array in reverse using recursion
Просмотров 17 тыс.9 лет назад
C : Print char array in reverse using recursion
C++: Square shape using stars
Просмотров 81 тыс.9 лет назад
C : Square shape using stars
C++: Complete string (Hackerearth)
Просмотров 1,8 тыс.9 лет назад
C : Complete string (Hackerearth)
C++ program: Program with Vectors
Просмотров 5919 лет назад
C program: Program with Vectors
C++ cool program dealing with files
Просмотров 5869 лет назад
C cool program dealing with files
C++ program: count the number of vowels in a string
Просмотров 38 тыс.9 лет назад
C program: count the number of vowels in a string
C++ program : Check if a string is a palindrome
Просмотров 12 тыс.9 лет назад
C program : Check if a string is a palindrome
C++ program Overloading functions
Просмотров 1,8 тыс.10 лет назад
C program Overloading functions
C++ program- Counts number of times a specific letter appears in a string
Просмотров 65 тыс.10 лет назад
C program- Counts number of times a specific letter appears in a string
C++ Adding the values of 2 static arrays
Просмотров 4,4 тыс.10 лет назад
C Adding the values of 2 static arrays
Values of x for which series converges and the sum of the series
Просмотров 36 тыс.10 лет назад
Values of x for which series converges and the sum of the series
Geometric series converge or diverge
Просмотров 1,4 тыс.10 лет назад
Geometric series converge or diverge
C++ Program - Print right Triangle using For Loops
Просмотров 15 тыс.10 лет назад
C Program - Print right Triangle using For Loops

Комментарии

  • @sarab2142
    @sarab2142 Месяц назад

    Simple and to the point. Thanks! I tried reading the instructions on the Carrd and NameCheap websites, but they were super confusing. I'm more of a visual person anyways :) For me, it literally took 10 mins for the new custom domain to go live 😄

  • @dakodaboutilier
    @dakodaboutilier 2 месяца назад

    Do we have to remove the original records before imputing the new records from carrd onto namecheap

  • @OvaltineCoklat-v2u
    @OvaltineCoklat-v2u 3 месяца назад

    help each time i adjust the size of an image on a section, the image on the other sections also changes

  • @GuusvanRees
    @GuusvanRees 4 месяца назад

    THIS IS SUCH A GOOD VIDEO

  • @affablest5154
    @affablest5154 4 месяца назад

    you earned the like o7

  • @Nastya-h8e
    @Nastya-h8e 7 месяцев назад

    it is extremelly helpful !!! THanks a lot🦄

  • @fredd_walk
    @fredd_walk 8 месяцев назад

    thank you!!

  • @wesleygt.amorim
    @wesleygt.amorim 8 месяцев назад

    Thank you! I appreciate your help.

  • @andrei664
    @andrei664 10 месяцев назад

    3 years old video and still works like fire, godaddy charge double for the same domain I bought thanks to you. Thank you, this is what I call, an helpful and educational video 😅

  • @6mkontopfrr
    @6mkontopfrr 11 месяцев назад

    thank you so much sir!

  • @shirohimesstories2430
    @shirohimesstories2430 Год назад

    You are a life saver <3 <3 <3 I have been searching what to do and feared seeing as the video is 3 years old it might be outdated already, but god bless no xD It worked haha <3 <3 You are the hero the internet needs haha

  • @sankaranarayanankm7049
    @sankaranarayanankm7049 Год назад

    is it paid?? how much is the cost?

  • @sytn512
    @sytn512 Год назад

    Thanks

  • @asoonami
    @asoonami Год назад

    Great instructions, works for me the first time round. thanks for the video.

  • @thedanyopang
    @thedanyopang Год назад

    Thank you!

  • @kevinambs
    @kevinambs Год назад

    2 years after ur tutorial ur still helping people, always thought carrd is just for one pagers without header or footer!! King

  • @qlitchd
    @qlitchd Год назад

    WHOAAHH this is sooo helpfuul!!

  • @L1stv_
    @L1stv_ Год назад

    Thank you so much !!! ♥

  • @IanKubirka
    @IanKubirka Год назад

    I did the same, and I published my website but it say :"unsecured because no " what do I do?

  • @MillionDollarManagement
    @MillionDollarManagement Год назад

    Hi please help, i did eveything as directed. Everything is good besides it is not showing it is secured and instead is has red caution letters of not being fully secured. How can i make the connection secure?

  • @floor_tank_shanks4194
    @floor_tank_shanks4194 Год назад

    I don't know why, but every time I try to change the url in my button to jump down to it, it always crashes or can't be found.

  • @goldfish608
    @goldfish608 Год назад

    thank you!! ☺

  • @solisemporium
    @solisemporium Год назад

    thanks so much! this was super easy to understand!

  • @north3198
    @north3198 Год назад

    very helpful ty! :D

  • @bryanjimenez5845
    @bryanjimenez5845 2 года назад

    Thanks helped a lot:)

  • @rodba1393
    @rodba1393 2 года назад

    Thank you so much

  • @habibatunuhumuhammd781
    @habibatunuhumuhammd781 2 года назад

    Thank so much

  • @muzamilzaman7463
    @muzamilzaman7463 2 года назад

    Suppose i want to make huge size of Alphabet ??? What program would be that

  • @robinmarkstrom6206
    @robinmarkstrom6206 2 года назад

    Hey man, if i already have an existing website and would like to overwrite it with a landingpage from carrd, is there any additonal steps i would have to make? My domains provider is Namecheap. Thanks!

  • @something_diffrent6615
    @something_diffrent6615 2 года назад

    Dont work

  • @krispeebacon0073
    @krispeebacon0073 2 года назад

    use ctrl+D instead of ctrl+Z. it works

  • @GabrielSilva-ce5eb
    @GabrielSilva-ce5eb 2 года назад

    Thanks

  • @lukealexander4512
    @lukealexander4512 2 года назад

    Modified it to include dollars and using $2.68 for the amount. The most efficient for this amount is 2 dollars, 2 quarters, 1 dime, 1 nickel, and 3 pennies. While this program mostly matches this combination, it is telling me to use 10 quarters. Any thoughts?

  • @ginny4320
    @ginny4320 2 года назад

    Rly thank you! hopeful, that what i rly wanted, thank you for help! ^^

  • @ezinnenjoku3626
    @ezinnenjoku3626 2 года назад

    Thank you for this video. Can you get a blog on Carrd?

    • @beginnerprograms7606
      @beginnerprograms7606 2 года назад

      No. Because even tho you can have different “pages” it’s all technically the same page. So if you have many blog posts your site will slow down. Also it wouldn’t be good for seo

  • @md278x
    @md278x 2 года назад

    Incredible is an understatement. Thank you so much!

  • @thanapalthanapal9838
    @thanapalthanapal9838 2 года назад

    Thank you

  • @radenmasmeonk9047
    @radenmasmeonk9047 2 года назад

    thank a lot

  • @rianjeskrystlamban
    @rianjeskrystlamban 2 года назад

    Can someone help me about switch statement i wanna put a . next to a number that i put as case cuz its 22"."91 ft and when i put the . it wont run

  • @nestiray
    @nestiray 2 года назад

    How would you do this with a map?

  • @harithal-hadidi9724
    @harithal-hadidi9724 3 года назад

    thanks a lot, you saved my day 🙏

  • @hans4094
    @hans4094 3 года назад

    When the output is a complex root, it shows 'nan'. What should be the solution for that?

  • @zenethconcepcion6598
    @zenethconcepcion6598 3 года назад

    Much easier tutorial compared to others. Thanks!

  • @007JackTR
    @007JackTR 3 года назад

    Awesome, thanks a million!!!!

  • @ImranSuhaimix
    @ImranSuhaimix 3 года назад

    thanks, you helped me a lot!

  • @kledechizen8383
    @kledechizen8383 3 года назад

    How to add them all?

  • @mohitbhai6997
    @mohitbhai6997 3 года назад

    its not working

  • @xornedge8204
    @xornedge8204 3 года назад

    Thank you so much dude. I got a step wrong and learned from it after rewatching the video a couple of times. The positive and negative matters when looping. I will always keep it in mind now.

  • @_pumpkaboo
    @_pumpkaboo 3 года назад

    how do i make a pop down menu ?

  • @90091
    @90091 3 года назад

    Saviour.