• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: August 12th, 2023

help-circle
  • Here’s what I look for with software engineers II hire.

    Pragmatism: pick the right solution for the right problem. And your work should create minimal work for others.

    Thirst to learn: there is always something new and exciting and there’s always a better way to do it. Look for that. It also means being open to feedback.

    Collaboration instead of execution: I need my team to challenge me. For that, they need to get as much of the bigger picture as they can. That means always being able to answer “why” you do things. It also means that I expect healthy conflict with my teams. If you go from being taught to teaching me, you immediately get a bump in my list of top teammates.

    No excuse: we acknowledge problems and deal with them together. (Requires a good work environment though).

    As you can see, nothing I wrote is purely code related. Only thing I ask tech wise is: know your shit, where to find it, who to ask.

    Also, my top resource to get people started with what it means to become a software engineer is solidbook.io.






  • Really depends on your age and interests

    I started learning programming concepts as a teen by using RPG Maker. It introduced me to concepts such as variables, conditions, loops in a “low code” environment.

    Thing is, I had a reachable goal which made it easier for me to learn and feel good as I had a tangible result. Things such as “I want to add a point everytime I touch X item” where very good for this.

    IMO, I wouldn’t worry too much about the language at first and focus on small reachable goals you want to achieve. But to each his own way of learning.

    Like games? You should probably check out GDevelop.

    Want to automate some of your online tasks? Maybe n8n.io.

    Also, it’s better if the tool you use starts with a high level of abstraction (it’s very esay to use) and allows you to add in some scripts.

    If you want to go further, pick a language and go through the basics. And if you’re feeling even more adventurous, head to roadmap.sh to find a learning path towards your goal.

    Edit: Also, ChatGPT is really good to teach you IF you always ask it to explain whatever you don’t fully understand in the code it writes