Integrating AI to my portfolio Pt.1
AI is almost everywhere, that's true. But as software developers, that means that we have to keep up with the times and not be intimidated by it. As an AI enthusiast myself (I get it, my take could...

Source: DEV Community
AI is almost everywhere, that's true. But as software developers, that means that we have to keep up with the times and not be intimidated by it. As an AI enthusiast myself (I get it, my take could be a bit biased because of it đ) I came to the conclusion that I need to show off some AI integration skills if I want to take part in the future of AI development, and what better way there is to start than to implement it in my own little space on the internet? The plan đ Is simple, for now I will integrate a dedicated chatbot into my portfolio that answers questions about my projects, my experience, interests, current situation, etc... The API used in this component is Groq, a provider that offers a generous free plan for model inference. Technical requirements đ§ Write a react component for the chatbot and design the message logic Program the endpoint for communicating with the API Prepare the system prompt with all the information about me The component and logic âď¸ The react componen