Тёмный
Full Stack Jack
Full Stack Jack
Full Stack Jack
Подписаться
This channel is about full stack web development.
Debug Nuxt 3 In docker
3:36
Год назад
Nuxt 3 Module building tips
7:00
Год назад
nuxt3 with docker
18:50
Год назад
Nuxt Mailer
8:45
Год назад
What's Next for 2023 ?
1:04
Год назад
Nuxt News | Episode 3
2:35
Год назад
Find Nuxt3 Type Errors
4:20
Год назад
Nuxt News | Episode 2
2:29
2 года назад
Nuxt News | Episode 1
2:13
2 года назад
Deploy Nuxt3 via GitHub Actions
25:27
2 года назад
Nuxt 3 Dark Mode Tutorial
4:53
2 года назад
Nuxt 3 Getting Started
1:19
2 года назад
Nuxt 3 Routing / Nuxt 3 for Beginners
8:12
2 года назад
Nuxt 3 hands on
10:35
2 года назад
Four Tips for Cleaner Code
11:43
2 года назад
Domain Driven Design in Laravel
9:40
2 года назад
Комментарии
@khrystyan888
@khrystyan888 21 день назад
In windows COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml The system cannot find the file specified.
@SukantaPaul
@SukantaPaul 28 дней назад
it’s the forward slash /, not back slash
@alikasmou5424
@alikasmou5424 Месяц назад
thank you
@UncannyCoder
@UncannyCoder Месяц назад
you are a hidden gem
@klovvin
@klovvin 2 месяца назад
Where is Mr. full-stack-jacob? Is he Okay?? It's been over a year. Is this what Nuxt does to people ~O_o~
@FullStackJack
@FullStackJack 2 месяца назад
Busy 🙂 Doing well. I hope you are well, too. btw, I don't work for nuxt, just a guy who sometimes makes videos about stuff I find interesting.
@ramazanaktas748
@ramazanaktas748 2 месяца назад
Bro this is an introduction to a package for ddd in laravel, not a video on ddd in laravel. I will just follow my spring boot instincts to figure it out I guess
@eg0ist_665
@eg0ist_665 3 месяца назад
I don't get why people so amazed by this video, for me it s just flow of trash. How could it be simple for beginners if you copy paste files folders in a second and the whole thought just pass by??. Instead of 44 min you could make it more clear determined for 1.5 hour
@randomtimessomehow
@randomtimessomehow 4 месяца назад
Shouldn't we read the Stripe signature to validate the request? Because otherwise everyone could theoretically call this webhook (API) and do stuff?
@krupasavadiya
@krupasavadiya 4 месяца назад
awesome
@imtanuki4106
@imtanuki4106 5 месяцев назад
Show the final app first...what a novel idea...:>) props!
@narmpr1684
@narmpr1684 5 месяцев назад
Thanks What is defferent between domain and module? I think that domain like a module in this package and not like a domain in DDD
@DevBossMa
@DevBossMa 4 месяца назад
This is just a modular monolith architecture. There's no context boundaries no aggregates no ... to say that this is a DDD but the approach of separation of concerns still respected with the modular as well.
@beedav9236
@beedav9236 5 месяцев назад
Can you point us to the source code?
@gmd9767
@gmd9767 5 месяцев назад
Sadly doesn't run on Vercel
@jakubschulz4353
@jakubschulz4353 6 месяцев назад
How you configure available types in this module? Some autoimorts is available, sometimes not, some aliases is available, and sometimes not. It's very confusing :/
@josephastrahan6403
@josephastrahan6403 7 месяцев назад
You are one of the best tutorial makers (and just overall talented individual) I've ever seen (and I don't say that lightly, having seen thousands), covering what is 'actually' important to know and see, great work! I can show you a technique for SSL using certbot I put together if you reach out to me later, it completely automates SSL. One question I do have is the importance of stdin_open and tty in the compose file, since it works without these also. What purposes are these serving?
@josealfonso2117
@josealfonso2117 7 месяцев назад
Awesome Video!. Thanks Trying the repo in my laptop got this error first ⠦ mysql Pulling no matching manifest for linux/arm64/v8 in the manifest list entries then adding platform: linux/x86_64 got me a little further but then got: ✔ Container nuxt3-docker-tut-avantage-1 Created ✔ Container nuxt3-docker-tut-mysql-1 Recreated Attaching to avantage-1, mysql-1, nginx-1 Gracefully stopping... (press Ctrl+C again to force) Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/usr/local/playground/nuxt/nuxt3-docker-tut/config/nginx/nginx.conf" to rootfs at "/etc/nginx/nginx.conf": mount /usr/local/playground/nuxt/nuxt3-docker-tut/config/nginx/nginx.conf:/etc/nginx/nginx.conf (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
@breezycodes
@breezycodes 7 месяцев назад
Right in... left out... Thank you
@rajikkali2381
@rajikkali2381 7 месяцев назад
720p is so 2015
@qoonmax
@qoonmax 8 месяцев назад
good work, thx :)
@arthur9096
@arthur9096 8 месяцев назад
How do you deal with event source signatures when using Stripe Checkout?
@виртуоз_ру
@виртуоз_ру 8 месяцев назад
Хорош 👍
@виртуоз_ру
@виртуоз_ру 8 месяцев назад
👍
@szymonandrzejewski6087
@szymonandrzejewski6087 8 месяцев назад
I've done it 1:1 to you, but I have a problem with very slow page load. Also I don't see any changes on hot reload and even after page refresh (only when I refresh first time I see changes). To see my changes I must restart my docker container. Also I noticed that Nuxt Dev tools don't work. When I open nuxt without docker everything work good (it's fresh nuxt3 installation), so it's not a problem with nuxt.
@jmeaulnes9272
@jmeaulnes9272 10 месяцев назад
I am new to Node and Nuxt applications and I am very grateful to you for this video which really opened the way for me. However, I have a question: Unless I'm mistaken, I haven't seen any destruction of the session during logout. Aren't we going to pile up a multitude of sessions in the database?
@fvgoya
@fvgoya 10 месяцев назад
That's awesome!!!!!!!! THANK YOU!!! And yes, please, show us about the SSL. It's so hard find videos where people really show how to do it properly and that actually works.
@dila8621
@dila8621 11 месяцев назад
great video mate. thank you
@thomasgrab
@thomasgrab 11 месяцев назад
You get points for trying. But this vid is nothing but a promo of your package. And everything you show is work in progress hah There's much more to DDD so whoever's watching it, don't blindly follow, do more research and choose DDD approach that suits you best Ps plz don't quote uncle Bob, your app too looks exactly like a typical laravel. What uncle Bob was really saying is that laravel/rails or whatever framework, is an add-on to your project, not the dominant part of it. For instance in my apps laravel is installed into an src/frameworks folder making it clear, that laravel is to support our app. And whatever code uses laravel is well separated from domain layer so that laravel is swappable easily
@anonanon521
@anonanon521 11 месяцев назад
Why the inconsistencies between videos in terms of project structure?
@rifkiardiansyah616
@rifkiardiansyah616 11 месяцев назад
what app u used for creating that app flow?
@nested9301
@nested9301 11 месяцев назад
an Ecommerce app needs subscriptions as well?
@agamurat3019
@agamurat3019 11 месяцев назад
can we show pop up alert in front end when new subscription is created or updated?
@wisdomeshiet4259
@wisdomeshiet4259 Год назад
Man, you are solid👌🏼
@yohan2024
@yohan2024 Год назад
So, no hot reloading with auto refresh of the dom ? Isn't there a way to proxy the hot reload port the same way you did with the dev server ?
@buraiyen
@buraiyen Год назад
Please be aware that doing the flashing in the beginning can affect people who are sensitive to flashing light like me
@FullStackJack
@FullStackJack Год назад
Sorry if it caused you discomfort. I'm an idiot 😊 I'll avoid it in the future.
@АлМ-ы8ъ
@АлМ-ы8ъ Год назад
COPY PASTE.... (((
@matinlh644
@matinlh644 Год назад
Great job👌🏻👌🏻👌🏻 I think now DDD solved a lot of my problems with medium to large scale projects
@kaibe5241
@kaibe5241 8 месяцев назад
That's what it's for :)
@HoSs-AmJs
@HoSs-AmJs Год назад
colorMode is giving me underline error in nuxt.config.ts
@signoraw
@signoraw Месяц назад
I had the same problem. I renamed nuxt.config.ts to nuxt.config.js and it worked. I have no idea why though.
@randomtimessomehow
@randomtimessomehow Год назад
Have you made a video using Stripe UI elements?
@litergame
@litergame Год назад
where's the userstore coming from? I have followed the video and it cannot find the User object as there is no user store in our app yet.
@HG-wu6eb
@HG-wu6eb Год назад
Hello! I wonder why the hot reload doesn't work when we use nuxt 3 / docker on Windows?
@yanndeo9501
@yanndeo9501 Год назад
hi! still nothing the next video ?.
@44chan68
@44chan68 Год назад
help full video thanks
@shalinnipuna4232
@shalinnipuna4232 Год назад
Wow!!!! keep up the good work.
@nicholasmaniccia1005
@nicholasmaniccia1005 Год назад
Thank you I was trying to use AWS amplify and be lazy but somehow it is saying it builds and is successful, and I've double, and triple checked all my settings and configurations, yet I am getting an empty page. This was something I was putting off but having a guide like this really helped me just get it out of the way.
@LylMyck
@LylMyck Год назад
Thank you very much!
@nested9301
@nested9301 Год назад
ouch my head hurts
@philliptune
@philliptune Год назад
Came across DDD listening to a podcast on my bike ride tonight and just had to learn more. I will definitely be pulling down your package in the morning to play with!
@suharsh96
@suharsh96 Год назад
You're awesome jack!
@SagarYadavIndia
@SagarYadavIndia Год назад
time @34:52 - great idea to store errors in a map. Beautiful. You could make a small 5 minute video or even a 1 minute short youtube video over that. That's just so beautiful
@SagarYadavIndia
@SagarYadavIndia Год назад
time @12:10 - I would like to suggest a potential improvement. It could be beneficial to generate an ERD (Entity-Relationship Diagram) output after creating the database schema. This way, one would not need to scroll extensively and could explain the system to the user more efficiently. Thank you for considering this suggestion.