The Whiz
The Whiz
  • 151
  • 148 059
Release of My Website! Find Everything You Need Fast
Hey everyone! I'm super excited to announce the release of my website. Here, you can find all my videos with some additional information added to each page! I'm certain this will improve your experience with my videos :)
Check it out and make sure to share it with people you know - the-whiz-docs.vercel.app/
Переглядів: 205

Відео

Calculating Distance Between Cities in Python
Переглядів 1,5 тис.Рік тому
Hello! Welcome to this video. In this video, you will learn how to calculate the distance between two cities in Python. This is really simple and efficient and is compatible with addresses, city names, latitude/longitude coordinate points, and more! If you run into any errors, comment down below and I will try my best to help you out! Important Links: - Documentation: geopy.readthedocs.io/en/st...
Convert Latex String to Image in Node.JS (Adaptable for Discord bots)
Переглядів 7882 роки тому
Hello everyone! In this video, I have posted a tutorial on how to generate latex images from a string! This is adaptable for different screen widths and discord bots. You can make your images transparent too! This took tons of research and I spent a lot of hours on this, so hopefully, this condensed video makes the process much easier for you! My Code: drive.google.com/drive/folders/18ts-vaDNbQ...
Lowest Common Ancestor of a Binary Tree: LeetCode #236 Easy Java Solution
Переглядів 572 роки тому
Hello! Welcome to this video. In this video, you will solve "Lowest Common Ancestor of a Binary Tree" with an explanation of the problem and solution! These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Prog...
Pascal's Triangle: LeetCode #118 Easy Java Solution
Переглядів 6872 роки тому
Hello! Welcome to this video. In this video, you will solve "Pascal's Triangle" with an explanation of the problem and solution! These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Programming in Java Playli...
Reading Website Data using Django Python & HTML Templates
Переглядів 1412 роки тому
Hello! Welcome to this video. In this video, you will learn how to use django python in order to create HTML templates (if, for, etc.), display python function data on these templates, read data from other websites, and more. If you run into any errors, comment down below and I will help you out! Timings: 0:00 - Create Django Project & App 2:30 - Setting up view connected to template 7:00 - Rea...
Accessing Google Sheets from Next.JS
Переглядів 6 тис.2 роки тому
Hello everyone! In this video, I have posted a tutorial on how to read google sheets into your Next project! This took tons of research and I spent a lot of hours on this, so hopefully, this condensed video makes the process much easier for you! You do need some prior knowledge of Next, but the documentation is great! nextjs.org/ Google Cloud Platform: console.cloud.google.com/ My Code: drive.g...
Calculus is Not as Hard as Everyone Thinks - Understanding Limits
Переглядів 272 роки тому
Hello! Calculus is typically a concept that people are intimidated by but in reality, it is pretty simple! It is taking basic algebra concepts and thinking of them in new ways. When stepping into calculus, just think of it as simple and you'll get it! Need some convincing? Watch this video to learn about limits, about 1/4 of calculus. You'll see what I mean :) If you learned from this video, gi...
Compare Version Numbers
Переглядів 302 роки тому
Hello! Welcome to this video. In this video, you will solve "Compare Version Numbers" with an explanation of the problem and solution! These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Programming in Java ...
Excel Sheet Column Number
Переглядів 252 роки тому
Hello! Welcome to this video. In this video, you will solve "Excel Sheet Column Number" with an explanation of the problem and solution! These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Programming in Jav...
Majority Element
Переглядів 152 роки тому
Hello! Welcome to this video. In this video, you will solve "Majority Element" with an explanation of the problem and solution! These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Programming in Java Playlis...
Remove Covered Intervals
Переглядів 192 роки тому
Hello! Welcome to this video. In this video, you will solve "Remove Covered Intervals" with an explanation of the problem and solution! These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Programming in Java...
Minimize Deviation in Array
Переглядів 112 роки тому
Hello! Welcome to this video. In this video, you will solve "Minimize Deviation in Array" with an explanation of the problem and solution! Extremely straightforward and easy solution. These are given in Java, but can easily be adaptable to other coding languages. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, ...
Accessing Images from Firebase Storage in React Native
Переглядів 8 тис.2 роки тому
Hello! Welcome to this video. In this video, you will learn how to access images from Firebase Storage inside React Native. Thanks to everyone for letting me know that you wanted this video! If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! Expo Documentation on Firebase: docs.expo.de...
Fetching API Requests in React Native
Переглядів 3832 роки тому
Hello! Welcome to this video. In this video, you will learn how to fetch API requests through React Native and use the results inside your react native code. If you learned from this video, give this video a thumbs up and subscribe to this channel! To stay updated on all our future videos, click the notification bell! App Development Playlist: ua-cam.com/play/PLjgKDRFu-gYywC8m276_15si8M7C8jAsi....
Blood Flow Through the Heart (with tips to memorize!)
Переглядів 282 роки тому
Blood Flow Through the Heart (with tips to memorize!)
Find All Anagrams in a String
Переглядів 202 роки тому
Find All Anagrams in a String
Best Time to Buy and Sell Stock
Переглядів 202 роки тому
Best Time to Buy and Sell Stock
Remove Nth Node From End of List
Переглядів 102 роки тому
Remove Nth Node From End of List
Validate Binary Search Tree
Переглядів 122 роки тому
Validate Binary Search Tree
Formal Changes - What Are They & How to Apply
Переглядів 162 роки тому
Formal Changes - What Are They & How to Apply
Uploading Images to Firebase Storage in React Native
Переглядів 11 тис.2 роки тому
Uploading Images to Firebase Storage in React Native
Pushing Node w/ Python Applications to Heroku
Переглядів 5802 роки тому
Pushing Node w/ Python Applications to Heroku
Accessing Images in Firebase Storage in Python
Переглядів 6 тис.2 роки тому
Accessing Images in Firebase Storage in Python
Maximum Difference Between Node and Ancestor
Переглядів 382 роки тому
Maximum Difference Between Node and Ancestor
Populating Next Right Pointers in Each Node
Переглядів 72 роки тому
Populating Next Right Pointers in Each Node
Middle of the Linked List
Переглядів 42 роки тому
Middle of the Linked List
Charts & Graphs in React Native
Переглядів 14 тис.2 роки тому
Charts & Graphs in React Native
Ionic vs Covalent Bonding
Переглядів 172 роки тому
Ionic vs Covalent Bonding
Naming Ionic Bonds & Memorizing Polyatomic Ions
Переглядів 152 роки тому
Naming Ionic Bonds & Memorizing Polyatomic Ions

КОМЕНТАРІ

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

    Top 🔥

  • @santiagoperezlugo2043
    @santiagoperezlugo2043 2 місяці тому

    life saver even two years later!

  • @jockerostorm5197
    @jockerostorm5197 2 місяці тому

    Thank u ! now I understand how goopy works 👍👍

  • @songoku9558
    @songoku9558 2 місяці тому

    lovely

  • @DeathCross-kn9ou
    @DeathCross-kn9ou 3 місяці тому

    you opened up my eyes into a new world and saved me from repeating a year YOU AREEEE THE BESTTTTTTTTTTTTT I HOPE YOU NEVER STOP UPLOADING

  • @schuylergood4897
    @schuylergood4897 3 місяці тому

    Very helpful thanks so much!

  • @mnz4829
    @mnz4829 3 місяці тому

    thank you.

  • @ersinerdem7285
    @ersinerdem7285 4 місяці тому

    You should have talked about the core idea behind the algorithm. The rest is coding that most can achieve who is interested in this video

  • @JoseIgordeSouza
    @JoseIgordeSouza 4 місяці тому

    You're amazing, I tried everything and nothing worked, just yours!! I was able to export a dynamic generated table with css and export to PDF just as it was shown in the result before exportation!! Thank you so much. You just got a subscriber!

  • @zacharyullom4614
    @zacharyullom4614 4 місяці тому

    Super helpful, thank you!

  • @neo5596
    @neo5596 4 місяці тому

    what if i have given access to someone else google spreadsheet and i want to read and display data in my website how do i do it?

  • @MuhammadIrshad-lv2ly
    @MuhammadIrshad-lv2ly 5 місяців тому

    HI Thanks for the video i am getting this error when i am scheduling notification for 8am everyday Failed to schedule the notification. Trigger of type: calendar is not supported on Android. on iphone its works well but on andrdiod getting this error

  • @Patronesofly
    @Patronesofly 5 місяців тому

    So your telling me you can't just call the photos directly from firestorage? lets say I had a app that creates invoices and the invoice needed a logo I need to run these many lines of codes just to get that image? There is no direct way to get a url to that image ? Is there any way to return a list of url images that are on the db?

  • @dj10schannel
    @dj10schannel 6 місяців тому

    👍

  • @bleu7385
    @bleu7385 6 місяців тому

    THANKS

  • @Plexdii
    @Plexdii 7 місяців тому

    Yooo this is good thank you

  • @justitroyal7032
    @justitroyal7032 7 місяців тому

    Thankyou

  • @juliolemosdf
    @juliolemosdf 7 місяців тому

    can you help me? It's giving this error: WARN Possible Unhandled Promise Rejection (id: 0):

  • @SharadSingh-zy1jz
    @SharadSingh-zy1jz 7 місяців тому

    is this service is free from google cloud ?

  • @romitajain769
    @romitajain769 8 місяців тому

    Thanks!

  • @ulixes327
    @ulixes327 8 місяців тому

    Very informative! Thank you for posting this video

  • @DCamozlo
    @DCamozlo 8 місяців тому

    Helped me, very good video! Make more.

  • @aguswidi9316
    @aguswidi9316 9 місяців тому

    Thank you. Very helpfull video

  • @aoigen
    @aoigen 11 місяців тому

    I feel blessed for having it so easy. Thank you!

  • @arturoprados317
    @arturoprados317 11 місяців тому

    ahhhh thank you!!!

  • @witheredsina2472
    @witheredsina2472 11 місяців тому

    Thank you. very helpful 😄

  • @juancarlosguillengomez6061
    @juancarlosguillengomez6061 11 місяців тому

    eres genial, de todos los videos que ví, relacinado a pdf, el tuyo fue el unico que me funciona, eres fanstastica

  • @RefikaCenk-jw5ev
    @RefikaCenk-jw5ev Рік тому

    Başarılar :)

  • @um123
    @um123 Рік тому

    Cool video! Thank you so much

  • @alaamer7303
    @alaamer7303 Рік тому

    thanks

  • @violetaberlian6890
    @violetaberlian6890 Рік тому

    GRaciaaas!!!

  • @mathunya
    @mathunya Рік тому

    After watching a number of expo notifications tutorial and not understanding i finally settled here, great tutorial, you just made everything so simple for me🔥🔥🔥🔥🔥

  • @user-ox3bh6fv7r
    @user-ox3bh6fv7r Рік тому

    You are amazing

  • @dannyk9460
    @dannyk9460 Рік тому

    This is great, thank you.

  • @nathanzucker1907
    @nathanzucker1907 Рік тому

    I was having trouble with getting this library to work, probably because I'm new to React Native, but your explanation was exactly what I needed! I got the graphs working in my app so thank you for the great video, and your contribution to my education!

  • @aaojetimi
    @aaojetimi Рік тому

    Nice and thanks for the explanations.

  • @memduhcevik
    @memduhcevik Рік тому

    Why did you give up uploading video :/

    • @the_whiz
      @the_whiz Рік тому

      if u have any video suggestions, im happy to take it! I've generally been moving in more complex projects but I can look at aspects of it to post.

    • @memduhcevik
      @memduhcevik Рік тому

      @@the_whiz Ohh sorry. I can help you just to alleviate your complexity if you like. It's free 🙃

  • @hoilesy6192
    @hoilesy6192 Рік тому

    perfect, i was really need it. You so good <3

  • @vwv.1d
    @vwv.1d Рік тому

    i hope you are doing good in life. i am praying for your happiness and success. you are the best. is there any other way we can connect?

  • @ricichien
    @ricichien Рік тому

    This helped so much!

  • @memduhcevik
    @memduhcevik Рік тому

    nice tuto <3

  • @memduhcevik
    @memduhcevik Рік тому

    great design <3 pure but efficient

  • @AlejandraVargas-o2t
    @AlejandraVargas-o2t Рік тому

    Thank you so much!

  • @jfsjuan
    @jfsjuan Рік тому

    muito bom não tinha percebido essa.....

  • @anuththaraanandaraj5165
    @anuththaraanandaraj5165 Рік тому

    Thank you so much !!

  • @eduardogonzales6062
    @eduardogonzales6062 Рік тому

    Good tutorial , congratz The whiz!

  • @chacha8915
    @chacha8915 Рік тому

    thank you very much. This video really really helped me a lot <3

  • @Bentley-v5z
    @Bentley-v5z Рік тому

    Hi, in the expo docs there is a section called ocnfiguratiion than for android use fcm and apple apn, I am confused. I have set up notifications like code shown in this video and it works on expo go app, however if i want to deploy the application to the stores, will all my users receive the push notifications or do i need to setup fcm and apn ?

  • @yamzrob7459
    @yamzrob7459 Рік тому

    how can i push notifications for multiple different times of the day?

  • @despinc
    @despinc Рік тому

    Good job! I really found a lot of your videos helpful! Thanks for recording, and I hope you won't stop doing it <3