What's the biggest lesson you've learned as a developer?

Deniz AY
7 replies
Being a developer is a never-ending journey of learning and growth. Let's discuss the biggest lesson we've learned as developers, whether it's about the importance of collaboration, the value of continuous learning, or the impact of code quality on the success of a project.

Replies

André J
Launching soon!
Start with validating what to build. 99% of devs don't do this. 🤦 including my self for a long time.
Eden
@eonpilot Totally agree with this, sometimes I spend way too long on something it turns out nobody wants anyway 😅
Jordan Ellis
Building reusable code. Not just within a single app, but libraries that can be shared across apps and websites. As a solo dev, it’s super hard to manage time and get new features released often. As I've gained experience, I've realized that I spend a considerable amount of time rebuilding the same components for new projects with minor variations. I’m currently working on building my own shared toolkit I can use across all of my projects.
Maël Harnois
1. Double or triple your estimation in terms of workload 2. Best way to learn a tech is by finding your own project with it 3. ChatGPT is the best senior dev ever. RIP StackOverflow
Igor Lysenko
Hello! It was an important lesson for me that I have to keep all my processes somewhere, there was work where if I make a mistake once, then a week of my work would go down the drain. Therefore, I made my product to help people like us. Remember, always follow your workflow.
Webizito Web
Developer are developed new plugin for wordpress : https://www.producthunt.com/post...
Bunyamin Duduk
Don't rush. Whenever I want to do a task, I try to finish it as fast as possible. This leads to either bugs or sluggish code that I need to refactor. Furthermore, when I am working on my projects, I find it quite difficult to market them towards the public since I am not really a marketing guy.