Nice. Thanks. If only I could move the profile selection to the top of the vertical tabs bar. 🙂
@SavantIvar7 күн бұрын
I use both Arc and Brave but I like Arc more
@zsoro212 күн бұрын
What about storage folder on production? How would you handle that? Create a volume for storage ? Or what is the best way in your opinion? My problem is i dont want to loose the files, even if i rebuild the image
@tenacity_dev12 күн бұрын
If you need storage then you should map a docker volume in your caddy service to /storage in your application and then any uploaded files will be saved.
@abnerssantana14 күн бұрын
Thanks for sharing!
@melophylic746914 күн бұрын
Short, concise, informative.. love it!
@eternal8lueforever14 күн бұрын
Niceeeee
@akejemmy601015 күн бұрын
When switching from 'production' to 'development' mode, do I have to change the 'DB_HOST' from db to localhost?
@tenacity_dev15 күн бұрын
When you are running it locally with php artisan serve you should use localhost. When running it in production the container will want to connect the database and since they are running on the internal docker network you will use db.
@FarshadGhanbari-er1gn20 күн бұрын
Please add reverb, I have a lot of problems with it
@tenacity_dev20 күн бұрын
I'll keep that in mind for the future videos
@TheBalkanSpy22 күн бұрын
This is exactly my setup. Also brave on iOS and Android is sooo much more customizable than Arc Search and the ad blocker there is much better as well coz you can choose your own filters just like on desktop!
@creedio713022 күн бұрын
Solid explanation, Is this suitable for production?
@tenacity_dev21 күн бұрын
Yes it is. It has everything you need for a production app. You should only modify the Caddyfile to suit your needs and of course have SSL on your site since you don't want to use port 80 in production.
@lwa.dev7423 күн бұрын
Subs👍
@lwa.dev7423 күн бұрын
This is amazing, this is the best explanation of docker setup and laravel thank you
@tenacity_dev23 күн бұрын
Thank you!!!
@jltg34Ай бұрын
I followed along with this seemingly deprecated tutorial, trying to get things working for hours, only to find out that you can pretty much do the same thing with media queries with a tiny fraction of the effort... eugh.
@danser_theplayer01Ай бұрын
I understand that the video is about next.js but literally the import() function is representing the whole concept of a dynamic import, and it works with any javascript. Just want people to know that they can do it in vanilla with basically no hand rolling required, you simply make a short function just like making a component. Put up a lodaing screen, await loading, done. In one of my projects I'm funneling a lot of modules through a file and importing them as one mean variable. I have 2 folders with similar code and I want only one depending on the environment. So I have an IFEE to load one folder or the other. It's a use case not for fast upfront loading but for conditional loading to remove redundancy.
@mayokunajiboye3436Ай бұрын
Just run the damn migrations bro!
@marouasedoud7033Ай бұрын
is there a similar method for expo ?
@amangoyal1583Ай бұрын
Great tutorial bro. I was stuck in it from 2 days.
@janduna4100Ай бұрын
Get to the point, you repeat one thing 50 times...
@tenacity_devАй бұрын
It makes sense to repeat important things so they stick with you, I'll keep this in mind for future videos!
@fakirestАй бұрын
It works! But, it is not the best practice. The application must have restricted access to the database (most of the time ) and MUST NOT be granted to modify the production database structure. We should treat the application as a 3rd party software unless the application is a database management tool. Thank you
@etinosaizekor6533Ай бұрын
Good stuff man. Thank you
@tenacity_dev8 күн бұрын
Glad to help
@vignxsАй бұрын
hi , could you please make more videos on fastapi and sqlalchemy2 and pydanctic. thanks a lot for this one!
@raishw64832 ай бұрын
Why would i use this instead of thr src directory?
@Jacks50n2 ай бұрын
code for this anywhere ? this is good
@od1ez2 ай бұрын
hm, in my case it creates empty migration table and does not create users table
@BRP-Moto-Tips2 ай бұрын
Worked wonders with NPM, not so much with pnpm :( I traced it back to Typeorm's cli but I tried quite a few things. Hope someone finds this lol
@carlosrofts52302 ай бұрын
Thanks dude , What can i use for real time text recognition?
@bogxd3 ай бұрын
The animations are looking smooth <3
@jeneration3 ай бұрын
Profile in Brave cannot compare with Space in Arc, it not the same. Space can be switched easily and immediately by a keyboard shortcut.Also, it can pin tabs across spaces
@tenacity_dev3 ай бұрын
I agree, Brave's equivalent in Profiles is not that in switching a context as in Arc.
@GreenCanvasInteriorscape3 ай бұрын
I updated my brave browser stupidly, I can only hear audio using KZbin on the brave browser with the desktop selected, I know your addressing a different issue but perhaps you're aware of a fix? Mighty annoyed at myself in not letting what works work and not recalling how many times update screwed things up thanks
@tenacity_dev3 ай бұрын
Hm, not sure. If I hear about a solution, I'll reply to your comment.
@davidsha3 ай бұрын
Basically give constructive criticism lmao
@jpedrothejo3 ай бұрын
just use arc
@Super-y4x3 ай бұрын
i use opera gx w/ some mods
@DoFliesCallUsWalks3 ай бұрын
brave is better security and has built in ad prevention
@Hckr_pr_gmr3 ай бұрын
Opera GX is ASS
@AhmadJutt8503 ай бұрын
Good suggestion
@techaddictdude3 ай бұрын
How on earth are you using useState in the server component?
@tenacity_dev3 ай бұрын
Good question, this was before the new Next.js updates where if you want to use state or something similar you had to write "use client" at the top of the component.
@Nomad-o3l3 ай бұрын
Sick animation. What did you use?
@tenacity_dev3 ай бұрын
Thank you! I used Manim to make these animations.
@Hcihcip3 ай бұрын
hey,its really a great video But can you share some books, podcasts,videos to improve communication skill?
@tenacity_dev3 ай бұрын
Thank you! I do have lots of good recommendations. I'll see if I can make a video about books and other videos on how to improve communication skills.
@rendivs3 ай бұрын
thanks you tought me how to write better PR xD
@ediancomachio27833 ай бұрын
this is great thank you so much
@wahabmufidat38374 ай бұрын
Hi thanks for the grate content but i am finding it difficult to load my docker compose up
@VuNguyen-bq4og4 ай бұрын
tldr: move useQuery part to a reusable hook
@abdul-haque194 ай бұрын
This is working on Android but not in iOS!
@CodeWithRains4 ай бұрын
Backend is ready in Spring Boot , only i wantt that , how , ! Login page will be created !, and token how it is going to manage and stored, and how navigations will work , this is my first time seeing next i did even learn this just started coding , i am Angular developer !. Now as per ssr , i learn here many things , here need gaurd on routing , if loged in then dashbaord else login page , ! this is simple but getting the errors now for the storing cookies etc.. now will see your idea, hope i will be able to implement it with middleware lets see ,
@rendivs4 ай бұрын
It takes genius to make it simple :)
@leventegaborlevai48974 ай бұрын
As a beginner in nextjs I learned a lot more from this video, than any other one I've watched. Thank you!
@tenacity_dev4 ай бұрын
Love to hear that, thank you!
@crocodile7719-d3b4 ай бұрын
Is this compatible with Custom user and Djoser package and if we want to authenticate when registering, will it set the cookie?
@tenacity_dev4 ай бұрын
Yes, you can use Custom User, I always use this with Customer User and it works seamlessly. dj-rest-auth has a registration endpoint. Social authentication is supported and many other things.
@crocodile7719-d3b4 ай бұрын
@@tenacity_dev can you make video about that
@tenacity_dev4 ай бұрын
@@crocodile7719-d3b I'll keep that in mind for future videos I'll be doing, good suggestion
@crocodile7719-d3b4 ай бұрын
@@tenacity_dev and how incode user_info in access token
@ОлегБаранчиков-ф5у4 ай бұрын
Good explanation
@AlexMarba5 ай бұрын
bro... my eyes 😭Really interesting video :)
@tenacity_dev5 ай бұрын
Hahaha, I'll use dark mode next time :D
@alexkiwi19094 ай бұрын
@@tenacity_dev please
@Pk_08075 ай бұрын
That was an clear explanation.. haven't heard this kind of explantion from the other videos. Thanks man
@vadimivanovich18275 ай бұрын
Somehow I ended up using the same pattern on my own. Thank you for spreading good ideas 💡
@justin94945 ай бұрын
i cant get the access_token in /me route, i see it in my cookies in inspect element but not from getCookies D: I need help