Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

Michael Trilford
Michael Trilford
182 Points

What is the best course to learn about data on the web?

I'm good at creating web experiences on my local machine, I have no idea how to take the next step to make it a full web experience using data stored in a database.

Ideal world: ā€¢ Create a web experience ā€¢ Simply link to a data-base (I need a simple service. Vercel has nailed web deployment, what is the best data service that is intuitive?) ā€¢ Push from Github to Vercel

1 Answer

Johnathan Guzman
Johnathan Guzman
7,432 Points

Hmm.. Although I do not have any solid resources for you, I recommend you mess around with API's(if you haven't already) and play with that data. Once comfortable, choose a db to work with and add the API data to your db and implement CRUD features.

Hope this helps.