@michaeljburry Dr. Burry, huge admirer of your work since The Big Short. With Micron (MU) surging on AI/HBM demand and trading at elevated multiples heading into 2026, what are your thoughts on the stock's valuation and cycle risks? Appreciate any insight!
Day 29 of #100DaysOfCode
Built an AI chatbot today using the OpenAI API, and integrated it into my Twitter clone app.
Realized I have to make payments for each request I make to the API, so will probably remove the chatbot feature if I ever deploy my app haha
@pwang_szn Welcome to Malaysia, Peter! π²πΎ
Make sure to try all the good food like the others recommended above. Especially Village Park Nasi Lemak, highly recommend it
Day 24 of #100DaysOfCode
Successfully created a basic Instagram clone app! Learnt alot through this project and figuring out how to deploy a React app on GitHub π
Tech: HTML, CSS, JS, React
GitHub: https://t.co/8yAHML1p6C
β‘οΈCheck out the app here: https://t.co/tCHqPRW1Fo
Life Hack: Embrace the embarrassment of being a beginner.
The only way to accomplish something meaningful is to endure days, weeks, months, or even years of embarrassing failure.
Every expert started out as a beginner.
Those who embrace the embarrassment will eventually win.
Most people are so afraid of looking or sounding βstupidβ in a public setting.
β’ They donβt ask the simple question.
β’ They donβt share the piece of writing.
β’ They donβt build the v1 prototype.
But if you can train yourself to endure that, youβll find gold on the other side.
The most successful people I know actually LOVE the feeling of being an embarrassing beginner.
They thrive on that feeling of newness.
They love diving into something with a child-like curiosity.
The beginnerβs embarrassment is actually a positive signal.
Embrace the embarrassment and change your life.
Day 23 of #100DaysOfCode
Refactored my todo app to enable multiple users by using Redux, and persisted my states with redux-persist.
Was stuck for awhile though trying to configure the Redux store to persist states. Thankfully ChatGPT helped me on this part π
Day 22 of #100DaysOfCode
Demo of my basic e-commerce app built with React & Redux.
Ngl the more I learn React, the more I enjoy using it.
Initially, I struggled with it as I was so used to vanilla JS.
Glad I didn't give up early on though, I can see why it's so popular now π»
Day 21 of #100DaysOfCode
Learned how to use Redux for React by creating a basic e-commerce app with an Add to Cart functionality.
Took me awhile to wrap my head around the concept but got there in the end π