I mean, I have a friend and he is working as a developer. He can do a daily simple CRUD. But he can't solve a "print a 90 degree triagle" problem :/

For further actions, you may consider blocking this person and/or reporting abuse
I mean, I have a friend and he is working as a developer. He can do a daily simple CRUD. But he can't solve a "print a 90 degree triagle" problem :/
For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Sadeedpv -
Donald Sebastian Leung -
Thomas Hansen -
Miguel Teheran -
Once suspended, davidchandra95 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, davidchandra95 will be able to comment and publish posts again.
Once unpublished, all posts by davidchandra95 will become hidden and only accessible to themselves.
If davidchandra95 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to David Andrian Chandra.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag davidchandra95:
Unflagging davidchandra95 will restore default visibility to their posts.
Oldest comments (2)
Problem solving is totally a learnable skill, like most things.
It's often what separates a developer from another one. The amount of problems you have solved in the past and the toolbox you have at your disposal.
I don't think there's anything magic or arcane to it.
The thing is, not everybody needs to solve the same problems. "Print a 90 degree triangle" is a valuable problem to solve but as you probably noticed, might be useless for your friend's job (or just not needed yet).
As @rhymes already noted, context makes a big difference. What might be a vital skill for one person might be nothing more than a parlour trick for someone else.
As to 'simple CRUD': despite appearances, it often takes a lot of skill to make (and keep) things simple.