#35daysofcode search results
#35DaysOfCode (Learning React ⚛️) Day 20: - Learned how to write Authentication logic in the Appwrite backend - Many things have been updated in the latest Version of Appwrite so some methods in the Video were different for me @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 21: - Appwrite database, file upload and custom queries @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 18: - We will use Appwrite for the backend - React Hook Forms - TinyMCE for the text editor of our Blog Posts @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 19: - Learned About those .env variables the Secret Sauce of our Project 🤐 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 14,15: (forgot to Post, didn't Break the Masterji streak though 😅) - Context API (Part 2) - Redux Tookit crash course
#35DaysOfCode (Learning React ⚛️) Day 17: - Our Mega Project is a "Blog Writting Platform" - With Complete Authentication and CRUD functionalities @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 16: - And we are taking the Hard Way 🫡 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 5: - In JavaScript, updating variables doesn’t auto-update the UI — React fixes this using useState(). It stores data & gives a setter function. @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 2: - npm create vite@latest -> choose React + JavaScript - npm install -> installs all essentials from package.json Also, today I made it to the Top 5 on the MasterJi leaderboard! 🥳 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 8: - React updates the state only once because it processes changes in chunks for efficiency. To fix this, the setter can take a callback that accesses the latest state @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 7: - Added Tailwind CSS to React using the official setup guide for Vite - Learned about Props — special properties that make components reusable (like unique titles or descriptions for cards) @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 4: - We can make our own small version of React by taking the root element from the main HTML file and creating our own element using an object and a function - Got a little Late today 😅 - Happy Diwali 🪔 @Hiteshdotcom @ChaiCodeHQ
Starting an ambitious challenge #35DaysOfCode (Learning React ⚛️) Day 1: - React is a JavaScript library for building Single Page Applications (SPAs) - Born out of Facebook’s “Phantom Message” issue — React solved it by efficiently updating the UI @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 3: - JavaScript can’t manipulate the DOM until injected via the <script> tag in HTML - In Vite, React components use .jsx extension and must start with an uppercase letter - id = "root" is the starting point @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 9: - Project: Background color changer - We define a function that triggers the state setter to update color, then dynamically pass that state to the div’s inline style @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 6: - React Fiber is a highly optimized algorithm in modern React. - It can prioritize updates, making UI rendering faster. - The process of comparing one tree to another is called Reconciliation. @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 13: Context API - At this point I don't know if it is the Late Night fatigue or if the topic is actually this Difficult to understand 🥲😅 - btw Context API>>>prop drilling @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 11: The Currency Converter Project - Learned about Custom Hooks (was pretty straightforward) - Had some issues with the API url but found the new one - Was getting overwhelmed in mid but understood in the end😅 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 10: Built a Password Generator using - useCallback -> Caches functions to avoid re-renders - useEffect -> Runs on load & when dependencies change - useRef -> Directly accesses DOM elements @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 21: - Appwrite database, file upload and custom queries @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 20: - Learned how to write Authentication logic in the Appwrite backend - Many things have been updated in the latest Version of Appwrite so some methods in the Video were different for me @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 19: - Learned About those .env variables the Secret Sauce of our Project 🤐 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 18: - We will use Appwrite for the backend - React Hook Forms - TinyMCE for the text editor of our Blog Posts @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 17: - Our Mega Project is a "Blog Writting Platform" - With Complete Authentication and CRUD functionalities @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 16: - And we are taking the Hard Way 🫡 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 14,15: (forgot to Post, didn't Break the Masterji streak though 😅) - Context API (Part 2) - Redux Tookit crash course
#35DaysOfCode (Learning React ⚛️) Day 13: Context API - At this point I don't know if it is the Late Night fatigue or if the topic is actually this Difficult to understand 🥲😅 - btw Context API>>>prop drilling @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 11: The Currency Converter Project - Learned about Custom Hooks (was pretty straightforward) - Had some issues with the API url but found the new one - Was getting overwhelmed in mid but understood in the end😅 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 10: Built a Password Generator using - useCallback -> Caches functions to avoid re-renders - useEffect -> Runs on load & when dependencies change - useRef -> Directly accesses DOM elements @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 9: - Project: Background color changer - We define a function that triggers the state setter to update color, then dynamically pass that state to the div’s inline style @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 8: - React updates the state only once because it processes changes in chunks for efficiency. To fix this, the setter can take a callback that accesses the latest state @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 7: - Added Tailwind CSS to React using the official setup guide for Vite - Learned about Props — special properties that make components reusable (like unique titles or descriptions for cards) @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 6: - React Fiber is a highly optimized algorithm in modern React. - It can prioritize updates, making UI rendering faster. - The process of comparing one tree to another is called Reconciliation. @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 5: - In JavaScript, updating variables doesn’t auto-update the UI — React fixes this using useState(). It stores data & gives a setter function. @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 4: - We can make our own small version of React by taking the root element from the main HTML file and creating our own element using an object and a function - Got a little Late today 😅 - Happy Diwali 🪔 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode — Day 8 🧩💻 ✅ 2 LeetCode questions done ✅ Daily Coding Streak alive 🔥 ✅ JS Progress: Events, Async, Projects wrapped ✅ Postman ✅ → Moved to Middlewares ⚠️ Blockchain skipped 2 days (need to fix that👀) #100DaysOfCode #WebDev #JavaScript
🚀 #35DaysOfCode — Day 7 Update ✅ DSA: Half Recursion done + 3 submissions (DP with slight GPT help 😅) ✅LeetCoding Daily Challenge complete ✅ JavaScript: Project 2 ✅ Web Dev: Express & Postman still tricky but learning! #100DaysOfCode #DSA #JavaScript #Blockchain
🚀 #35DaysOfCode — Day 6 Progress ✅ DSA Daily Streak started — July LeetCode challenge done! 🔥 ✅ Solved 3 DSA problems 💡 ✅ Web Dev: Postman & API Testing with #100DaysOfCode #DSA #JavaScript #WebDevelopment #Blockchain #CodingJourney
#35DaysOfCode (Learning React ⚛️) Day 20: - Learned how to write Authentication logic in the Appwrite backend - Many things have been updated in the latest Version of Appwrite so some methods in the Video were different for me @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 5: - In JavaScript, updating variables doesn’t auto-update the UI — React fixes this using useState(). It stores data & gives a setter function. @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 2: - npm create vite@latest -> choose React + JavaScript - npm install -> installs all essentials from package.json Also, today I made it to the Top 5 on the MasterJi leaderboard! 🥳 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 19: - Learned About those .env variables the Secret Sauce of our Project 🤐 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 18: - We will use Appwrite for the backend - React Hook Forms - TinyMCE for the text editor of our Blog Posts @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 8: - React updates the state only once because it processes changes in chunks for efficiency. To fix this, the setter can take a callback that accesses the latest state @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 3: - JavaScript can’t manipulate the DOM until injected via the <script> tag in HTML - In Vite, React components use .jsx extension and must start with an uppercase letter - id = "root" is the starting point @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 4: - We can make our own small version of React by taking the root element from the main HTML file and creating our own element using an object and a function - Got a little Late today 😅 - Happy Diwali 🪔 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 9: - Project: Background color changer - We define a function that triggers the state setter to update color, then dynamically pass that state to the div’s inline style @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 14,15: (forgot to Post, didn't Break the Masterji streak though 😅) - Context API (Part 2) - Redux Tookit crash course
Starting an ambitious challenge #35DaysOfCode (Learning React ⚛️) Day 1: - React is a JavaScript library for building Single Page Applications (SPAs) - Born out of Facebook’s “Phantom Message” issue — React solved it by efficiently updating the UI @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 7: - Added Tailwind CSS to React using the official setup guide for Vite - Learned about Props — special properties that make components reusable (like unique titles or descriptions for cards) @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 16: - And we are taking the Hard Way 🫡 @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 6: - React Fiber is a highly optimized algorithm in modern React. - It can prioritize updates, making UI rendering faster. - The process of comparing one tree to another is called Reconciliation. @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode (Learning React ⚛️) Day 21: - Appwrite database, file upload and custom queries @Hiteshdotcom @ChaiCodeHQ
🚀 #35DaysOfCode — Day 6 Progress ✅ DSA Daily Streak started — July LeetCode challenge done! 🔥 ✅ Solved 3 DSA problems 💡 ✅ Web Dev: Postman & API Testing with #100DaysOfCode #DSA #JavaScript #WebDevelopment #Blockchain #CodingJourney
#35DaysOfCode (Learning React ⚛️) Day 17: - Our Mega Project is a "Blog Writting Platform" - With Complete Authentication and CRUD functionalities @Hiteshdotcom @ChaiCodeHQ
#35DaysOfCode — Day 4 ☕💻 Sunday mode: ✅ 3 DSA problems done (Stack, Pop, Mild Panic) ✅ Almost at DOM Manipulation in JavaScript — ready to break the website soon 😎 Some progress > No progress. Back at full speed tomorrow! 🚀 #JavaScript #DSA #WebDevelopment #TechLife
#35DaysOfCode — Day 8 🧩💻 ✅ 2 LeetCode questions done ✅ Daily Coding Streak alive 🔥 ✅ JS Progress: Events, Async, Projects wrapped ✅ Postman ✅ → Moved to Middlewares ⚠️ Blockchain skipped 2 days (need to fix that👀) #100DaysOfCode #WebDev #JavaScript
Something went wrong.
Something went wrong.
United States Trends
- 1. Nancy Pelosi 80.3K posts
- 2. Marshawn Kneeland 49.8K posts
- 3. Ozempic 8,589 posts
- 4. Michael Jackson 75.1K posts
- 5. Craig Stammen 2,068 posts
- 6. Gordon Findlay 3,867 posts
- 7. Oval Office 28.2K posts
- 8. Sean Dunn 1,796 posts
- 9. GLP-1 5,919 posts
- 10. Jaidyn 2,136 posts
- 11. Pujols N/A
- 12. #MichaelMovie 71.6K posts
- 13. Novo Nordisk 8,656 posts
- 14. Kyrou N/A
- 15. Abraham Accords 5,959 posts
- 16. Kazakhstan 7,810 posts
- 17. Sandwich Guy 5,966 posts
- 18. Unplanned 9,516 posts
- 19. NOT GUILTY 16K posts
- 20. #NO1ShinesLikeHongjoong 39.1K posts