Introduction It is common practice when adding an image to a frontend application to simply input the URL of the said image or create a local directory from where you’d add any image you’d utilize for your application. But what if you’re creating an ...
yemmyharry.hashnode.dev4 min read
it is not a good idea to store binary in database, instead you can store paths.
Amazing! How long did it take to execute all this?
Vivek Gautam
Frontend Engineer : Learning one thing at a time
Great Article , But I think saving the url of the image will be clean and better way of using it .