• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle



  • Anecdotal but I have a team of devs under me, cheating is definitely still a thing in industry. Some people copy other people’s work and claim it as their own and they are weak devs. I could teach them, but when it gets close to micromanaging I have to let them go due to poor performance.

    Many of them don’t grow up. Be an adult. I hire people based on how teachable they are. Cheating cheapens that.











  • Honestly, easiest to learn is probably React. That + market share would make me learn that first. Newer frameworks tend to base what they do with ergonomics from React. Even my favorite (at the moment) frontend library, SolidJS, has all their tutorials with references to how you do things in React, and how similar signals work with Solid. Learning Vue, Svelte, all have the same issue; they compare themselves to React to show you how they do things with their library. And it makes sense, for better-or-worse.