Тёмный
No video :(

Creating APIs in Nuxt with Daniel Roe 

Treblle
Подписаться 1,3 тыс.
Просмотров 12 тыс.
50% 1

Dive into the universe of Nuxt at Treblle's Hacktoberfest as Daniel Roe demystifies the process of "Creating APIs in Nuxt."
💡 Session Highlights:
Introduction to the Nuxt framework and its advantages for API development.
Step-by-step guide on building efficient and scalable APIs using Nuxt.
Best practices and tips for optimising your Nuxt-based API's performance and security.
Engage in an interactive Q&A session with Daniel, benefiting from his deep expertise in Nuxt and API development.
🗣️ Speaker:
Daniel Roe, Core Team Member at Nuxt. As a leading figure in the Nuxt community, Daniel brings a wealth of knowledge and hands-on experience, making him a sought-after voice on best practices and innovative techniques in Nuxt.
📆 Date: Daniel's session on "Creating APIs in Nuxt" is set to be a cornerstone of the Treblle Hacktoberfest. Ensure you've saved the date!
:link: For more details about the event and other sessions, visit Treblle Hacktoberfest kdta.io/trebll...
👉🏾 Elevate Your Nuxt Game! Subscribe now and activate the notification bell to stay informed about Daniel's session and more.
Dive deep into Nuxt and craft APIs that stand out! 🚀

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@ragura
@ragura 10 месяцев назад
This is an incredible introduction to Nuxt's server folder and related functionality. Perfect tutorial with clear and concise explanations! Thank you, Daniel!
@j.erlandsson
@j.erlandsson 2 месяца назад
Amazing introduction video! And I was afraid that you'd have to handle both POST and GET requests within the same function. Being able to use the method suffix in the filename is a massive win. Again, amazing talk and well done Nuxt team!
@olatunjiolakunle6908
@olatunjiolakunle6908 10 месяцев назад
Wow, loved the quick tutorial. Thanks Daniel.
@Tarabass
@Tarabass 10 месяцев назад
I knew I had to watch this. I was struggling with setting headers in a middleware using a h3 helper function, but this header wasn't there. Now I see I can set this header through routerules 🎉
@antonioparodyguzman3548
@antonioparodyguzman3548 9 месяцев назад
Amazing! As always, thanks a lot Daniel!
@epiphanyatnight8732
@epiphanyatnight8732 10 месяцев назад
Such a useful video, learnt a ton!
@AlexanderSumkin
@AlexanderSumkin 3 месяца назад
That's a snippet pack do you use for so fast coding?
@jwenaposse305
@jwenaposse305 23 дня назад
How do I make my vs code look like this?
@tijohnnguyen7058
@tijohnnguyen7058 9 месяцев назад
What is the web browser you're using? Thanks.
@moncefhilali4338
@moncefhilali4338 8 месяцев назад
It's Arc !
@iUmerFarooq
@iUmerFarooq 10 месяцев назад
I want you to make more videos on Nuxt 3.
@serialKillerReborn
@serialKillerReborn 10 месяцев назад
Nuxt 3 is dead
@_timestamp
@_timestamp 9 месяцев назад
​@@serialKillerRebornwhy you thin so?
@Tarabass
@Tarabass 10 месяцев назад
Which pattern to use when login in a user if I want to know if the user checked the option "keep logged on"? Should I pass the value as a param to the auth api call and set a cookie when true and otherwise use a session?
@user-ie1xg3he4t
@user-ie1xg3he4t 6 месяцев назад
How to set cookies in the Server endpoints so that it is shared between the server and the client?
@happynewyearw
@happynewyearw 11 месяцев назад
😍😍😍
@fabriciomoeller1
@fabriciomoeller1 10 месяцев назад
Hi Daniel, what is the client http do you use
@stephanemo2135
@stephanemo2135 10 месяцев назад
httpie maybe ?
@mohammedsafvan6344
@mohammedsafvan6344 8 месяцев назад
Does anyone know what he is using to send the request, i mean it's so easy to work with?
@treblle
@treblle 8 месяцев назад
He is using HTTPie in the terminal here, which is a really nice way to send API requests using the command line!
@breezycodes
@breezycodes 8 месяцев назад
Wow.. thanks.. the only thing I have not figured out is how to setup socket io with Nitro/h3. I get it to work in development but not in production 😢
@treblle
@treblle 8 месяцев назад
Hi Breezy. As far as we know, the Nitro websocket is still in development, check this out: github.com/unjs/nitro/issues/678
@Gaijin101
@Gaijin101 7 месяцев назад
Crossws, part of unjs. check it out
@jwenaposse305
@jwenaposse305 22 дня назад
seems it's integrated in nitro now.
@tomu_sange
@tomu_sange 10 месяцев назад
What's the nuxt server? Could it be the best thing that will beat both, superbase and firebase
@josephastrahan6403
@josephastrahan6403 6 месяцев назад
What is the command line tool you are using to test the http commands on the mac? I assume you can install it with brew but not sure the package name?
@josephastrahan6403
@josephastrahan6403 6 месяцев назад
okay found out it's httpie
@TheAlexLichter
@TheAlexLichter 11 месяцев назад
👀👀👀
@marcushohlbein
@marcushohlbein 10 месяцев назад
Hey Alex, do you know which cli daniel uses to make the http request at 3:25?
@TheAlexLichter
@TheAlexLichter 10 месяцев назад
It is HTTPie @@marcushohlbein ☺
@Tarabass
@Tarabass 10 месяцев назад
@@marcushohlbein Looks like httpie, but i'm not sure
@josephastrahan6403
@josephastrahan6403 6 месяцев назад
I am curious also what this is, did you figure it out?@@marcushohlbein
@TheAlexLichter
@TheAlexLichter 6 месяцев назад
@@TarabassYup, this is it!
@shaungbhone8368
@shaungbhone8368 10 месяцев назад
Can't see anything, I am watching on mobile.
@maxgromann7346
@maxgromann7346 7 месяцев назад
Fullscreen on mobile works fine for me
Далее
Next.js with a separate server - good idea?
22:53
Просмотров 59 тыс.
Mastering Advanced Nuxt.js with Daniel Roe
1:19:33
Просмотров 10 тыс.
A Better Approach To Data Fetching In Nuxt?
4:51
Просмотров 7 тыс.
The BEST way to proxy your API in Nuxt
21:12
Просмотров 16 тыс.
Nuxt API Routes: Integrate Server-Side Logic Easily
8:43
You're Probably Using Nuxt Wrong
5:16
Просмотров 22 тыс.