Ir al contenido principal

Adobe Experience Manager Basics course | AEM Courses


I am extremely happy to announce the launch of my Adobe Experience Manager Basics Course ($10 Coupon code), the first on a series of AEM courses that I am going to be creating.

This course is a very high level overview of some of Adobe Experience Manager 's features focused mostly on helping you understand them at a very high level so you can start increasing your knowledge in future more specific AEM courses.

This particular AEM course covers the following:
  • What is AEM (a Content Management System or CMS by Adobe in which you can create websites similar to  Drupal, Wordpress or other CMSs - I spoiled the surprise I know).
  • How to install an author and a publish instance.
  • How to edit pages using the the classic and the touch UI.
  • Some authoring modes like edit, design and preview.
  • What are components, templates, clientlibs, etc.
  • And a simple project for you to apply some of the concepts seen in the course
A couple of years ago I started learning Adobe Experience Manager happy for a new challenge and scared because I knew nothing about it, at the time it was called CQ5 and that name didn't help either.

Later I learned that AEM is a Content Management System or CMS by Adobe in which you can create websites similar to  Drupal, Wordpress or other CMSs.  And given that I was used to creating mobile or enterprise database-centric applications this was an unknown world to me!

For some time I fantasized about having a course with everything that I wanted:
  • A simple overview so I knew what I was getting into and what to take into account
  • Some guidance on how to plan and design an AEM website app
  • How to structure my app and which generator to use
  • How to create components, templates, what to take into account for author users
All of this so I could have avoided some very obvious mistakes (in hindsight many things could have been done differently 😅), like refactors or a proliferation of very similar components or maybe the opposite trying to have just the one that did almost everything you could imagine.  Also instead of an all theory approach I wanted a hands on + just enough theory to keep  me going.

The course never came for me but at some point I started to think about creating one and this AEM course came to be! (well and the next ones that are yet to come, stay tuned!)

So! if you are on the look for an Adobe Experience Manager course to introduce you to the world of AEM please Enroll in my Adobe Experience Manager Basics Course ($10 Coupon code) and let me know what you think and what would you like to see in future AEM courses!

Happy learning!

Comentarios

Entradas populares de este blog

Exposing Reactjs component methods to Javascript or non-reactjs applications

blog-static-generator-new If you want to integrate your javascript or non-reactjs application with a reactjs app and be able to access reactjs components and call their methods to execute actions or get information out of them, in this quick tips episode, you will learn how. Above is the vid and below you will find some useful notes. 1. Pre-reqs Have node.js installed 2. Exposing React JS to Javascript or non-reactjs applications ...

How to copy files from and to a running Docker container

Sometimes you want to copy files to or from a container that doesn’t have a volume previously created, in this quick tips episode, you will learn how. Above is the vid and below you will find some useful notes. 1. Pre-reqs Have Docker installed 2. Start a Docker container For this video I will be using a Jenkins image as an example, so let’s first download it by using docker pull docker pull jenkins/jenkins:lts ...

Brighten Up Your AEM Assets: How to Configure Default Backgrounds and Transparent Modes in Adobe Dynamic Media

Introduction The Importance of a Good Background Defining Your Default Background in AEM Defining Your Default Background in Dynamic Media Classic Transparent Images with fmt=png-alpha Explicit Background Colors with ?bgc Final Thoughts Introduction Welcome to our deep dive into the wonderful world of image backgrounds! In this post, we're going to explore how to configure Dynamic Media Classic in Adobe Experience Manager (AEM) to not only define a default background image but also how to get your images to pop with ...