posted an update

Continued Progress

I successfully completed the user setup part. Now, users can enter their dream jobs and current skills to create their account. Then, it displays all their skills at the bottom of the page. While doing this I learned more about how No-SQL functions using collections and documents.

I also began working on the code to generate the user's learning journey. This will retrieve the web pages and YouTube videos by using the Custom Search API and YouTube API. I learned how to add a server side to my Vercel app with Node.js. I began creating the API for the learning journey retrieval/creation.

Thoughts

I am learning not all API keys are made to be public. They have varying levels of security from public -> private. It is important to carefully be aware of where the keys will be injected: "Are they injected in client-side code or server-side?". Tomorrow, I have much I hope to accomplish: complete learning journey creation & begin the chrome extension.

Log in or sign up for Devpost to join the conversation.