C
C#

Question regarding learning.. stuff.

Question regarding learning.. stuff.

GGilletteguy11/21/2023
Might be weirdge for some, but I've never really understood the perception and grasping of learning... I think it's because I always get caught up in HOW I should be learning and widen my knowledge. It's a stubborn cycle of this shit every time I genuinely want to learn, or get better at something... the fuck do I do? If I had to guess based on thoughts after- well, since I started noticing it... I think it's because I'm impatient whenever I want to genuinely want to learn/improve, rather than when I instinctively do something because it is fun. Please share some "life hacks" or whatever the fuck, this is the kind of shit I'd want a therapist for, because I just can't seem to figure it out myself... Instead I'm asking a coding server.. ANYWAYS, thanks. note: sry for the profanity sad
AAngius11/21/2023
Make things Say "I want to make a hangman game in the console" And start making it. Google your way around, ask here, on r/learncsharp, on Stack Overflow, etc You'll get stuck, then unstuck If it's too hard, drop it, pick up some other project Then come back to it after some time Or start from scatch Also,
this is the kind of shit I'd want a therapist for
If you feel you need to see a therapist, then it's probably a good idea to see one. Do it, they can help you.
GGilletteguy11/21/2023
Thank you Damn, mr. brain can be a big shit head sometimes, I'm going to push through the confusion and just, do it. I'll set goals for myself when I want to experience success, because I know I can pull through no matter what ez clap, thanks
ZZacharyPatten11/21/2023
just another note: you will never stop learning as a software developer. - New frameworks, patterns, and practices are always going in-and-out of fashion. - Computer science is too broad of a field for anyone to be an expert at everything. You may be an amazing game designer in Unity but you probably don't know shit about E-Commerce for example. - Every code base is different and has it's own technical debt. It is very rare for new hires to be able to jump into and contribute to established projects. You always have to learn the nuances of any project you join first. By all of this I'm just trying to make you aware that figuring out your learning process is a huge part of being a developer, since you will never stop learning. Try to find different methods that work for you. Like, imagine you get a new job. How would you jump into your new project? - jump right into the source code and start reviewing it? - ask your coworkers for assistance/training? - check the documentation on the project (assuming there is documentation)? - once you have a basic understanding of the purpose of the project, would you start by searching for relevant online resources and so then you have a baseline of modern standards so that when you jump into the code you an see if it is up to par with that standard? - etc.
GGilletteguy11/21/2023
thanks

Looking for more? Join the community!

C
C#

Question regarding learning.. stuff.

Join Server
Want results from more Discord servers?
Add your server
Recommended Posts
[EF Core 8] Many-to-many relationship with payloadHi all, I am trying to create a many-to-many relationship as described in https://learn.microsoft.coDo you know any C# code editors where I can run code?Under 500 MB✅ Getting back main functionRecently after updating to CS8 (didnt update in a long time), and creating a console app there is noCookie Clicker project for schoolso i have a problem i need to fix a bug on a picture. I use mouse down and mouse up events to resize✅ else statement executing regardless of whether I want it to or not, windows form appI've created a simple windows form app to create shapes on a bitmap, I have a function that gives anMaui adb additional parametersI need to test a Maui applicaiton on a physical android device. The app recorded a error, to see whHow to let compiler know that List is not null?Hi community! I have the following extension method:, which checks if the source is not null and if✅ How to Fix MSB6006 yasm.exe exited with code -1073741515 on Cosmos Kernel✅ Issue during pushing a commit to GitHub from VS CodeHi friends, I'm working on a project using `VS Code`, I used `VS Code` to clon that project from my✅ Need help understanding inheritance with constructorsI know about constructors partially (I'm used to Unity's MonoBehaviour so constructors are mostly suHow to get the data of an adapter using MQTTnetThis is the documentation: https://docs.service.sicon.eco/sicon.os/2023.19.x/adapter-protocol-smqtt Converting from a string to a generic method invocationLooking for design patterns to help solve this problem I’m having at work. The situation is that we Auto refresh inside windows formTeam , We are using windows form c#. Is there any library for auto refresh (need to few logic eve✅ Fresh Install of Windows, I'm Getting Weird Errors (NETSDK1/NU1012, and DEP0700)Anyone know what might be happening here in my Maui Blazor Hybrid projects? For the older project object reference not set to instance of object on a static method callso im trying to use an opengl binding package (Veldrid.OpenGLBinding) but, when i call any of the meWeb API model classesI'm coding a webshop using ASP.NET Core Web API for the backend and Next.js for the frontend. I'm deInvalidate JWT-Tokens on logout and password change.I have an ASP.net Web api that handles user interaction. For authentification I use JWT Tokens. I reDynamically enable/disable a route in ASP.NET 7?Is there a way to dynamically enable/disable a route in ASP.NET 7? I'd like to be able to enable/dis✅ I keep getting Error CS5001 and CS0028, how do i get rid of themin CS5001 it says Program does not contain a static "Main" method suitable for an entry point and inStruct with explicit layoutHi, I am using Wintab and I am trying to make packet struct, but I have some problem. In some situat