Software Alternatives & Reviews

Coding Is Hard

Try It Online (TIO) Wekan
  1. TIO is a family of online interpreters for an evergrowing list of practical and recreational...

    #JavaScript #Development #Design Playground 23 social mentions

  2. 2
    The open-source Trello-like kanban (built with Meteor)
    Pricing:
    • Open Source
    Thanks for writing this. I have added and removed about 4 million lines of code: https://github.com/wekan/wekan/graphs/contributors You are not dumb. It is normal to feel frustrated, when figuring out, step by step, how something works, and what to do. It is like labyrinth. Having enough breaks, taking a walk when needed, having enough coping skills or adding more of them, having patience to keep notes of what is current position in that rabbit hole. If some way does not work, try some other way. It is always about the basics. Many programming languages change syntax often. Some dependencies change. For example, when writing some for database export: 1) There was no working code examples at documentation 2) Google etc searches had old info, did not work 3) I did not find from source code how it did work 4) ChatGPT, Bing AI etc examples did not work 5) So I tried with trial and error, what is correct syntax, character by character For some error messages, sometimes Google search shows somebody having same problem, or even a fix. But if not, it's about reading source code of the software. But this works when code is available, like in Open Source. If something is binary executeable, then there is need to decompile, read assembler, deobfuscate, etc. That means even more required, I have not gone there yet. That is why I use and develop FOSS, when it is possible to more easily fix something, when it is broken.

    #Project Management #Task Management #Todos 28 social mentions

Discuss: Coding Is Hard

Log in or Post with