RESOURCES / BLOG
Blog - Page: 80
Get the latest news on the Cloudinary platform, solutions, and showcases.
Next-Gen Commerce: How Cloud-Based DAM and Media Experience Technology Will Take Us There
There’s no doubt that captivating visual experiences are a key part of what makes digital commerce work. Log on to any e-commerce website, social media app, or mobile shopping platform and the relevance is clear: compelling images and immersive videos are what make us decide to buy products online. Strong…
Read More ->
Build a Virtual World with User Input
Working with virtual reality (VR) has typically involved building apps and worlds using tools like Unity and Unreal Engine and headsets. You don’t need to have all of these things if you know some basic HTML and JavaScript. You can build and test your own virtual world directly in the…
Read More ->
Create a Next.js Breakout Game
Introduction This article how Nextjs can be used to create a simple breakout game. Codesandbox The final version of this project can be viewed on Codesandbox. You can find the full source code on my Github repo. Prerequisites Basic/entry-level knowledge and understanding of javascript and React/Nextjs. Setting Up…
Read More ->
Merge PDF Docs with Next.js
Introduction This article is to demonstrate how separate pdf documents can be merged into a single document. Codesandbox The final version of this project can be viewed on Codesandbox. You can find the full source code on my Github repo. Prerequisites Basic/entry-level knowledge and understanding of javascript and…
Read More ->
Hiding Text in Images Using Plain JavaScript
Steganography is the process of concealing information in an image or any other digital artifact. Steganography is used to conceal text from unauthorized parties. With JavaScript, we can easily use steganography.js to assist us in hiding/encoding data inside images and decoding/viewing the hidden message. Let’s explore how we can achieve…
Read More ->
Identify Object in an Image with Next.js
Identify object in an image with Nextjs Introduction This article is to demonstrate how nextjs can be used to identify objects inside an image file. Codesandbox The final version of this project can be viewed on Codesandbox. You can find the full source code on my Github repo.
Read More ->
Determining the Right Amount of Video Personalization to Drive Customer Engagement
Since video is an indispensable component of modern marketing strategies, many companies run video campaigns across multiple platforms, from Instagram to traditionally static platforms like email. In practice, marketers often create separate videos for each client in a small audience, such as B2B clients. Often dynamically served within video templates…
Read More ->
Server-signed Uploads in Cloudinary with Next.js
By default, Cloudinary allows you to upload images by specifying an upload preset and a cloud name. Those details are not difficult to figure out, making it easy for hackers to compromise your account online. Luckily, Cloudinary provides a more secure upload method called signed-upload. Signed uploads include an…
Read More ->
Handling Data Storage with Cloudinary and Supabase
Handling data storage with Cloudinary and Supabase in NextJS When building Jamstack applications, data storage is often a significant consideration. The popular choices are often CMSs and for good reason. However, In this post, we’ll explore a different approach that combines Cloudinary and Supabase to store and retrieve user data…
Read More ->
Start Using Cloudinary
Sign up for our free plan and start creating stunning visual experiences in minutes.
Sign Up for Free