Prathamesh Pichkatefullstackblogs.hashnode.dev·Oct 9, 2024Multer and Cloudinary to Upload and Store Images in Node.jsUploading files, especially images, is a common requirement in web applications. This guide will walk you through the process of integrating file upload functionality using Multer in a Node.js application and storing the uploaded files on Cloudinary....Discuss·2 likesNode.js
Robiul H.robiul.dev·Sep 29, 2024FeaturedNext Cloudinary: A Game-Changer for Client-Side File HandlingCloudinary has long been a robust solution for managing assets like images and videos in web applications. Its features allow for smooth asset management and optimization, but they stepped up their game to accommodate Next.js with a dedicated library...Discuss·99 likes·371 readsNext.js
Devops Dendevopsden.hashnode.dev·Sep 20, 2024Amazon S3 vs. Cloudinary: Choosing the Right Cloud Storage SolutionIn the realm of cloud storage and media management, two powerful options often come up: Amazon S3 and Cloudinary. Both platforms offer unique features and capabilities that cater to different needs. In this blog, we’ll explore the key differences, ad...Discussdevopsden
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Sep 7, 2024Cómo Subir Imágenes a Cloudinary con Oracle APEX y JavascriptEl manejo de imágenes en aplicaciones web es fundamental en una amplia variedad de sectores y aunque usemos Oracle como base datos, muchas veces preferimos almacenar archivos de imagenes en directorios para evitar el crecimiento exponencial en volume...Discuss·3 likes·126 readsOracle
Luke StahlforBuilder.iobuilderio.hashnode.dev·Aug 23, 2024Digital asset management: Organize your digital worldLet's talk about Digital Asset Management (DAM). It's one of those terms that sounds pretty self-explanatory, but there is actually much more to it. What is digital asset management? Digital Asset Management (DAM) is a system to organize, store, and ...Discusscms
Jainam bagrechajainamb.hashnode.dev·Aug 17, 2024Uploading Images to Cloudinary with React and ExpressCertainly! Here's a blog post that covers uploading images to Cloudinary using a combination of React and an Express server. This approach is common when you want to handle image uploads on the server side before sending them to Cloudinary. When bui...Discusscloud image storage
Raaj Aryanraajaryan.tech·Aug 16, 2024Introducing Campus Coders: Our Exciting New ProjectWe are excited to introduce our latest project, Campus Coders, a platform designed to empower students, fresh graduates, and aspiring developers. Campus Coders is more than just a website—it's a community and a toolset tailored to help you navigate y...Discuss·32 readsjobs
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Jul 19, 2024Effortless Cloudinary File Upload Management With KloudinaryOf course, it starts with a story about how I got tired of writing JavaScript, which my company uses daily. So, I decided to switch things up and migrate all the existing backend servers to Golang to keep my sanity. I moved all the code to Golang. Al...Abodunrin Abdulsalam and 1 other are discussing this2 people are discussing thisDiscuss·18 likes·46 readsgolang
Ashim Rudra Paulcodewithashim.hashnode.dev·Jul 13, 2024How to Dockerize Node.js Applications A Step-by-Step GuideDocker containerization has transformed application development, offering consistency, scalability, and simplified dependency management. This guide provides a step-by-step approach to Dockerizing Node.js applications using npm. What is Docker? Docke...Discuss·2 likes·32 readsDocker
Hosea Tonzai Favourhoseatonzaifavour.hashnode.dev·Jul 3, 2024How to Upload Audio and Image Files to Cloudinary with Node.js and TypescriptIntroduction I've worked on a project where I needed to upload both an image and audio file to Cloudinary and it was initially confusing for me. In this guide, I'm going to simplify the process, I'll walk you through the step-by-step processes you ne...Discuss·1 like·203 readsNode.js