Difference between revisions of "Fusion Teams"

From Power Wiki
Jump to navigation Jump to search
(Created page with "When Makers and Pro Developers work together, Microsoft uses the terminology Fusion Team for such a team. == Microsoft Resources == * [https://docs.microsoft.com/en-us/learn...")
 
Line 1: Line 1:
 
When Makers and Pro Developers work together, Microsoft uses the terminology Fusion Team for such a team.  
 
When Makers and Pro Developers work together, Microsoft uses the terminology Fusion Team for such a team.  
 +
 +
Often Pro Developer tasks are described as creating APIs, generating Custom Connectors for everyone to use in their Power Apps (Canvas Apps) and Power Automate cloud flows as well as building custom components using the Power Apps Component Framework. What is not mentioned is developing plugins, custom workflows and client side scripts (JavaScript/TypeScript). Still those parts are common in projects. Power Automate cloud flows are recommended instead of classic workflows nowadays though and in the future we will have the possibility to use the low-code language [[Power FX]] when we need to extend our solution with a plugin as well as in our model-driven apps (for what parts in the model-driven apps - the future will tell).   
 +
 +
The Community has written down thoughts related to this subject, see section Community Resources below.
  
 
== Microsoft Resources ==
 
== Microsoft Resources ==
 
* [https://docs.microsoft.com/en-us/learn/paths/transform-business-applications-with-fusion-development/?WT.mc_id=DX-MVP-5003780 Transform your business applications with fusion development] MS Learn Learning path.  
 
* [https://docs.microsoft.com/en-us/learn/paths/transform-business-applications-with-fusion-development/?WT.mc_id=DX-MVP-5003780 Transform your business applications with fusion development] MS Learn Learning path.  
* [https://jukkan.com/fusion Fusion Development approach to building apps using Power Apps] Whitepaper from the above learning path, found by Jukka Niiranen.
+
* [https://docs.microsoft.com/en-us/powerapps/guidance/fusion-dev-ebook/ Fusion Development approach to building apps using Power Apps] Whitepaper about Fusion Teams
 +
 
 +
== Community Resources ==
 +
* [https://www.itaintboring.com/powerapps/power-platform-developers-what-does-the-future-hold/ Power Platform Developers – what does the future hold?] by Alex Shlega 2021-04-15
 +
* [https://dreamingincrm.com/2021/04/08/does-power-platform-need-developers-anymore/ Future of developers in Power Platform] by Natraj Yegnaraman 2021-04-08
 +
* [https://jukkaniiranen.com/2021/04/democratizing-code/ Democratizing code] by Jukka Niiranen 2021-04-06

Revision as of 08:58, 30 April 2021

When Makers and Pro Developers work together, Microsoft uses the terminology Fusion Team for such a team.

Often Pro Developer tasks are described as creating APIs, generating Custom Connectors for everyone to use in their Power Apps (Canvas Apps) and Power Automate cloud flows as well as building custom components using the Power Apps Component Framework. What is not mentioned is developing plugins, custom workflows and client side scripts (JavaScript/TypeScript). Still those parts are common in projects. Power Automate cloud flows are recommended instead of classic workflows nowadays though and in the future we will have the possibility to use the low-code language Power FX when we need to extend our solution with a plugin as well as in our model-driven apps (for what parts in the model-driven apps - the future will tell).

The Community has written down thoughts related to this subject, see section Community Resources below.

Microsoft Resources

Community Resources