Тёмный
Nick White
Nick White
Nick White
Подписаться
Nick White is a RU-vidr who focuses on creating both entertaining and educational content. For business email - business@nickwwhite.com

Nick's Other Social Media Accounts
_______________
Twitter - twitter.com/nicholaswwhite
Instagram - instagram.com/nickwwhite
Twitch - twitch.tv/nickwhitettv


How To Code On Your Phone (with VS Code)
11:34
7 месяцев назад
How Powerful Is GPT-4 Really
13:01
Год назад
I Got Rejected (again)
9:43
Год назад
5 Things I Wish I Knew At 20
10:58
Год назад
Automate Airbnb With Python
15:18
Год назад
How to Make Money From Coding
6:53
2 года назад
Tech Burnout
9:09
2 года назад
Комментарии
@ahsin.shabbir
@ahsin.shabbir 8 часов назад
this is such an easy coding problem in Python. from collections import Counter Counter(string).most_common() -> [("a", 3), ("b",2), ("c",1)] -> for k,v in Counter(string).most_common(): newstring += k*v -> return newstring
@GyroZeppli-mi7xb
@GyroZeppli-mi7xb 11 часов назад
did l1.next= null and l2.null=null in the first and Do we need to write it, and what is its role ?
@samj9822
@samj9822 14 часов назад
Can we create StringBuilder for t and start removing one (only) character for each character in s. If StringBuilder is left with zero element then return true.
@brycedundas9892
@brycedundas9892 15 часов назад
I consider myself very lucky to be where I'm at right now. 5 years ago, I got a job as a CAD Designer for a mechanical engineering firm. Coding was interesting to me, and I knew a little, so I took what I knew to start developing some automated design templates and custom add-ins for our CAD systems. My boss was impressed by my work and the time it was saving the team, so my work started investing in me. They paid for me to take a few courses and now I'm a full-time dev with the same company! My primary focus these days is on developing / maintaining software automation solutions for our CAD and ERP systems. Typical daily drivers for work are VB (and iLogic), C#, SQL, and occasionally some others for certain projects.
@EnochOkikiJesus
@EnochOkikiJesus День назад
Thank you Daddy
@aritreat2552
@aritreat2552 День назад
You should be a professor. THANK YOU for demystifying Git and GitHub for me, you are incredible
@Magikk9
@Magikk9 День назад
I dont know why we have to do all of this.I would loop over the array and say : if (a[i] == a[i+1] ) ,then return the array of the elements at i and i+1.
@jonathanandrew5249
@jonathanandrew5249 День назад
In my truest opinion I feel those who are new to coding should do a bootcamp for 3-6 months at a reputed institute if they cannot afford a CS degree
@Fedgery007
@Fedgery007 День назад
Love this over simplification!
@sadanandakarmakar9790
@sadanandakarmakar9790 День назад
Excellent lesson in 20 minutes
@CrazyWatcher670
@CrazyWatcher670 2 дня назад
I am a mid 30s Apple user, started learning Python, Tableau, SQL & Powerbi . Hardest part was getting to know Windows computers and then to understand why this code is written in this way. Becoz Python reads that way. Very few books will tell you that.
@Magikk9
@Magikk9 2 дня назад
Thats amazing job, but i don't understand where is the initialisation of this recursion? (The P(O) in mathematics...)
@Kipp_it_100
@Kipp_it_100 2 дня назад
Subscribed within 20 seconds. Thanks fude
@jhonnymoreira9551
@jhonnymoreira9551 2 дня назад
Thanks for clearing the problem and going over the solution. I was having a hard time understanding the concept of `contiguous` (non-native english speaker), and the longer example plus your code helped a lot.
@ItsDoms
@ItsDoms 2 дня назад
Did you just copy this title word for word??
@armandoarturocustodiodiaz2783
@armandoarturocustodiodiaz2783 3 дня назад
This is as simple a is gets, simple as it gits ha ha 😂
@A-M-F-A
@A-M-F-A 3 дня назад
What I've done in the final check is: (dotnet) s1_chars.RemoveAll(item => s2_chars.Contains(item)); if (s1_chars.Count != s1.Length) return "YES";
@1980dennisefranco
@1980dennisefranco 3 дня назад
Are you in a race please slow down and explain each step
@mizabmdgg
@mizabmdgg 3 дня назад
Thank you!
@airsoftbeast11234
@airsoftbeast11234 3 дня назад
Companies prefer degrees not because of how you learn it, but because you prove that you can deal with difficult coursework and operate in a structured environment with due dates, projects ect. It helps filter out those who have learned skills for corporate life and those who don’t.
@el_chivo99
@el_chivo99 3 дня назад
passed technical interviews ..... but no offer?
@Whatifthefatmandies
@Whatifthefatmandies 3 дня назад
You are Scam artist, your SDA program is scam.
@Whatifthefatmandies
@Whatifthefatmandies 3 дня назад
You are Scam artist, your SDA program is scam.
@Whatifthefatmandies
@Whatifthefatmandies 3 дня назад
You are Scam artist, your SDA program is scam.
@el_chivo99
@el_chivo99 3 дня назад
cuz you can’t get in
@Rowie_Trek
@Rowie_Trek 3 дня назад
bro looks like he's being held gunpoint💀
@Laura-938
@Laura-938 3 дня назад
First time watching one of your videos. I really appreciate how you teach.
@plantsonfire
@plantsonfire 4 дня назад
GREAT JOB EXPLAINING DAD, I MEAN NICK, I MEAN MR. WHITE!
@tgas4899
@tgas4899 4 дня назад
I'm trying to self-teach coding while studying college (taking information technology and being an upper-poor-income family) because here in the Philippines, the employment system is absolute trash, and some institutions educational systems of teaching to students are also trash, outdated, inexpert, and hypocritical. So it makes garbage, wasting money and time.
@kks2105
@kks2105 4 дня назад
Is this finding the sub-string or the sub-sequence, I think the solution above fails for few cases. Has anybody noticed ?
@kks2105
@kks2105 4 дня назад
Is this finding the sub-string or the sub-sequence, I think the solution above fails for few cases. Has anybody noticed ?
@Lemonsjenga
@Lemonsjenga 4 дня назад
Nick I'm new and am looking forward to learning from you also is that a wig?
@pixels_per_minute
@pixels_per_minute 4 дня назад
I'm currently doing game development, and I'm doing both self-taught and traditional learning. The traditional side of my learning tackles all the documentation, project structures, relevant charts and graphs, and so on. While my self-taught learning is more on the coding and asset building side. Its been working for me so far. Learning how to tackle a project first and do it by myself is what has helped me a lot.
@sea_one565
@sea_one565 5 дней назад
ty!!! im was really felt stupid as 5 y.o. , but now... now im 6 y.o.
@johnathanrhoades7751
@johnathanrhoades7751 5 дней назад
I’m self taught. I knew someone who knew someone who needed someone cheap. I’m 6 years in and a tech lead making twice my starting salary. Networking sucks but is basically required 😢
@exponentialnetworks
@exponentialnetworks 5 дней назад
More self taught, built a search engine 25 years ago
@mohammedharoon1167
@mohammedharoon1167 5 дней назад
wow 🤩🤩🤩🤩🤩🤩🤩
@SnowDrift-bh7wb
@SnowDrift-bh7wb 5 дней назад
From LLMs you get all that knowledge you normally would learn at the College. You just need to be systematic and ask the right questions. One can be very, very efficient that way.
@amosnimos
@amosnimos 5 дней назад
One of the fundamental challenges faced by self-taught programmers in the hiring process lies in the evaluation of their skills. Unlike candidates with traditional credentials, assessing the capabilities of self-taught programmers requires a more nuanced and time-consuming approach. Evaluating a self-taught programmer's skills would entail a detailed examination of their projects, code quality, problem-solving ability, and understanding of fundamental concepts. This process is significantly more involved than simply verifying the presence of a degree or certification. However, many companies, especially those without a strong technical background, lack the resources or expertise to conduct such a comprehensive evaluation. Instead, they often opt for the simpler route of relying on traditional credentials as a proxy for skill assessment. Outsourcing the evaluation of programming skills to the traditional education system is a convenient solution for many companies. It provides them with a standardized and easily verifiable measure of an individual's qualifications, even though it may not fully capture the practical skills and experience of self-taught programmers. In conclusion, the challenge faced by self-taught programmers in proving their skills stems from the complexity and time-intensive nature of skill evaluation, which many companies are ill-equipped to handle. As a result, they often rely on traditional credentials, creating a barrier for self-taught programmers in the hiring process.
@Mathieuny
@Mathieuny 5 дней назад
Just starting to learn coding here. Awesome video, thank you so much :)
@ojascooladventures
@ojascooladventures 5 дней назад
google sites is FREE AND NO CODING AND FREE DOMAIN TO PUBLISH ON
@Ab-OriginalPVC
@Ab-OriginalPVC 5 дней назад
0:27 got at "...like an idiot"
@cyberrookie3029
@cyberrookie3029 6 дней назад
Thanks bro. I've taken a liking to your vibes😊. Its really cool. Would really like to connect. And thumbs up with the advice.
@abelrisinger8911
@abelrisinger8911 6 дней назад
i saw this on springboard. i enjoyed the video alot.
@TohTomajohs
@TohTomajohs 6 дней назад
Please make a video on communication skills
@zoronic6248
@zoronic6248 6 дней назад
CS50x was the best thing I did for my programming skills. Better than college. Did that, started an unpaid internship working in C++ that was way over my head, was forced to figure stuff out really fast, and here I am. Programming is my main gig
@mohammedharoon1167
@mohammedharoon1167 6 дней назад
you are just awesome
@handletodizmantle
@handletodizmantle 6 дней назад
Video waste of time cause you know From the beginning its nothing new it's hostinger which is good actually
@DreamEverything
@DreamEverything 7 дней назад
How about a person learning to code at 50?
@Michaelno
@Michaelno 7 дней назад
Our self taught programmers are far stronger than the traditionally trained ones. For some reason they just get it done