RAG - Using Local Data with Language Models
RAG is a technique to use language models with your own data.
A collection of topics I learn about every day. Not always definitive, not always perfect, sometimes not even new—but hopefully useful for sharing knowledge and refreshing my own memory.
RAG is a technique to use language models with your own data.
Redux is an alternative to Context API for utilizing states across multiple React components.
Consideration of forms and individual user inputs in React, including validation
Custom React Hooks to utilize data from the backend across multiple components
I learned how to fetch data from a backend, handle errors, and display loading screens.
I have learned various techniques and tools to improve React applications
I learned how to handle side effects in React.
I learned how to use context API to share state across different React components.
I have learned how to create dialog windows in React.
I learned what the difference between use State and useRef is
I have learned about the various ways to style React components.
I have learned how to not overwrite data.
I have learned how to create more flexible components.
I learned how to create more flexible components using rest properties.
I learned that JSX code can only have one root element.
I have learned how to display a list of data using React components.
I learned how parts of a React component can be conditionally rendered or how styling can be changed based on interactions.
I learned how to update a webpage using React.
I have learned how to respond to user interactions in React.
I have learned how to pass data to a React component using Props.
I learned that by creating React components, web applications become more maintainable and structured.
In the context of the Udemy course, I also refreshed and expanded my JavaScript knowledge, see the last blog post for more details.
React is a "library" that simplifies the creation of user interfaces. In this article, I will show what I have learned about React.