728x90 반응형 Dev & LLM8 4 Methods of Prompt Engineering 4 Methods of Prompt Engineering https://www.youtube.com/watch?v=1c9iyoVIwDs KB(knowledge base) COT (Chain Of Thought) 2024. 3. 13. LLM - How Large Language Models Work & What are Generative AI models? https://www.youtube.com/watch?v=5sLYAQS9sWQ What are Generative AI models? https://www.youtube.com/watch?v=hfIUstzHs9A 2024. 3. 13. Redux vs Redux Toolkit (code example) Redux Basics Redux is a state management library that allows you to have a global state in the context of react. It means that you can have a state that is accessible from any component no matter where they are in the tree. Important concepts - 1. Store: - global state that is going to be accessible across any component no matter where they are in the react application. store you get to define i.. 2024. 3. 9. Typescript - interface, type, class 이해하기 Let’s delve into the differences between interfaces, types, and classes in TypeScript, along with practical examples for each. Interfaces An interface defines a contract that an object must adhere to. It describes the shape of an object by specifying its properties and methods. Here’s an example: TypeScript interface Client { name: string; address: string; } You can express the same contract usi.. 2024. 3. 9. 이전 1 2 다음 728x90 반응형