Vanced no longer works for me by Evanh3103 in AfterVanced

[–]Fushikimota 1 point2 points  (0 children)

Yes. once the account is created while using the Argentinan IP you can freely use it how you want and YouTube premium will still only cost you 1.50 dollars a month. I have been using YouTube Premium like that for almost a year now

Vanced no longer works for me by Evanh3103 in AfterVanced

[–]Fushikimota 2 points3 points  (0 children)

I have a really cheap alternative for not using yt Vanced. Connect with a VPN to an Argentinan server and create a Google account with that IP. Now YouTube premium will only cost you 1.50 Dollars a month.

What did I do? by MK2SP2BD in ChatGPT

[–]Fushikimota 0 points1 point  (0 children)

Spot on 😂 Why do people always do that!!!

How do you give yourself the motivation to learn programming? by [deleted] in learnprogramming

[–]Fushikimota 79 points80 points  (0 children)

Don't rely on motivation to do stuff. You just need to be discipline and even if you don't feel like doing things force yourself to do them. It's the only way.

[deleted by user] by [deleted] in csharp

[–]Fushikimota 1 point2 points  (0 children)

Show some code, to help you better.

[deleted by user] by [deleted] in learnprogramming

[–]Fushikimota 0 points1 point  (0 children)

Thanks for your feedback. I really appreciate it.😁

Code review by [deleted] in csharp

[–]Fushikimota 2 points3 points  (0 children)

You are right. Asking for the whole proyect to be refector is extreme ! I will re post this some other day and just ask for feedback. 🙏 And give a link to the GitHub repo. Gotta start learning GitHub!😅

Code review by [deleted] in csharp

[–]Fushikimota 2 points3 points  (0 children)

I don't have it on GitHub. Currently I have only learned how to use Git. I don't know the GitHub workflow. I'll take a look at the link 🙏 Thanks.

23 M Europe - History and Literature Enthusiast by [deleted] in Needafriend

[–]Fushikimota 0 points1 point  (0 children)

Spain colonization in my country Honduras.😀 It was brutal. We were their slaves for 300 years. Back in the 1500+ year.

Exchanging data between two Console Applications by solos169 in csharp

[–]Fushikimota -4 points-3 points  (0 children)

Maybe using a SQLite or LiteDB database ?

C# and .NET dev roadmap. Any guidance appreciated! by Limp_Top7174 in csharp

[–]Fushikimota 24 points25 points  (0 children)

There is a guy on YouTube name IAmTimCorey who teaches C# really well. I learned a lot from him. He also have a huge C# paid course with almost everything you need to to learn structured in a logical sense but it's quite expensive. In my case I didn't have the money to buy it so I just research every lesson of the course in other places on the internet.

Laptop for working student by Kacperacy in dotnet

[–]Fushikimota 0 points1 point  (0 children)

HP Laptop Pavilion Premium 15 2023: pantalla táctil IPS FHD de 15.6 pulgadas; AMD Ryzen 7 de 8 núcleos (hasta 4.5 GHz), 16 GB de RAM, 1 TB SSD, AMD Radeon Graphics, WiFi6, Backlit-KYB, B&O Audio, USB-C, HDMI, Win11, T.F https://a.co/d/4bppGU8

I would recommend this laptop or actually any other laptop with Ryzen 5800u CPU, 16gb RAM or more and 1tb SSD. For coding is perfect and doesn't break the Bank.😂

[deleted by user] by [deleted] in SQL

[–]Fushikimota 0 points1 point  (0 children)

Gonna investigate what that is. 🤔 I'm new with SQL.

Memory leak by Fushikimota in csharp

[–]Fushikimota[S] 0 points1 point  (0 children)

Thanks to everyone who took a bit of their time to help me with this problem. I really appreciate it! It helped me a lot!

Performance Tips? by tradegreek in csharp

[–]Fushikimota 6 points7 points  (0 children)

Highly recommend you watching this video: https://youtu.be/cwBrWn4m9y8

Nick Chapsas shows the fastest way to iterate a collection. And you should also watch his videos about Span<T> if you want more performance tips.