{"id":40068,"date":"2026-05-28T07:00:00","date_gmt":"2026-05-28T14:00:00","guid":{"rendered":"https:\/\/cloudinary.com\/blog\/?p=40068"},"modified":"2026-05-28T11:01:26","modified_gmt":"2026-05-28T18:01:26","slug":"courses-media-optimized-apps","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","title":{"rendered":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps"},"content":{"rendered":"\n<p>The Cloud to Crowd (C2C) curriculum is Cloudinary&#8217;s free six-course learning suite for developers who want to build and ship applications with production-quality image and video handling. It covers everything from Cloudinary basics to AI-powered transformations paired with hands-on projects at every step and a free certificate when you complete each course.<\/p>\n\n\n\n<p>Fun fact: community member Jerome Hardaway of Vets Who Code, one of our nonprofit partners in the Creators Community program, coined the &#8220;Cloud to Crowd&#8221; term!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What You&#8217;ll Be Able to Build After This Curriculum<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upload, manage, and transform media assets using the Cloudinary API.<\/li>\n\n\n\n<li>Optimize images and video for performance in a Next.js app.<\/li>\n\n\n\n<li>Apply AI-powered features: background removal, generative fill, auto-tagging.<\/li>\n\n\n\n<li>Use the Python SDK to automate media workflows on the backend.<\/li>\n\n\n\n<li>Deliver video efficiently with format and quality auto-selection.<\/li>\n\n\n\n<li>Ship a real portfolio project that demonstrates all of the above.<\/li>\n\n\n\n<li>Earn a Cloudinary certificate and qualify for the Creators Community.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321569\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-1.jpg\" alt=\"Cloud to Crowd Courses are displayed in 2 rows of 3.\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why We Built This<\/h2>\n\n\n\n<p>Getting images and video right in a production app is harder than most tutorials suggest. Resize, format, optimize, deliver \u2014 each step has trade-offs, and most learning resources skip the messy middle. The C2C courses are designed to fill that gap: structured, project-driven, and free.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6 Free Courses<\/h2>\n\n\n\n<p>All courses are self-paced and free at <a href=\"https:\/\/training.cloudinary.com\/pages\/c2c\">https:\/\/training.cloudinary.com\/pages\/c2c<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Course 1: Media IQ for Developers<\/h3>\n\n\n\n<p>Enroll here: <a href=\"https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-intro\">https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-intro<\/a><\/p>\n\n\n\n<p>The starting point for the first three courses in this suite. This course covers the core Cloudinary concepts: cloud name, API keys, the Media Library, and your first upload and transformation. No prior Cloudinary experience needed. By the end, you&#8217;ll have a free account set up and understand how assets move through the Cloudinary pipeline.<\/p>\n\n\n\n<p>You&#8217;ll learn to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose the right image formats for your use case, understanding when to use JPEG, PNG, WebP, AVIF, or SVG based on content type, browser support, and performance trade-offs.<\/li>\n\n\n\n<li>Apply strategic optimization techniques including responsive images with automatic format\/quality selection and intelligent cropping with gravity detection.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321569\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-2.jpg\" alt=\"A gallery of watches with a display of file format and size for each.\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Course 2: Media IQ for Developers With Next.js<\/h3>\n\n\n\n<p>Enroll here: <a href=\"https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-next\">https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-next<\/a><\/p>\n\n\n\n<p>This is the flagship course of the C2C curriculum. You&#8217;ll build a storefront application (the &#8220;CapZone&#8221; e-commerce store) using Next.js and the Cloudinary Next.js SDK, applying real-world image optimization patterns throughout.<\/p>\n\n\n\n<p>You&#8217;ll learn to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Build an image-optimized web application using Cloudinary to upload, store, transform, and deliver images on the fly through URL-based transformations and CDN delivery.<\/li>\n\n\n\n<li>Apply strategic optimization techniques including responsive images with automatic format\/quality selection and intelligent cropping with gravity detection.<\/li>\n\n\n\n<li>Create Next.js components that handle image uploading, display optimized images with overlays and watermarks, and serve different sizes for different contexts.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321569\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-3.jpg\" alt=\"A web app built called CapZone, which shows available products (caps).\"\/><\/figure>\n\n\n\n<p>The kind of component you&#8217;ll be writing by the end of this course:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript shcb-wrap-lines\"><span class=\"hljs-keyword\">import<\/span> { CldImage } <span class=\"hljs-keyword\">from<\/span> <span class=\"hljs-string\">'next-cloudinary'<\/span>;\n\n<span class=\"hljs-keyword\">export<\/span> <span class=\"hljs-function\"><span class=\"hljs-keyword\">function<\/span> <span class=\"hljs-title\">ProductImage<\/span>(<span class=\"hljs-params\">{ publicId, alt }: { publicId: string; alt: string }<\/span>) <\/span>{\n  <span class=\"hljs-keyword\">return<\/span> (\n    <span class=\"xml\"><span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">CldImage<\/span>\n      <span class=\"hljs-attr\">src<\/span>=<span class=\"hljs-string\">{publicId}<\/span>\n      <span class=\"hljs-attr\">width<\/span>=<span class=\"hljs-string\">{600}<\/span>\n      <span class=\"hljs-attr\">height<\/span>=<span class=\"hljs-string\">{400}<\/span>\n      <span class=\"hljs-attr\">crop<\/span>=<span class=\"hljs-string\">\"fill\"<\/span>\n      <span class=\"hljs-attr\">gravity<\/span>=<span class=\"hljs-string\">\"auto\"<\/span>\n      <span class=\"hljs-attr\">format<\/span>=<span class=\"hljs-string\">\"auto\"<\/span>\n      <span class=\"hljs-attr\">quality<\/span>=<span class=\"hljs-string\">\"auto\"<\/span>\n      <span class=\"hljs-attr\">alt<\/span>=<span class=\"hljs-string\">{alt}<\/span>\n    \/&gt;<\/span><\/span>\n  );\n}\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<h3 class=\"wp-block-heading\">Course 3: Media IQ for Developers With AI<\/h3>\n\n\n\n<p>Enroll here: <a href=\"https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-ai\">https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-ai<\/a><\/p>\n\n\n\n<p>Cloudinary&#8217;s AI-powered transformation features are some of its most practical and useful. This course covers the tools that save the most time in real projects: background removal, generative fill, object-aware cropping, and auto-tagging. This course follows the Next.js course, building AI into the CapZone store by adding a color picker to colorize the hats.<\/p>\n\n\n\n<p>You&#8217;ll learn to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Remove or replace backgrounds using e_background_removal.<\/li>\n\n\n\n<li>Use generative fill to extend or recompose images.<\/li>\n\n\n\n<li>Apply smart cropping with gravity: &#8220;auto&#8221; for face- and object-aware result.<\/li>\n\n\n\n<li>Auto-tag assets using AI analysis to make large libraries searchable.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321569\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-4.jpg\" alt=\"CapZone store showing the product description for Amber Trail Cap.\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Course 4: Media IQ for Developers With Video<\/h3>\n\n\n\n<p>Enroll here: <a href=\"https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-video\">https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-video<\/a><\/p>\n\n\n\n<p>Video is a different beast from images; you manage larger files, adaptive bitrates, more delivery complexity. This course covers the Cloudinary video pipeline from upload to playback. It&#8217;s the third and final part of the progressive enhancement of the CapZone e-commerce web app that you started prior. In this course you&#8217;ll add a video to one of the products.<\/p>\n\n\n\n<p>You&#8217;ll learn to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upload and transcode video using the Cloudinary API.<\/li>\n\n\n\n<li>Apply video transformations: trim, resize, overlay, add subtitles.<\/li>\n\n\n\n<li>Build playlists and seekbars with subtitles.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321569\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-5.jpg\" alt=\"Video player screen depicts a man wearing a cap and overlooking a cliff by the ocean.\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Course 5: Media IQ for Developers With Python<\/h3>\n\n\n\n<p>Enroll here: <a href=\"https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-python\">https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-python<\/a><\/p>\n\n\n\n<p>For less JavaScript-focused developers, this course covers Cloudinary&#8217;s Python SDK: uploading, managing, and transforming assets from any Python environment.<\/p>\n\n\n\n<p>You&#8217;ll learn to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Authenticate and configure the Python SDK.<\/li>\n\n\n\n<li>Upload and tag assets for organization.<\/li>\n\n\n\n<li>Build a small pet store app.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321569\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-6.jpg\" alt=\"A pet store app depicting a Teddy Bear Hamster on the left and a Domestic Shorthair cat on the right.\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Course 6: Building a Developer Portfolio With Cloudinary and Next.js<\/h3>\n\n\n\n<p>Enroll here: <a href=\"https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-portfolio\">https:\/\/training.cloudinary.com\/learn\/course\/devrel-c2c-portfolio<\/a><\/p>\n\n\n\n<p>This is the capstone course. You&#8217;ll apply everything from the earlier modules \u2014 upload, transformation, optimization, and AI features \u2014 to build a complete portfolio site using React and TypeScript that demonstrates your Cloudinary skills to employers. Focus on your own skills and show them off to the world in a media-rich website.<\/p>\n\n\n\n<p>You&#8217;ll learn to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Architect a media-rich portfolio app from scratch.<\/li>\n\n\n\n<li>Combine multiple Cloudinary transformations into a polished UI.<\/li>\n\n\n\n<li>Optimize for performance: lazy loading, responsive breakpoints, format auto-selection.<\/li>\n\n\n\n<li>Deploy a production-ready app you can link from your resume.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1779321571\/blog-6_Free_Cloudinary_Courses_That_Teach_You_to_Build_Media-Optimized_Apps-7.jpg\" alt=\"A hero section of Sharon Yelenik's website. It contains an introductory paragraph and 2 CTA buttons (Get in Touch and Explore My Work).\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Who&#8217;s This For?<\/h2>\n\n\n\n<p>The C2C curriculum works for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Early-career developers who want structured, project-based learning beyond &#8220;hello world&#8221; tutorials.<\/li>\n\n\n\n<li>Career changers building a portfolio they can point to during job interviews.<\/li>\n\n\n\n<li>Frontend developers who&#8217;ve used Cloudinary but want to understand the optimization and AI layers.<\/li>\n\n\n\n<li>Backend developers looking to add media handling to their Python projects.<\/li>\n\n\n\n<li>Bootcamp graduates who want to go from tutorial-follower to someone who can build production media pipelines.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to Enroll for Free<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <a href=\"http:\/\/training.cloudinary.com\/pages\/c2c\">training.cloudinary.com\/pages\/c2c<\/a>.<\/li>\n\n\n\n<li>Create a free Cloudinary Academy account. (You just need an email address.)<\/li>\n\n\n\n<li>Start with Course 1 or jump to the course that matches your current skill level.<\/li>\n<\/ol>\n\n\n\n<p><strong>All six courses are free.<\/strong> Each comes with a completion certificate. Finishing any course and passing its final assessment at 80%+ earns you a credential that qualifies you to apply to the Cloudinary Creators Community, a network with mentorship, Discord access, mini-hack events, and connections to developers worldwide.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">About the Cloudinary Creators Community<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/community.cloudinary.com\">Cloudinary Creators Community (CCC)<\/a> is a selective, cohort-based program for developers who&#8217;ve completed the C2C curriculum.<\/p>\n\n\n\n<p>It includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access to private Discord channels with Cloudinary&#8217;s Developer Relations team.<\/li>\n\n\n\n<li>Monthly mini-hack challenges to apply and extend your skills.<\/li>\n\n\n\n<li>Peer review and mentorship from a global network of developers.<\/li>\n\n\n\n<li>Badges, certificates, and holopins with social media shout-outs.<\/li>\n<\/ul>\n\n\n\n<p>You can join the Discord server now and participate in community activities even while you&#8217;re working through the curriculum.<\/p>\n\n\n\n<p>Ready to start?<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http:\/\/training.cloudinary.com\/pages\/c2c\">go to training<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Cloud to Crowd (C2C) curriculum is Cloudinary&#8217;s free six-course learning suite for developers who want to build and ship applications with production-quality image and video handling. It covers everything from Cloudinary basics to AI-powered transformations paired with hands-on projects at every step and a free certificate when you complete each course. Fun fact: community [&hellip;]<\/p>\n","protected":false},"author":87,"featured_media":40073,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[336,367,227],"class_list":["post-40068","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-ai","tag-dev-rel","tag-performance-optimization"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps<\/title>\n<meta name=\"description\" content=\"The Cloud to Crowd (C2C) curriculum is Cloudinary&#039;s free six-course learning suite for developers who want to build and ship applications with\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps\" \/>\n<meta property=\"og:description\" content=\"The Cloud to Crowd (C2C) curriculum is Cloudinary&#039;s free six-course learning suite for developers who want to build and ship applications with\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-28T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T18:01:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"melindapham\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\"},\"author\":{\"name\":\"melindapham\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9\"},\"headline\":\"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps\",\"datePublished\":\"2026-05-28T14:00:00+00:00\",\"dateModified\":\"2026-05-28T18:01:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\"},\"wordCount\":1128,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA\",\"keywords\":[\"AI\",\"Dev Rel\",\"Performance Optimization\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2026\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\",\"url\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\",\"name\":\"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA\",\"datePublished\":\"2026-05-28T14:00:00+00:00\",\"dateModified\":\"2026-05-28T18:01:26+00:00\",\"description\":\"The Cloud to Crowd (C2C) curriculum is Cloudinary's free six-course learning suite for developers who want to build and ship applications with\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9\",\"name\":\"melindapham\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g\",\"caption\":\"melindapham\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps","description":"The Cloud to Crowd (C2C) curriculum is Cloudinary's free six-course learning suite for developers who want to build and ship applications with","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","og_locale":"en_US","og_type":"article","og_title":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps","og_description":"The Cloud to Crowd (C2C) curriculum is Cloudinary's free six-course learning suite for developers who want to build and ship applications with","og_url":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","og_site_name":"Cloudinary Blog","article_published_time":"2026-05-28T14:00:00+00:00","article_modified_time":"2026-05-28T18:01:26+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA","type":"image\/jpeg"}],"author":"melindapham","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps"},"author":{"name":"melindapham","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9"},"headline":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps","datePublished":"2026-05-28T14:00:00+00:00","dateModified":"2026-05-28T18:01:26+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps"},"wordCount":1128,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA","keywords":["AI","Dev Rel","Performance Optimization"],"inLanguage":"en-US","copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","url":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","name":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA","datePublished":"2026-05-28T14:00:00+00:00","dateModified":"2026-05-28T18:01:26+00:00","description":"The Cloud to Crowd (C2C) curriculum is Cloudinary's free six-course learning suite for developers who want to build and ship applications with","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9","name":"melindapham","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g","caption":"melindapham"}}]}},"parsely":{"version":"1.1.0","canonical_url":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","smart_links":{"inbound":0,"outbound":0},"traffic_boost_suggestions_count":0,"meta":{"@context":"https:\/\/schema.org","@type":"NewsArticle","headline":"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps","url":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA&w=150&h=150&crop=1","image":{"@type":"ImageObject","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA"},"articleSection":"Uncategorized","author":[{"@type":"Person","name":"melindapham"}],"creator":["melindapham"],"publisher":{"@type":"Organization","name":"Cloudinary Blog","logo":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA"},"keywords":["ai","dev rel","performance optimization"],"dateCreated":"2026-05-28T14:00:00Z","datePublished":"2026-05-28T14:00:00Z","dateModified":"2026-05-28T18:01:26Z"},"rendered":"<meta name=\"parsely-title\" content=\"6 Free Cloudinary Courses That Teach You to Build Media-Optimized Apps\" \/>\n<meta name=\"parsely-link\" content=\"https:\/\/cloudinary.com\/blog\/courses-media-optimized-apps\" \/>\n<meta name=\"parsely-type\" content=\"post\" \/>\n<meta name=\"parsely-image-url\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA&w=150&amp;h=150&amp;crop=1\" \/>\n<meta name=\"parsely-pub-date\" content=\"2026-05-28T14:00:00Z\" \/>\n<meta name=\"parsely-section\" content=\"Uncategorized\" \/>\n<meta name=\"parsely-tags\" content=\"ai,dev rel,performance optimization\" \/>\n<meta name=\"parsely-author\" content=\"melindapham\" \/>","tracker_url":"https:\/\/cdn.parsely.com\/keys\/cloudinary.com\/p.js"},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1779911308\/Blog_New_blog__6_Courses\/Blog_New_blog__6_Courses.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/40068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/87"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=40068"}],"version-history":[{"count":2,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/40068\/revisions"}],"predecessor-version":[{"id":40070,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/40068\/revisions\/40070"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/40073"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=40068"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=40068"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=40068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}