by objectivecdev on 3/26/22, 5:13 AM with 5 comments
For every young engineer, here are the tips to become the best engineer.
- Reading Habits: Read tech blogs like Gizmodo & Techcrunch on daily bases. Understand what’s going on in the industry. - Community & Meetups: Participate in relevant developer community events. Organise or be part of meetup groups. Communicate ideas with fellow engineers. - Open source: Open sourcing the code is the best way to learn. Create your own open-source projects or contribute to an existing one on Github. - Hackathon: Participate in hackathons, build smaller apps and websites. The best way to learn is to build.
Have positivity and believe in yourself.
by bckr on 3/26/22, 6:11 AM
* Work with people who are more skilled and knowledgeable than you and learn why and how they do the things they do
* Focus on increasing your velocity by eliminating bottlenecks in your productivity: is it typing? text editing? navigating a codebase? familiarity with your language or tools? communication? code organization? version control practices?
* Focus on creating tight feedback loops in your work.
* read some great books, and books that contradict each other. practice what you learn from them and determine your stance on when, why, and how to apply the ideas. I recommend the whole series of the Phoenix Project books to get an understanding of the background of modern software development. Look for how these ideas are applied in the industry.
There are great blog posts / articles too, lots shared here. I don't know about TechCrunch or other business news. I'd focus on people who are writing about the craft of software engineering.
* Get to the why: really think about things deeply and critically. Why are some things broken? Why do some things work really well? What's the most important thing you can be working on? What's the right approach? What are you trying to accomplish, or to avoid?
* Overall, always strive to become better, today, this week, this month, this quarter, this year, this decade, this lifetime.
by KronisLV on 3/26/22, 9:50 AM
- Reading Habits: Read tech blogs like Gizmodo & Techcrunch on daily bases. Understand what’s going on in the industry.
- Community & Meetups: Participate in relevant developer community events. Organise or be part of meetup groups. Communicate ideas with fellow engineers.
- Open source: Open sourcing the code is the best way to learn. Create your own open-source projects or contribute to an existing one on Github.
- Hackathon: Participate in hackathons, build smaller apps and websites. The best way to learn is to build.
Not sure about whether i agree with all of these, but if nothing else, they seem like a nice way to be a social developer who's aware of the current trends in the industry.Some might suggest that you should also direct plenty of attention towards actually studying to code, reading books and papers, doing coding katas and algorithmic challenges (not just for interviews, but also learning how to best approach a variety of different problems and recognize algorithms). There's certainly a lot of great material out there for that as well.
by codingdave on 3/26/22, 1:15 PM
So I don't put much stock in claims that that, and definitely don't think fitting into that label is a strong career goal.
by jstx1 on 3/26/22, 12:05 PM
These two ideas don't contradict each other.
Maybe anyone can be better than they currently are, let's grant you that. Still, there's some distribution of talent with few people being the best at what they do and companies can make the claim (rightly or not) that they hire from the top end of the distribution.
Just because everyone can improve, it doesn't mean that everyone is the same.
by DukeBaset on 3/26/22, 12:28 PM