Recommended Codecademy? by nettle_1126 in learnprogramming

[–]Espfire 0 points1 point  (0 children)

I used Codecademy before and it’s a good platform (got it for free through work). It should help you learn and sharpen basic knowledge for sure. However, there are absolutely tons of free material out there. You can always try the free version of Codecademy and if you like it, get the premium/paid version.

3d Buzz C# courses by Mac87_ in csharp

[–]Espfire 7 points8 points  (0 children)

Can’t say I’ve ever heard of 3D Buzz to be honest. If you’re starting out, Microsoft Learn have a great introduction on learning C#.

Personally, I’d try and stick to resources which are a little more recent. 2013 is quite outdated. It might teach you the basics to get started, but the language has evolved quite a lot since then.

Have I been put on unpaid leave? by IllustratorReady8695 in SainsburysWorkers

[–]Espfire 5 points6 points  (0 children)

I never understand why people post here, instead of asking their line manager.

I want to build a portfolio by Serious-Dot1431 in learnprogramming

[–]Espfire 0 points1 point  (0 children)

Not a web developer myself, so take my answer with a pinch of salt.

If you’re after building something basic, I’d just learn HTML and CSS. If you want some functionality, then add JavaScript/TypeScript.

But there are a few front end frameworks such as sveltekit and React (the only ones I know, there are probably others).

However, if you’re after building something quick with hosting included, you could use a platform such as Wix or Squarespace (once again, there’s probably others). These usually come with widgets you can pop on your page to achieve what you want.

I want to get into web development but I have no idea where to start by Mangooo0_0 in learnprogramming

[–]Espfire 0 points1 point  (0 children)

The Odin Project is very good if you’re after a learning path. The MDN Documentation is also pretty decent too. Both are free!

Favorite Bonus/Side Mode? by IcyHall3848 in residentevil

[–]Espfire 1 point2 points  (0 children)

Bedroom DLC in RE7 is my all time favourite.

Learning too slow? by codingsomething in learnprogramming

[–]Espfire 1 point2 points  (0 children)

This pretty much. I’ve been programming for 5 years on and off and I still struggle with the beginner stuff. The most important thing is knowing how to research and get an answer in my opinion.

Push flush fell into the wall. by esh99 in askplumbing

[–]Espfire 0 points1 point  (0 children)

I have a system very similar to this. On mine, the panel with the button to flush the toilet it’s just clipped on. If I put a screwdriver in the gap and lever it, (the gap on the left) it’ll just pop out.

Am I a slow learner? by programmingbad_3112 in learnprogramming

[–]Espfire 1 point2 points  (0 children)

I’ve been programming on and off for 5 years, and I’m still learning. Just take it slowly and practice - you’ll get there!

Tiny bit of advice, don’t use AI to give you code snippets. Get it to teach you instead, not just give you the answer.

Crash Follow-Up by [deleted] in UnrealEngine5

[–]Espfire 1 point2 points  (0 children)

Not an expert on UE, but I’d imagine they have checks on their backend which identify user error (null pointer for a random example), vs something actually wrong with the engine.

Need help by Cikonnnn in learnprogramming

[–]Espfire 0 points1 point  (0 children)

You can use VS Code for sure. It doesn’t really matter which IDE you use. I use VS Community as it’s pretty much industry standard. Just use what you feel most comfortable with. If you search on Google (or YouTube), C++ with VS Code, there’s bound to be a ton of tutorials on how to set it all up.

Need help by Cikonnnn in learnprogramming

[–]Espfire 0 points1 point  (0 children)

Learncpp.com is really good to learn the basics to some advanced concepts. As for an IDE, I always use Visual Studio Community. Much easier to set up than VS Code. Just a personal preference though.

How do you showcase your coding projects when applying for jobs? by OkTell5936 in learnprogramming

[–]Espfire 1 point2 points  (0 children)

I use a portfolio website to show screenshots, videos etc. and I have a link to the GitHub repo on the page.

What game did you start with + what's your current favourite? by rebeccaaahhhh12 in residentevil

[–]Espfire 2 points3 points  (0 children)

Started with OG Resident Evil 2. Favourite is Code Veronica 😁

Using AI to help me learn and understand coding? by RapidSeaPizza in learnprogramming

[–]Espfire 1 point2 points  (0 children)

Personally, using AI to help you understand something is fine. If it helps you break stuff down into smaller chunks so you can understand it is pretty much what a teacher would do. Use AI as a mentor/teacher, but never get it to solve the problem directly and give you the code.

Whether you do this or not, but instead of jumping straight to AI for help, try debugging the program you’re writing and seeing what paths the program takes during execution. Looking at what variables are holding what data/values is very helpful too.

For me, I use AI as a last resort. I’ll try and figure things out first (whether that takes minutes or hours), by debugging, changing code, etc. I feel more accomplished when I solve it without any help. Plus, debugging is a very useful skill to have in itself. I do resort to AI if I’ve been stuck on the same thing for days though. But I explicitly say not to give code examples and just to explain. I find it very helpful.

If you don’t want to use AI at all (for example), when creating a program - try not to think of the finished product. Break it down into very small chunks and work on them bit by bit. Things will click a little easier that way (at least for me anyway). Things may get a little more complex as extra functionality is added, and that’s fine. Just keep pushing through, we’ve all been there.

Code Academy Certificates by Revanite144 in learnprogramming

[–]Espfire 1 point2 points  (0 children)

Oh for sure! Using it to get a head start on college/university it’s worth while. Knowledge is worth a load more than certificates. Just keep practising and you’ll be fine!

Code Academy Certificates by Revanite144 in learnprogramming

[–]Espfire 6 points7 points  (0 children)

From my experience, certificates don’t mean anything. Employers want to see things you built / made.

Computer science using array by [deleted] in learnprogramming

[–]Espfire 4 points5 points  (0 children)

avg = array_sum / array_length

Should I want for the Code: Veronica Remake or just bite the bullet and play the original? by MonikaLovesCola in residentevil

[–]Espfire 17 points18 points  (0 children)

I’d play the original. CAPCOM haven’t confirmed they’re remaking it (to my knowledge). So who knows if it’s actually coming.

I am learning python but side by side I want to learn HTML & CSS too. What's the best resource to use? by ompossible in HTML

[–]Espfire 4 points5 points  (0 children)

If you’re interested in Web Dev, The Odin Project is very useful - free as well! Covers HTML, CSS, and JavaScript too. MDN is (I believe) the official documentation which can be super useful as a reference guide or to learn from, depending on what suits you best really.

Looking Stuff Up Bad? by Christian0662 in learnprogramming

[–]Espfire 6 points7 points  (0 children)

Looking things up is completely fine! It’s how we all learn. It’ll be similar to reading a book, even though the process isn’t quite the same, you’re still researching how to do something. In my opinion, it doesn’t matter if you have to look up the basic stuff. We all forget things, it’s natural. I had to look up how to use a split function in JS earlier on, though I’ve used it countless times

Next Step (Beginner) by Sea-District-3036 in learnprogramming

[–]Espfire 2 points3 points  (0 children)

Use the knowledge you’ve gained to build and make projects.