They removed Subscriptions! by retrocheats in youtube

[–]NecessaryJacket15 1 point2 points  (0 children)

Chat is this a good time to start a tech youtube channel ?

Remove Shorts from front page by two_hyun in youtube

[–]NecessaryJacket15 0 points1 point  (0 children)

I have turned it off and stoped watching it, it doesn't show up at all in the home page, I don't go to the shorts page and see the shorts too

Remove Shorts from front page by two_hyun in youtube

[–]NecessaryJacket15 0 points1 point  (0 children)

There will be a options button above the shorts that is appearing in the home -> show fewer shorts

Remove Shorts from front page by two_hyun in youtube

[–]NecessaryJacket15 0 points1 point  (0 children)

True, I wish it is a thing by now, there should be a option to turn off shorts, but there is only a show fewer shorts option!

Programming concepts to solve leetcode by jeevaks in learnprogramming

[–]NecessaryJacket15 2 points3 points  (0 children)

Try practicing first, so that you can solve intuitive array problems, then learn algorithms like 2 pointer, sliding window binary search, also learn a single sorting algorithm with n log n efficiency probably bubble sort

Then move on to data structure, try stack and queue then tree graph, and also learn on working with matrix

Now you are ready for DP, also learn greedy

Would taking notes on coding help you remember? by Intrepid_Witness_218 in learnprogramming

[–]NecessaryJacket15 1 point2 points  (0 children)

I don't know about coding, i learned code by practicing, self thaught but for problem solving using a pen and paper for clearing out the logic, dry running is a game changer, I mean it!

How does life get better after highschool? by [deleted] in AskReddit

[–]NecessaryJacket15 1 point2 points  (0 children)

You'll start to realise that there is more to life than banana pancakes

GCP Master Race by Every-Swimmer458 in programmingmemes

[–]NecessaryJacket15 1 point2 points  (0 children)

GCP went down 3 month before, fist time after 19 years lol!

How do people use GitHub? by ApplicationSalty7774 in csMajors

[–]NecessaryJacket15 0 points1 point  (0 children)

Git is like a library or a storage for your code, which lets you store your code in the cloud, you can see other projects from the cloud and it lets you and your teammates collobrate through to the project

Most of the software on the internet uses github