So proxy server's address should be allowed in main server cors right?
@AlexMercedCoder8 күн бұрын
The proxy server isn’t a front end app so no cors when it communicates with main server that’s why you need to proxy server as a runaround cors
@gavr_sas21 күн бұрын
no sound
@gevorggevorgyan8099Ай бұрын
I don't have listen
@olhachumbash3820Ай бұрын
Very interesting and helpful video! Thank you ❤
@franke19172 ай бұрын
Wow! That was very helpful! Basically, these are very similar to function pointers. Wish I had seen this video earlier. Thank you very much for the explanation!
@csupra72 ай бұрын
Everyone talks about simple array and object destructuring. No one goes deep and break this apart like this. When someone just starting out in react, it becomes difficult to understand and process how the hell destructuring works here with a function along with some parameters inside.
@karlkrasnowsky38952 ай бұрын
so you just abandoned the form design approach?
@karlkrasnowsky38952 ай бұрын
put is to create, post is to modify... why are we defining the update route as a put?
@AlexMercedCoder2 ай бұрын
@@karlkrasnowsky3895 in REST post is to create and put/patch to update and delete to delte
@karlkrasnowsky38952 ай бұрын
@@AlexMercedCoder brain fart, sorry
@karlkrasnowsky38952 ай бұрын
doesn't like the emojis.
@karlkrasnowsky38952 ай бұрын
Hey , thanks for the vid... right off the bat I found that I no longer need dotenv or nodemon any longer. Off to a great start!
@muhammedashkar6922 ай бұрын
is json rpc good for microservices. i am looking for a method other than HTTP for data interchange between services. if there is any tech other than grpc tell me? PS - reason to avoid GRPC is, not having enough resources for NODE.js
@AlexMercedCoder2 ай бұрын
@@muhammedashkar692 why not, depends on what you are trying to do. But something like this can work if it meets all your requirements.
@muhammedashkar6922 ай бұрын
@@AlexMercedCoder Oh thanks for the fast reply. I am doing a microservice social media project. I was confused about interservice communication technologies.
@allisterfiend_21123 ай бұрын
Thank You! Subbed, I wish I had viewed this video first, it would have saved hours of research.
@dagogouranta55833 ай бұрын
great explanation sir !
@nr73433 ай бұрын
delete your comments man
@matt112fly3 ай бұрын
goood stuff !
@ola81784 ай бұрын
i love the concept behind this tuts.... its relatable!! please stick to the concept!!!
@Inferno-the-Creator4 ай бұрын
lmao the way you say library bothered me the entire time
@KwencyMayeDahilan4 ай бұрын
18:45, you forgot to use the soArr for the _.sortedIndex. but good work! your videos helped me heaps.
@سنابل-الفردوس4 ай бұрын
im currently using D2 its pretty cool i used mermaid to get started then noticed its 10X times more difficault to use a rtl language like arabic with it it dosen't look good in writing form for me as a dev D2 looks much easier and i don't need to have tricks to work with arabic all my file is in arabic now maybe i just don't get the right way to use mermaid but i converted my diagrams to D2 and i don't regret it
@sushmithaa33284 ай бұрын
Hi, we missed how to run the vue app front end in browser. I made same changes but the browser shows all the divs irrespective of conditions.
@nr73434 ай бұрын
Why you didnt use liquidjs package?
@AlexMercedCoder4 ай бұрын
@@nr7343 if I did what I think I did I had created a package wrapped around LiquidJS to simplify the setup
@namesare4fools4 ай бұрын
Hey man, I've been a subscriber to your channel for the past 5 years when i started to learn how to program. Now i climb up into the ranks of Principal SWE. Im amazed that you are still pushing content to this channel but at the same time sad to see that the growth is relatively slower when compared to other tech youtuber. Arent you thinking of trying a different approach to do the content or are you simply happy with where you are. Im just curious, thats all.
@AlexMercedCoder2 ай бұрын
The channel was never really much my focus but more a way to share things I learn, lately I been doing a lot with data engineering with I share on @alexmerceddata one of these days I hope to get back to web dev content just a lot to cover on the data side which also relevant to my current day job advocating for data lakehouses.
@hasa81774 ай бұрын
Why are the berries lying so much?
@mustafasertaçöztürk4 ай бұрын
Dude thanks,i need like this on github
@ramlayassine46395 ай бұрын
to make a tutorial about something u should at least be good at it, you seem like you didn't use lodash before and you just have an idea about it, and in your first video at the 7th min u understood the compact func the wrong way and explained it wrong
@nickwoodward8195 ай бұрын
A qr code on a short? Are you just trying to piss me off? 😂
@CristianIntriago_5 ай бұрын
Thank you, finally understood populate LOL
@lyda12835 ай бұрын
Been searchinig everywhere for how to fech the nested objectId, your video explained it perfectly. Thank you
@cats_revenge5 ай бұрын
With the @Listen the count also changes if h1 was clicked.
@hiranga6 ай бұрын
@AlexMercedCoder I've recently come across Deno Notebooks. Is Deno better or worse than your above approach? Would love to hear your thoughts/experience with this.
@AlexMercedCoder2 ай бұрын
Deno is great
@sebastiaanvanderwielen6 ай бұрын
only if this is ran in a deferred sscript the innetHTML can be used in the constructor it is best to do this connectedCallback as then it will always work in either a defered script or not
@NormanAoneR6 ай бұрын
it definitely deserves more views. Nothing supercomplicated, but atmosphere when you bro are looking for mistakes in code makes me acting like a "Dora the Explorer" watcher:) No offense, that's really vibe of coding something for fun with your friends. Thanks for video!
@alexoduya6526 ай бұрын
Really helpful. thanks.
@kyleobera7126 ай бұрын
Hello sir you only find a HTML? To fix this? And find the fetch?
@ring110376 ай бұрын
Does this solution work with POST method?
@TheAbhinav826 ай бұрын
good one
@adeniyitaofik38327 ай бұрын
this doesnt work when saving dog while owner has a unique key
@adeniyitaofik38327 ай бұрын
any work around for this
@MarkVolkmann7 ай бұрын
I really dislike using double semicolons in OCaml source files. Too noisy! I only use them in the utop REPL.
@br3nto7 ай бұрын
You're running the script using Node. If you were to run this script in the browser, the `cheese` variable would be accessible within `new Function()`.
@ILuvThe13ible7 ай бұрын
dear Alex please cut out the part where u snorting all the time its not good for you. thank you for. the great work!
@subvind7 ай бұрын
10 min spent console logging the port number
@karlkrasnowsky38952 ай бұрын
It took 10 minutes to follow that example?
@richlueking26277 ай бұрын
Thank you very much! How do I handle static files? My static files and Django admin design are also not loading.
@RagaAmador7 ай бұрын
Thanks. I have learned how to post on HTMX and retrieve the parameter on the server side. You saved me hours!!!
@andrewdunbar8287 ай бұрын
audio begins at 15:27
@udohjulie88438 ай бұрын
Very helpful
@nil.48 ай бұрын
👏👏👏👏
@garri_gueta8 ай бұрын
In my country we say something like "better late than never", Thanks for such an amazing go-through to Masonite