Using ChatGPT to build a Rails API

preview_player
Показать описание
There is a lot of hype around OpenAI and ChatGPT's use for development. Can I use ChatGPT to build me a Rails API? I'll ask ChatGPT to build me an API with increasing complex requirements and see how far it gets.

00:37 - Building a rails --api app with a GET index endpoint
04:23 - Adding a DELETE endpoint
06:25 - Versioning the API
08:42 - Adding JWT authentication
13:46 - Thoughts on ChatGPT
Рекомендации по теме
Комментарии
Автор

really good vid, is it possible to make a tut on using Stripe connect for a marketplace app? So many apps use this functionality nowadays but there are no up to date tuts in Rails, keep up the great work, thanks

neverforget
Автор

I'm interested in seeing how this can help with code review or as a co-pilot. There's an excellent potential for improving code quality, IMHO.

Danmazzei