• 0 Posts
  • 13 Comments
Joined 19 days ago
cake
Cake day: December 7th, 2024

help-circle
  • People learn to pass tests, and do computer labs. They have hands on experience in several computer languages. But that is a far cry from what is really needed.

    Probably most schools give the fundamentals regardless of country.

    Can’t tell who has talent until they try to work a lot; often the people who do not code on their own are not very good, period

    I think a student should at least do a few hours average work each week on their own projects , regardless of tech stack. It really shows after 4 years.

    it’s like night and day between those that do this as a hobby and go to school ; verses the people who pass tests and do group projects in the labs but don’t do anything outside of what is required.






  • I spent a lot of time using msdn Microsoft docs for windows and activex c++ back in the day. Faintly envious there are videos in the c# docs.

    I changed tech stacks, but comments and examples are awesome to use inside docs. Usually in the php, it’s the comments in the docs that are the best help, and example code and work around can be found there.

    But most php depends on the tens of thousands of projects and libraries made others: so the docs one needs is scattered in the dependencies. Some who have good docs (laravel) and some that have no docs , in which case a debugger is best way to learn.


  • There is too much blame to go around, and not enough people and orgs wanting to acknowledge blame.

    Trump did not become a household name randomly. He was helped and aided by many. And I have noticed hundreds of times how the main stream media enabled his word salad and gave it meaning and power. In real life, not many people listen to blathering hateful idiots.


  • limer@lemmy.dbzer0.comtomemes@lemmy.worldSt. Luigi
    link
    fedilink
    English
    arrow-up
    34
    ·
    14 days ago

    I’m not well versed in the saints, but I think this is a better origin story than most.

    All we need is a tearful prayer, with a vow towards some further action: even if it’s just in a cell for the rest of his life.

    And then he is on the same level, in my opinion, of some medieval saints I know a little about.

    Could easily be a saint for denied claims and other obstacles in healing.


  • When I was learning to program in the 1990s, at university, it was easy to get good advice and learning from the printed word: both in books and on websites. I think if I had to start learning all over again, and not be in a good school, it would be very hard for me to do as well.

    Today there is too much advice, too many influencers who recently learned whatever they are peddling, too much AI, too many fields of tech.

    I think the best way to learn now is how many of us learned decades earlier; use a list of books that are vetted by many ( can find lists here and there, saw one in GitHub last year). And while reading the books read the documentation even if they are gaps in one’s knowledge and the docs are badly written.

    I don’t think one needs recent books for many concepts and basics. The wheel has been reinvented many times in the hundreds of tech stacks in use today. And the same concepts will be easy enough to learn in newer docs once a technology and programming set of tools is invested into by the learner.

    As for new software engineering ideas and architecture concepts: usually these are reiterated from earlier ideas and often marketed for profit. So older architecture books, refined by several editions, are still best.