@OpenAI@sama I recently tried the new o5 model for creating some simple helper functions and the code it generated was convoluted, often over engineering. A disappointing launch compared to other models I have tried.
I finished reading David Goggins’ Never Finished last week, and just started reading this one. If you can’t find a mentor, read a book. So far really great read.
good and short article on TS implicit, explicit, and type assertions, in most instances it seems it is not suggested to user type assertions, because TS will not validate the structure or catch mistakes causing runtime errors.
https://t.co/RXGdU9i63a
I enjoyed reading this article on React Context. In a tweet, Context is used to pass data to children components without the use of props. An object is created and is consumed with the hook useContext(). Use cases can be themes, auth, or localization
https://t.co/xaOcT0yvMk