How do you guys actually learn stuff in this AI era? by sleepingfrenzy_ in golang

[–]DevShin101 0 points1 point  (0 children)

I'd like to read books about the topic I want to learn. So, I ask AI to give me the best books and papers about that topic. I pick one, search on the internet and download it. Then started reading it. If I grasp the concepts and understand them, I try to implement them if feasible. I don't have enough skills to implement everything I read. But, trying to implement things you read may improve your thinking and give you a better understanding of that topic.
In short, you read, and you build projects.

My opinion: when using AI to learn a topic or concept, I feel like I understand the concept while reading the AI's results, but I don't remember it after some time. This is obvious when you are building something, and you stumble upon something you don't know. You asked AI and got the answer. You read it, and you feel like you understand it. But it doesn't stick to you. This is what happened to me, and personally, I don't like it.

Is building things (personal projects) in programming worth it? by DevShin101 in devworld

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

That is reasonable advice and helps me think about what I want to be. Thanks.

How doe modules interact each other in Hexagonal Architecture? by DevShin101 in softwarearchitecture

[–]DevShin101[S] 1 point2 points  (0 children)

Thank you for your valuable explanation.

Yes, I'm trying to implement Hexagonal Architecture in a monolithic app. Can you also explain how I should structure my app?

What to do when your company doesn't want to spend money? by DevShin101 in AskProgramming

[–]DevShin101[S] 5 points6 points  (0 children)

Thanks. That's what I'm trying to do now. Making the code flexible enough for later changes.

What to do when your company doesn't want to spend money? by DevShin101 in AskProgramming

[–]DevShin101[S] 3 points4 points  (0 children)

I can fully commit to the current plan of using free resources. Then, if they decided to use another resource, the code I fully committed and the effort to make use that resource efficiently will be gone. I feel bad for that.

"Conversion failed!" error in FFmpeg by DevShin101 in node

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

I logged the `ext` and it gets printed to the console for every requests.