I'm going to be learning AI from scratch.
No hype. No grand vision. Just learning the fundamentals of how it works without any end goal in sight. It's clear we'll need to know this.
Interested in following along? I might start a newsletter
Creating my own UI framework. It will be very similar to #reactjs but you will just save a component into state. Then, when you need to change a prop, set the component to state again with the updated props 🔥
@dan_abramov I have a very similar framework. First, I sit down and write a very small program (console.log or assign a variable) and then I check Twitter. Rinse and repeat 🔁 💪
When grooming stories, it’s helpful for every developer for PMs to write the applicable code in the story description prior to picking it up. Makes my life ALOT easier when I go to develop the feature! #javascript