Sunkanmi Fafoworasunkanmi.hashnode.net·Jun 7, 2021Uploading Image Files to Cloudinary using JavaScriptIf you've been having some trouble figuring out or you want to learn how to easily upload files to Cloudinary and use them, look no further! This article will help you figure out how to upload and use your image files uploaded to Cloudinary using cli...71 likes·731 readscloudinary
Olubisi Idris Ayindeidrisolubisi.hashnode.net·Jun 14, 2021How to Upload Audio and Video to Cloudinary in NodejsAfter reading the documentation, I ran across a few problems uploading audio and video to cloudinary. Although I read some publications online, such as StackOverflow, the methodology differs and appears a little complex. Still, after discovering a te...59 likes·5.6K readsTutorialsJavaScript
Bolaji Ayodejibolajiayodeji.hashnode.net·Mar 6, 2020FeaturedImage Optimization and Transformation with CloudinaryThe web is now dominated with more visual content than ever hence the need to consider ways of delivering these images with the smallest possible file size while maintaining optimal visual quality. The less file size, the faster the browser can down...46 likes·1.4K readsimages
Taiwo Ola-Balogunfree-for-dev.hashnode.net·Apr 10, 2023Uploading and Managing Images with Node.js, Multer, and Cloudinary: A Comprehensive GuideIntroduction Images are a fundamental part of many modern web applications. However, handling image uploading and management can be a complex task for developers, especially when it comes to managing large volumes of images or implementing advanced i...multer
Ayomide Ayanwolathecodeway.hashnode.net·Mar 23, 2023Streamline Your File Uploads with Cloudinary and NestJSCloudinary is a powerful serverless cloud-based storage infrastructure that allows easy file uploading for NestJS projects. In this article, we will explore the various methods of file uploading to Cloudinary and how to set it up in your NestJS proje...11 likes·53 readsnestjs
Vishnu Tejacicada3301.hashnode.net·Mar 8, 2023File Upload with Nodejs, Cloudinary, Multer - Part 2What are we gonna do? I explained about how to perform a simple image upload to cloudinary as cloud storage service with nodejs and express using multer. You can read about it here This is a continuation to that where we are going to discuss how to u...31 readsJavaScript
MaryShodiyamarysho.hashnode.net·Mar 5, 2023How to Add Images and pdf files to your Node.js Application Using Cloudinary and MulterIntroduction If you are making an application, either a social media application or a library app or a blog app or any application that requires users to upload images or pdfs, you need a file upload server. In this article, you will learn how to upl...2 likes·54 reads2Articles1Week
Vishnu Tejacicada3301.hashnode.net·Mar 4, 2023File Upload with Nodejs, Cloudinary, Multer - Part 1Hey! Welcome to my first blog. I just decided to write about what I am working on and those pieces of code I found a little bit tricky to get at. I learned how to use multer and cloudinary as a part of a project I am building right now In this very f...1 like·77 readsNode.js
Arinze Joachimyhuakim.hashnode.net·Feb 6, 2023Video Transcription using Cloudinary Add-on in a Nuxt 3 ApplicationVideo transcription is the process of converting the spoken words in a video into written text. This can be done automatically using speech recognition technology or manually by transcribers. The transcribed text is usually synchronised with the vide...30 readsNuxt
Light Studiolightstudio.hashnode.net·Jan 14, 2023How to use Cloudinary for uploading images with MERN stack?Finding the right cloud service for developers could often be challenging. That is why we will be using Cloudinary. Cloudinary is a cloud service that provides free services to developers. So without wasting much time, let’s get started. The gist of ...93 readscloudinary
Patrick Loeberpatloeber.hashnode.net·Dec 7, 2022Build a Media Analysis Dashboard with Python & CloudinaryIn this tutorial, we'll build a media library and content analysis dashboard with Python & Cloudinary. First, you'll learn how to work with the Cloudinary API to upload, store, and automatically tag images, and also how to retrieve images again and s...12 likes·96 readsPython 3
jacob Morachamoracha.hashnode.net·Sep 11, 2022Upload Images To Cloudinary in Gatsby.Js ProjectsOutline: Introduction Prerequisites Getting Cloudinary API key Creating a GatsbyJS Application Resources 1. Introduction Powered by Reactjs and GraphQl, Gatsby is an open-source static site generator for building high-performance applications. It h...1 like·64 readscloudinary
Onasoga Pelumipeltastic.hashnode.net·Sep 10, 2022Upload Multiple Images from your Browser to Cloudinary with React and ExpressI was recently tasked with a project implementing a feature that allows users to upload multiple image files at once from their browser to Cloudinary. The general workflow was to send the images to an express.js API endpoint with react and store thos...10 likes·155 readsReact