• Skip to primary navigation
  • Skip to main content
  • Skip to footer
  • Who we are
    • Our values
    • Our story
    • Our clients
    • Our world presence
  • What we do
    • Solutions
    • Content services platforms  ▸ 
      • What is CSP?
      • Solution Enablement Toolkit (SET)
      • Nuxeo systems integrator
      • Meet our Nuxeo developers
      • Content Services Platforms resources
    • Robotic process automation  ▸ 
      • What is RPA
      • Solution Enablement Toolkit
      • Automation center of excellence
      • Journey to intelligent automation
    • Collaboration software
    • Services
    • Accessibility compliance  ▸ 
      • Accessibility development & design
      • Accessibility testing
      • Accessibility training & learning
      • Accessibility file & document remediation
      • Accessibility resources
    • Cloud & application development
    • Data & analytics
    • Support services
  • How we do it
    • Getting started
    • Governance model
    • Project management office
    • QA Framework
    • Insights
    • Case studies
    • Events & community
  • Join us
iSoftStone

iSoftStone

A step above: We help you reach the next level in digital transformation

  • Who we are
    • Our values
    • Our story
    • Our clients
    • Our world presence
  • What we do
    • Solutions
    • Content services platforms  ▸ 
      • What is CSP?
      • Solution Enablement Toolkit (SET)
      • Nuxeo systems integrator
      • Meet our Nuxeo developers
      • Content Services Platforms resources
    • Robotic process automation  ▸ 
      • What is RPA
      • Solution Enablement Toolkit
      • Automation center of excellence
      • Journey to intelligent automation
    • Collaboration software
    • Services
    • Accessibility compliance  ▸ 
      • Accessibility development & design
      • Accessibility testing
      • Accessibility training & learning
      • Accessibility file & document remediation
      • Accessibility resources
    • Cloud & application development
    • Data & analytics
    • Support services
  • How we do it
    • Getting started
    • Governance model
    • Project management office
    • QA Framework
    • Insights
    • Case studies
    • Events & community
  • Join us

Want to learn Nuxeo? Hear how one developer started his learning journey.

Are you new to Nuxeo and looking at where to start? Are you considering learning Nuxeo but still deciding whether to dive in? We talked to Alan Gu, who worked as an intern at iSoftStone this past summer (the summer of 2020) on a Nuxeo project, about his experience learning Nuxeo and applying his skills to a real-life project.

Home ‣ Insights ‣ Articles ‣ Want to learn Nuxeo? Hear how one developer started his learning journey.

September 16, 2020 by Brad Hamilton

Are you new to Nuxeo and looking at where to start? Are you considering learning Nuxeo but still deciding whether to dive in? We talked to Alan Gu, who worked as an intern at iSoftStone this past summer (the summer of 2020) on a Nuxeo project, about his experience learning Nuxeo and applying his skills to a real-life project. Alan joined the iSoftStone team in New York just after completing his freshman year and without having had previous experience with Nuxeo. Although we were all working remotely due to the pandemic, he quickly got up to speed and became part of the team. He just recently returned to college to start his sophomore year (he intends to major in computer science), and he gave us some insight.

 

Had you previously worked with any digital asset management or enterprise content management system before you began working with Nuxeo?

No, I had not. In fact, with the limited experience that I began with, I was unfamiliar with the project in multiple regards. Firstly, the use of SaaS and PaaS models to produce IT systems for business was new to me. Secondly, I was not aware of the specific needs of the retail industry, including DAM or ECM. Luckily, Nuxeo’s documentation does a great job of outlining the nature of the end product and its capabilities; Nuxeo University provides solid resources for end-users to visualize the nuanced ways in which the platform may be used. Understanding this user perspective greatly informed my actions from a developing standpoint.

 

How did you begin to learn to develop for Nuxeo? What resources were the most valuable?

Nuxeo University online courses were an excellent starting point. A broad range of topics are covered by the courses, which are organized into learning plans to provide pertinent information from development to end use. It was helpful for me to start with some beginner courses which outlined key starting points for investigation. I supplemented what I learned online through the detailed documentation provided by Nuxeo.

As a beginner, it was essential to familiarize myself with Nuxeo Studio Modeller and Designer. This involved reading the documentation under the respective tab, taking the Nuxeo University courses, and, of course, playing around and getting comfortable with the platform. By following the ‘Getting Started’ documentation, it was easy to launch a trial instance of Nuxeo. After implementing some basic features, I could introduce myself to the more advanced customizable components, such as XML extensions or Nuxeo back-end development.

 

How much time did you need to spend learning before you felt that you were able to be a productive member of the team?

Within 1-2 weeks. My tasks mainly involved processing change requests, so the question was when I would be comfortable receiving an issue on the user-end and translating that to a solution on the back-end. The Nuxeo platform, especially the workflows, are quite intuitive and easy to navigate, but it was worthwhile to spend some time following each workflow to see what pieces of code they called on. I also benefited from having others walk me through some of their own code changes.

Taking my time to learn was important, but it was easy to get lost in the large amount of available learning resources. After a week or two, it was both valuable and practical to begin processing some simple tasks, both to contribute to the team, and also to establish comfort with the platform. In many ways, I found it more beneficial to learn on the job, and to fill the gaps in knowledge as I found them.

 

Of the skills and knowledge that you had before you started learning Nuxeo, what did you find to be the most useful in developing for Nuxeo?

In terms of hard technical skills, I frequently relied on HTML, CSS, JavaScript, and knowledge of the Polymer library to implement changes in the UI and workflow logic. However, most of the coding is relatively lightweight and straightforward. The challenge was often in finding the right place to modify the code. Since much of the Nuxeo platform consists of modular and low-code components, a crucial skill I found useful for Nuxeo development was an ability to trace code dependencies and relate features on the user-end with the underlying code. Mapping workflows or stringing automation chains to accomplish a certain business logic ended up drawing significantly from my ability to relate pieces of code with one another.

 

How important was studying versus hands-on experience in learning Nuxeo?

Despite the wealth of documentation, the best way to learn Nuxeo is definitely hands-on. Though the documentation and tutorials detail many aspects of implementation, this is often using a default Nuxeo instance, and in practice, workflow logic and UI configurations are highly customizable and end up being specific to the project and development team. I entered partway through a Nuxeo project that was already highly customized. Implementation was complete, so all that was left was maintenance and processing change requests. In that environment, simply working with the platform hands-on, following the workflows, and exploring the corresponding user actions were the most helpful in familiarizing myself with the existing platform and its customizations. On another note, while studying, it was hard to differentiate between important and nonessential details. Oftentimes it was advantageous to encounter an obstacle first, then go back to the documentation to see what solutions were available.

 

Is there anything, in retrospect, that you would have done differently?

I would have liked to have exposed myself to many more of the development resources earlier on: Nuxeo API Playground, Nuxeo Studio Community Cookbook, NXQL querying. They are mentioned in the documentation, but should be explored independently. The ease and efficiency of my Nuxeo development was highly dependent on my knowledge of the capabilities and functions available to me, what could and couldn’t be done, what already existed, and what would need to be customized. As time progressed, I picked up more tools along the way, but simply knowing where to find that information is key, and I would have liked to have gotten to know these resources sooner.

 

Anything else you’d like to add?

There is a lot of documentation, and I sometimes found myself lost between what was vital to development and what was extraneous detail. I recommend a step-by-step approach: learn enough to start, and then start doing hands-on work while you keep learning to keep the project going.

 

Want more information?

Ready to start your Nuxeo journey? Or are you interested in learning about how iSoftStone can help you implement Nuxeo for your critical business needs? Please reach out!

Alan Gu profile picture by Alan Gu Intern | Business Consulting
 

Alan Gu is a sophomore at Brown University. He has Nuxeo Fundamentals certification and intends to major in Computer Science.

Reading Time:
5 minutes
Share:

Articles csp-content

Footer

Get in touch

  • info@isoftstone.com
  • +1 425-216-6300
CONTACT US

iSoftStone

  • North America Headquarters
    5808 Lake Washington Blvd. #201
    Kirkland, WA 98033
    USA


    New York
    777 Westchester Avenue, Suite 101
    White Plains, NY 10604
    USA

Our other channels

Twitter LinkedIn Instagram YouTube Channel

Navigation

Who we are
  • Our values
  • Our story
  • Our clients
  • Our world presence
What we do
  • Content services platform
  • Robotic process automation
  • Collaboration software
  • Accessibility compliance
  • Cloud & application development
  • Data & analytics
  • Support services
How we do it
  • Getting started
  • Governance model
  • Project management office
  • QA framework
  • Insights
  • Case studies
  • Events & community
Join us
Privacy

Copyright © 2005–2021 iSoftStone, Inc. All rights reserved.

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in settings.

Privacy Overview
iSoftStone

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly necessary cookies should be enabled at all times so that we can save your preferences for cookie settings.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Google Analytics

This website uses Google Analytics to collect anonymous information such as the number of visitors to the site and the most popular pages. Keeping this cookie enabled helps us improve our website.

Please enable strictly necessary cookies first so that we can save your preferences!

Cookie Policy

More information about our Privacy and Cookie Policy.

Powered by  GDPR Cookie Compliance