"Always useMemo your context value"
https://t.co/mjK4XXUSUH
This title is a little more dogmatic than I normally go for, but I explain why in the post. Give it a look!
#twitterapi Working my way through a tutorial that uses the /2/tweets/search/stream endpoint, but it seems that you need enterprise level access ($42,000/month) to access that endpoint.
Any ideas on how to learn the twitter API without spending $$$$?
I'm about to start learning https://t.co/2aG5PoKI15 by @dan_abramov and @mappletons. Really interesting opportunity to understand his mindset about coding and learn more about his mental models!
Took me 10+ years to discover that form elements have a "form" attribute 😅
And can be used outside of the parent <form> element natively
https://t.co/QfFP0DXWSU
5 key developer skills:
1. Decomposition: Break big problems down into small problems.
2. Grouping: Store related things together.
3. Naming: Describe things well.
4. Communication: Speak, write, and read well.
5. Grit: Don't give up easily. Be resilient.
JavaScript Tip 💡
Speed asynchronous tasks up by running them in parallel.
If the tasks don't rely on the result from the previous one, simply wrap them in Promise.all and run them in parallel.
It's much faster 🚀
Hire junior devs.
Then support them. Mentor them. Pair with them. Show them that it's ok to ask questions. Show them you don't know everything. Congratulate them on their first PR. Give helpful feedback. Before you know it your team will have one more awesome senior dev ✨
Pharmacist noticed my health insurance card had the Netflix logo on it.
Asked me if I worked there, I said yes.
“That’s really cool. What do you do, software?”
I’m not wearing any sort of tech clothing! This is the first time I’ve ever had someone made that assumption😭❤️