Flavio Wuenscheantelo.live·Aug 9, 2023Create a Photo Gallery with Rails and CloudinaryHere are some notes I've taken to my future self while implementing a gallery of photos in Rails and using Cloudinary. Note that I also prepare the same Cloudinary bucket to be used by both development and production, but in a way that we can stay in...DiscussRails
Filip Trivanfiliptrivan.com·Aug 2, 2023Next.js Image optimization with CloudinaryIntroduction I was convinced that the image component would do everything for me, but I was wrong. I was excited to use the Next.js Image component, which simplifies the process of optimizing images by providing lazy loading, responsive images, and a...Discuss·184 readscloudinary
Njong Emybingehtheblogger.hashnode.dev·Jul 26, 2023How to Store Images in MongoDB using Cloudinary: MERN StackAs a new developer trying to climb your way through practice projects, you can only build so many to-do list apps. Things are going to get harder as you build more apps, and you need to be ready for it. Nowadays, apps deal with a lot of media. Whethe...Discuss·3 likes·71 readsNode.js
lokosmanlokos-write.hashnode.dev·Jul 13, 2023Backend Devs: Learn Image Storage Using CloudinaryI. Introduction In this article, we aim to guide you through the process of using Cloudinary for image storage, from setting up an account to optimizing its use for your specific needs. proficient management of images has emerged as a vital component...Discuss·2 likescloudinary
Abiola Bakareblog.iamstarcode.com·Jul 8, 2023Using Supabase authentication in NestJsNot too long ago I decided to write my backend authentication code for an application I was building. Authentication in NestJs is less of a hassle as it uses the popular easy-to-use passport.js library, which is pretty solid when working with authent...Discuss·1 like·2.3K readsauthentication
Bojan Pericbojan.hashnode.dev·Jul 3, 2023Cloudinary image uploads with NextJs App RouterHi, I struggled to find an up to date article on this subject, so I decided to document how I solved this in one of my personal projects. Like in any modern web app, file uploads, in particular image uploads are a very common necessity. Cloudinary ke...DiscussNext.js
Nishimwe Princenishimweprince.hashnode.dev·May 18, 2023Handle image uploads in Node.js/Express applications using CloudinaryIn this article, we are going to learn how to upload images on the server using Node.js/Express and Cloudinary. What is Cloudinary? Cloudinary is a cloud-based image and video management Software-as-a-Service (SaaS). Cloudinary provides an API for up...Discusscloudinary
Taiwo Ola-Balogunfree-for-dev.hashnode.dev·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...Discuss·10 likes·87 readsmulter
Ashwini Kumarblogs.reactivedroid.com·Mar 28, 2023Faster media delivery to optimize app performanceAs startups in India and across the world continue to build inspiring products to solve contrasting problems, the hunt to scale the apps for providing delightful user experiences also grows. They follow the inherent culture of moving fast and breakin...DiscussAndroid
Ayomide Ayanwolathecodeway.hashnode.dev·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...Ayomide Ayanwola and 1 other are discussing this2 people are discussing thisDiscuss·12 likes·689 readsnestjsHow do I receive the file that is being send to the server or receiver end ?? 10