ModulusX's profile picture. Curating my learning odyssey 🧑‍💻📚

Yash

@ModulusX

Curating my learning odyssey 🧑‍💻📚

Day 41 of #100DaysOfCode ✅ Studied React fragments and their role in rendering multiple elements without extra nodes. ✅ Learned the rules for using React hooks effectively. ✅ Explored the Context API to manage state globally in React. #connect

ModulusX's tweet image. Day 41 of #100DaysOfCode
✅ Studied React fragments and their role in rendering multiple elements without extra nodes.
✅ Learned the rules for using React hooks effectively.
✅ Explored the Context API to manage state globally in React.

#connect
ModulusX's tweet image. Day 41 of #100DaysOfCode
✅ Studied React fragments and their role in rendering multiple elements without extra nodes.
✅ Learned the rules for using React hooks effectively.
✅ Explored the Context API to manage state globally in React.

#connect

Day 39-40 of #100DaysOfCode ✅ Learned about updating objects and arrays in React state. ✅ Explored the useActionState and useId hooks in React. ✅ Studied React fragments and rules for using React hooks effectively.

ModulusX's tweet image. Day 39-40 of #100DaysOfCode
✅ Learned about updating objects and arrays in React state.
✅ Explored the useActionState and useId hooks in React.
✅ Studied React fragments and rules for using React hooks effectively.
ModulusX's tweet image. Day 39-40 of #100DaysOfCode
✅ Learned about updating objects and arrays in React state.
✅ Explored the useActionState and useId hooks in React.
✅ Studied React fragments and rules for using React hooks effectively.

Day 38 of #100DaysOfCode ✅ Learned about ForwardRef in React and how to pass refs as props. ✅ Explored the useFormStatus hook for managing form state efficiently. ✅ Studied the useTransition hook for handling transitions in a non-blocking way.

ModulusX's tweet image. Day 38 of #100DaysOfCode
✅ Learned about ForwardRef in React and how to pass refs as props.
✅ Explored the useFormStatus hook for managing form state efficiently.
✅ Studied the useTransition hook for handling transitions in a non-blocking way.
ModulusX's tweet image. Day 38 of #100DaysOfCode
✅ Learned about ForwardRef in React and how to pass refs as props.
✅ Explored the useFormStatus hook for managing form state efficiently.
✅ Studied the useTransition hook for handling transitions in a non-blocking way.

Day 37 of #100DaysOfCode ✅ Integrated Bootstrap into React for responsive and pre-styled components. ✅ Learned how to use Bootstrap classes in JSX for styling and layout. ✅ Explored customizing Bootstrap styles using external stylesheets.

ModulusX's tweet image. Day 37 of #100DaysOfCode
✅ Integrated Bootstrap into React for responsive and pre-styled components.
✅ Learned how to use Bootstrap classes in JSX for styling and layout.
✅ Explored customizing Bootstrap styles using external stylesheets.
ModulusX's tweet image. Day 37 of #100DaysOfCode
✅ Integrated Bootstrap into React for responsive and pre-styled components.
✅ Learned how to use Bootstrap classes in JSX for styling and layout.
✅ Explored customizing Bootstrap styles using external stylesheets.

Day 36 of #100DaysOfCode ✅ Learned different ways to style React components, including inline, dynamic, and external styles. ✅ Explored Styled Components and how they help manage component-level styling efficiently. ✅ Built a Pomodoro Timer using HTML, CSS, and JavaScript.

ModulusX's tweet image. Day 36 of #100DaysOfCode
✅ Learned different ways to style React components, including inline, dynamic, and external styles.
✅ Explored Styled Components and how they help manage component-level styling efficiently.
✅ Built a Pomodoro Timer using HTML, CSS, and JavaScript.

Day 35 of #100DaysOfCode ✅ Learned about protected routes and authentication handling in React Router ✅ Implemented role-based access control using Outlet and Navigate ✅ Explored lazy loading and code-splitting with React.lazy() and Suspense for optimized routing performance

ModulusX's tweet image. Day 35 of #100DaysOfCode
✅ Learned about protected routes and authentication handling in React Router
✅ Implemented role-based access control using Outlet and Navigate
✅ Explored lazy loading and code-splitting with React.lazy() and Suspense for optimized routing performance
ModulusX's tweet image. Day 35 of #100DaysOfCode
✅ Learned about protected routes and authentication handling in React Router
✅ Implemented role-based access control using Outlet and Navigate
✅ Explored lazy loading and code-splitting with React.lazy() and Suspense for optimized routing performance

Day 34 of #100DaysOfCode ✅ Explored React Router for client-side navigation and dynamic routing. ✅ Implemented basic routing with nested routes and route parameters. ✅ Practiced handling different route scenarios and navigation patterns. #webdev #connect

ModulusX's tweet image. Day 34 of #100DaysOfCode

✅ Explored React Router for client-side navigation and dynamic routing.

✅ Implemented basic routing with nested routes and route parameters.

✅ Practiced handling different route scenarios and navigation patterns.

#webdev #connect
ModulusX's tweet image. Day 34 of #100DaysOfCode

✅ Explored React Router for client-side navigation and dynamic routing.

✅ Implemented basic routing with nested routes and route parameters.

✅ Practiced handling different route scenarios and navigation patterns.

#webdev #connect

Day 33 of #100DaysOfCode ✅ Spent time reviewing notes on React lifecycle methods. ✅ Watched a couple of tutorials on advanced hooks (useContext, useReducer). ✅ Jotted down a few ideas for future projects to apply what I've learned. #WebDev #connect

ModulusX's tweet image. Day 33 of #100DaysOfCode

✅ Spent time reviewing notes on React lifecycle methods.

✅ Watched a couple of tutorials on advanced hooks (useContext, useReducer).

✅ Jotted down a few ideas for future projects to apply what I've learned.
 #WebDev #connect
ModulusX's tweet image. Day 33 of #100DaysOfCode

✅ Spent time reviewing notes on React lifecycle methods.

✅ Watched a couple of tutorials on advanced hooks (useContext, useReducer).

✅ Jotted down a few ideas for future projects to apply what I've learned.
 #WebDev #connect

Day 32 of #100DaysOfCode Took a few days off to recover from a fever, but back on track! ✅ Revised React components, props, state, and hooks (useState, useEffect) ✅ Reviewed JSX syntax conditional rendering, and event handling ✅ Practiced React fundamental through exercises

ModulusX's tweet image. Day 32 of #100DaysOfCode
Took a few days off to recover from a fever, but back on track!

✅ Revised React components, props, state, and hooks (useState, useEffect)
✅ Reviewed JSX syntax conditional rendering, and event handling
✅ Practiced React fundamental through exercises
ModulusX's tweet image. Day 32 of #100DaysOfCode
Took a few days off to recover from a fever, but back on track!

✅ Revised React components, props, state, and hooks (useState, useEffect)
✅ Reviewed JSX syntax conditional rendering, and event handling
✅ Practiced React fundamental through exercises

Day 31 of #100DaysOfCode ✅ Built a mini calendar project using HTML, CSS, and JavaScript, focusing on date manipulation and user interaction. ✅ Continued learning about Hooks in React, diving deeper into useEffect for advanced side effect management. #webdev #connect

ModulusX's tweet image. Day 31 of #100DaysOfCode

✅ Built a mini calendar project using HTML, CSS, and JavaScript, focusing on date manipulation and user interaction.
✅ Continued learning about Hooks in React, diving deeper into useEffect for advanced side effect management.

#webdev #connect
ModulusX's tweet image. Day 31 of #100DaysOfCode

✅ Built a mini calendar project using HTML, CSS, and JavaScript, focusing on date manipulation and user interaction.
✅ Continued learning about Hooks in React, diving deeper into useEffect for advanced side effect management.

#webdev #connect

Day 30 of #100DaysOfCode! ✅ Built a text-to-voice project using HTML, CSS, and JavaScript. ✅ Started learning about Hooks in React, understanding how useState and useEffect manage state and side effects in functional components. #webdev #javascript #react #connect

ModulusX's tweet image. Day 30 of #100DaysOfCode!

✅ Built a text-to-voice project using HTML, CSS, and JavaScript.
✅ Started learning about Hooks in React, understanding how useState and useEffect manage state and side effects in functional components.

#webdev #javascript #react #connect

Day 29 of #100DaysOfCode! ✅ Learned how to create and render React elements using JSX and createElement. ✅ Explored using variables in JSX with curly brace syntax and createElement. ✅ Built a random quote generator using HTML, CSS, and JavaScript. #webdev #connect

ModulusX's tweet image. Day 29 of #100DaysOfCode!

✅ Learned how to create and render React elements using JSX and createElement.
✅ Explored using variables in JSX with curly brace syntax and createElement.
✅ Built a random quote generator using HTML, CSS, and JavaScript.

#webdev #connect

Day 27-28 of #100DaysOfCode! ✅ Learned about JSX in React. ✅ Built an age calculator using HTML, CSS, and JavaScript to enhance DOM manipulation skills ✅ Completed Git #reactjs #100daysofcoding #WebDevelopment #javascript #html #css #git #connect

ModulusX's tweet image. Day 27-28 of #100DaysOfCode!

✅ Learned about JSX in React.
✅ Built an age calculator using HTML, CSS, and JavaScript to enhance DOM manipulation skills
✅ Completed Git 

#reactjs #100daysofcoding #WebDevelopment #javascript #html #css #git #connect
ModulusX's tweet image. Day 27-28 of #100DaysOfCode!

✅ Learned about JSX in React.
✅ Built an age calculator using HTML, CSS, and JavaScript to enhance DOM manipulation skills
✅ Completed Git 

#reactjs #100daysofcoding #WebDevelopment #javascript #html #css #git #connect

Day 26 of #100DaysOfCode! ✅ Spent the day learning more about Git, focusing on understanding branching and how to merge changes ✅ Installed React and went through basic introduction to understand how it works and its core concept #git #reactjs #100DaysOfCode #webdev #connect

ModulusX's tweet image. Day 26 of #100DaysOfCode!

✅ Spent the day learning more about Git, focusing on understanding branching and how to merge changes
✅ Installed React and went through basic introduction to understand how it works and its core concept
#git #reactjs #100DaysOfCode #webdev #connect
ModulusX's tweet image. Day 26 of #100DaysOfCode!

✅ Spent the day learning more about Git, focusing on understanding branching and how to merge changes
✅ Installed React and went through basic introduction to understand how it works and its core concept
#git #reactjs #100DaysOfCode #webdev #connect

Day 24 & 25 of #100DaysOfCode! ✅ Revised all JavaScript concepts and strengthened my understanding (Day24) ✅ Installed and set up Git on my system ✅ Learned Git basics and key terms like repo, commit, branch, merge, and pull #javascript #git #100DaysOfCode #webdev #connect

ModulusX's tweet image. Day 24 & 25 of #100DaysOfCode!

✅ Revised all JavaScript concepts and strengthened my understanding (Day24)
✅ Installed and set up Git on my system
✅ Learned Git basics and key terms like repo, commit, branch, merge, and pull

#javascript #git #100DaysOfCode #webdev #connect
ModulusX's tweet image. Day 24 & 25 of #100DaysOfCode!

✅ Revised all JavaScript concepts and strengthened my understanding (Day24)
✅ Installed and set up Git on my system
✅ Learned Git basics and key terms like repo, commit, branch, merge, and pull

#javascript #git #100DaysOfCode #webdev #connect

Day 23 of #100DaysOfCode ✅ Explored JavaScript Design Patterns (Module, Factory, Singleton). ✅ Deepened understanding of Closures and Scope. ✅ Worked with Shadow DOM to create encapsulated components. #javascript #100daysofcoding #coding #webdev #frontend #connect

ModulusX's tweet image. Day 23 of #100DaysOfCode

✅ Explored JavaScript Design Patterns (Module, Factory, Singleton).
✅ Deepened understanding of Closures and Scope.
✅ Worked with Shadow DOM to create encapsulated components.

#javascript #100daysofcoding #coding #webdev #frontend #connect
ModulusX's tweet image. Day 23 of #100DaysOfCode

✅ Explored JavaScript Design Patterns (Module, Factory, Singleton).
✅ Deepened understanding of Closures and Scope.
✅ Worked with Shadow DOM to create encapsulated components.

#javascript #100daysofcoding #coding #webdev #frontend #connect

Day 22 of #100DaysOfCode ✅ Explored AJAX and fetch API for making asynchronous HTTP request ✅ Studied Promise and async/await ✅ Learned about error handling in asynchronous operations. #javascript #100daysofcoding #coding #webdev #html #css #frontend #learning #connect

ModulusX's tweet image. Day 22 of #100DaysOfCode

✅ Explored AJAX and fetch API for making asynchronous HTTP request

✅ Studied Promise and async/await

✅ Learned about error handling in asynchronous operations.

#javascript #100daysofcoding #coding #webdev #html #css #frontend #learning #connect
ModulusX's tweet image. Day 22 of #100DaysOfCode

✅ Explored AJAX and fetch API for making asynchronous HTTP request

✅ Studied Promise and async/await

✅ Learned about error handling in asynchronous operations.

#javascript #100daysofcoding #coding #webdev #html #css #frontend #learning #connect

Day 21 of #100DaysOfCode ✅ Mastered DOM traversal methods. ✅ Explored form handling by creating a dynamic form with real time validation. ✅ Implemented Local Storage to persist data across page reloads. #javascript #100daysofcoding #coding #webdev #html #css #connect

ModulusX's tweet image. Day 21 of #100DaysOfCode

✅ Mastered DOM traversal methods.

✅ Explored form handling by creating a dynamic form with real time validation.

✅ Implemented Local Storage to persist data across page reloads.

#javascript #100daysofcoding #coding #webdev #html #css #connect
ModulusX's tweet image. Day 21 of #100DaysOfCode

✅ Mastered DOM traversal methods.

✅ Explored form handling by creating a dynamic form with real time validation.

✅ Implemented Local Storage to persist data across page reloads.

#javascript #100daysofcoding #coding #webdev #html #css #connect

Day 20 of #100DaysOfCode ✅ Continued exploring the DOM by mastering event delegation for dynamic elements. ✅ Built a to-do list app with add, edit, and delete functionalities. #javascript #100daysofcoding #coding #webdev #html #css #connect #buildinpublic

ModulusX's tweet image. Day 20 of #100DaysOfCode

✅ Continued exploring the DOM by mastering event delegation for dynamic elements.

✅ Built a to-do list app with add, edit, and delete functionalities.

#javascript #100daysofcoding #coding #webdev #html #css #connect  #buildinpublic
ModulusX's tweet image. Day 20 of #100DaysOfCode

✅ Continued exploring the DOM by mastering event delegation for dynamic elements.

✅ Built a to-do list app with add, edit, and delete functionalities.

#javascript #100daysofcoding #coding #webdev #html #css #connect  #buildinpublic

Day 18 & 19 of #100DaysOfCode ✅ Practiced advanced DOM manipulation and traversing methods. ✅ Implemented interactive list updates with user input. ✅ Learned form validation with preventDefault(). #javascript #100DaysOfCoding #webdev #coding #connect #buildinpublic

ModulusX's tweet image. Day 18 & 19 of #100DaysOfCode

✅ Practiced advanced DOM manipulation and traversing methods.
✅ Implemented interactive list updates with user input.
✅ Learned form validation with preventDefault().

#javascript #100DaysOfCoding #webdev #coding #connect #buildinpublic
ModulusX's tweet image. Day 18 & 19 of #100DaysOfCode

✅ Practiced advanced DOM manipulation and traversing methods.
✅ Implemented interactive list updates with user input.
✅ Learned form validation with preventDefault().

#javascript #100DaysOfCoding #webdev #coding #connect #buildinpublic

United States 트렌드

Loading...

Something went wrong.


Something went wrong.