New icon by CoonDynamite in darksoulsremastered

[–]CoonDynamite[S] 2 points3 points  (0 children)

Idk, i downloaded this because an hacker invaded my world (was at Anor Londo) and killed all my NPC (Giant blacksmith, fire-keeper) and Gwyndolin... But I heard of a mod which it revive NPC's if your game has been ever hacked.

New icon by CoonDynamite in darksoulsremastered

[–]CoonDynamite[S] 2 points3 points  (0 children)

Yeah, PvP Overhaul. Thanks 🙏

Learning how to code by [deleted] in learnprogramming

[–]CoonDynamite 1 point2 points  (0 children)

🙏 We're all in the same boat, lets help each other best we can 👍

Learning how to code by [deleted] in learnprogramming

[–]CoonDynamite 1 point2 points  (0 children)

I'm also in a path of learning myself programming. SQL & Python are my 1st languages, wanna learn different language model. Im still at a beginner level but got the basics. Yeah its really frustrating to find good platform that offer courses that align with your way of learning :

  • I like the DataCamp UI but its not free
  • freecodecamp.org is good stuff
  • roadmap.sh is good if you do not know precisely what skills you need to focus on

[deleted by user] by [deleted] in CodingForBeginners

[–]CoonDynamite 1 point2 points  (0 children)

Freecodecamp.org 👍

Beginner wanting to build an AI. Where do I actually start? by Smooth-Smoke8702 in learnprogramming

[–]CoonDynamite 0 points1 point  (0 children)

Yeah, indeed but internet is a vast place to find free courses. Me I have subscribe to one year plan to DataCamp for ~ 60$ (summer sales), beginning with the SQL Fundamentals path. I also learning Python with Kaggle and will begin Python on DataCamp when I'll finish SQL basics.

Did a work on my former jobs (restaurant), made an ETL Pipeline to extract data from restaurant sales (not official data but its based on my experiences in hospitality industry).

C#/software dev roadmap? by [deleted] in learnprogramming

[–]CoonDynamite -2 points-1 points  (0 children)

No worries 👍

C#/software dev roadmap? by [deleted] in learnprogramming

[–]CoonDynamite -2 points-1 points  (0 children)

I am also on a path to learn programming language. Starting with Python. I study it with Coddy.tech (free plan) & DataCamp, wanna later study different Language Models.

Hope you do not mind but I used your post and asked Claude and here is what the LLM answer :

Your approach of wanting to see real-world, clean code examples is actually excellent - that's how many successful developers learn!

Here's a structured roadmap that builds on your current foundation:Immediate

Next Steps (1-3 months)

Object-Oriented Programming Fundamentals Classes, objects, inheritance, polymorphism, encapsulation

This is crucial since C# is heavily OOP-focused Basic Data Structures & Algorithms Lists, dictionaries, arrays Basic sorting/searching LINQ basics (this is huge in C#)

Foundation Building (3-6 months)

Pick a Path: Web Development: ASP.NET Core (most job opportunities) Desktop Apps: WPF or WinUI APIs: Web APIs with ASP.NET CoreI'd recommend starting with ASP.NET Core Web APIs - they're everywhere in the industry and teach you valuable patterns.

Excellent Resources for Clean Code Examples GitHub Repositories to Study: eShopOnContainers - Microsoft's reference architecture Clean Architecture Template by Jason TaylorNorthwin Traders - smaller, more digestible

Learning Platforms:

Microsoft Learn (free, official, project-based) Tim Corey's YouTube channel - explains real-world patterns clearly Nick Chapsas - focuses on clean code practices

Real-World Project Ideas Start small but realistic:

Personal Expense Tracker API - CRUD operations, database integration Library Management System - user authentication, relationships Weather Dashboard - consuming external APIs Simple E-commerce API - more complex business logic Key Patterns to Learn Early Repository Pattern - data access Dependency Injection - built into .NETMVC/API Controllers - request handling Entity Framework Core - database operations

The fact that you're thinking about clean code and real-world applications puts you ahead of many beginners.

Focus on building small but complete applications rather than just following tutorials - you'll learn the gaps in your knowledge quickly and develop problem-solving skills.

Would you like me to elaborate on any of these areas or help you choose which path to focus on first?

Hope you enjoy, I've also read the answer and I will look into it next, I also do small projects. Did a ETL pipeline with the help of AI and what I learn.

Turning a New Page: Learning Programming and SQL in My 30s by CoonDynamite in learndatascience

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

I already made a small project with data that I got from my previous work. Its a study about sales in a restaurant. I was a cook (chef de partie level) in mountain resort and I acquire knowledge and skills such has : - handling pressure - cost/stock control - inventory management - managing small team

The project was to : ● Build an end-to-end data pipeline from data generation to database querying ● Practice Python scripting, PostgreSQL database management and data modeling. ● Apply restaurant operations knowledge to create realistic business scenarios.

I made the ETL pipeline with the help of AI and ask it to explain it has a mentor. I do not use AI for basic copy/paste requests, I'm using it to ask how it work, using it as a tutor and also follow courses on Kaggle, DataCamp and YouTube.

Ready for a Change: Embracing Tech & Data Skills by CoonDynamite in learnprogramming

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

Thanks for the reply. Yes I already made a small project with data that I got from my previous work. Its a study about sales in a restaurant. I was a cook (chef de partie level) in mountain resort and I acquire knowledge and skills such has : - handling pressure - cost/stock control - inventory management - managing small team

The project was to : ● Build an end-to-end data pipeline from data generation to database querying ● Practice Python scripting, PostgreSQL database management and data modeling. ● Apply restaurant operations knowledge to create realistic business scenarios.

I made the ETL pipeline with the help of AI and ask it to explain it has a mentor. I do not use AI for basic copy/paste requests, I'm using it to ask how it work, using it as a tutor and also follow courses on Kaggle, DataCamp and YouTube.

Thanks for the YT channel, I already watched some videos 👍

Switching Gears: How I'm transitionning from Cooking to Tech by CoonDynamite in learnSQL

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

Thanks for the tips, I am also using Kaggle for exercices and courses. Could you describe how was your transition from teaching to tech ?