وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Learn Outsystems Reactive Development In Detail

سرفصل های دوره

1. Introduction
  • 1. Introduction
  • 2. Installing Service Studio
  • 3. Walkthrough of service studio
  • 4. Outsystems Components and Tools
  • 5. Preparing Environment and Install Sample Application
  • 6. Quiz.html

  • 2. Outsystems Basics
  • 1. Creating your first reactive application
  • 2. Screen, Actions, and Buttons
  • 3. Data Types in Outsystems
  • 4.1 Section-2.zip
  • 4. Client Variables in Outsystems Reactive
  • 5.1 Client Variables and site property in Outsystems.pdf
  • 5. Site Properties in Outsystems
  • 6.1 Home-Work-1.docx
  • 6. Assignment Walkthrough
  • 7. Assignment Implementation
  • 8. Quiz.html

  • 3. Outsystems Conditional Widget
  • 1. Use of IF-Else
  • 2. Use of Switch
  • 3. Assignment and Expression Widget
  • 4. Practice Assignment Walkthrough
  • 5. Assignment Implementation
  • 6. Quiz.html

  • 4. Entities, Database Operations, and Bootstrap Data
  • 1.1 City.xlsx
  • 1. Entities & Bootstrap Data
  • 2. Table Widget And Get Data From Database
  • 3. Form Widget and Insert Data Into DB
  • 4. Create Screens From Entities by drag and drop
  • 5. Static Entities
  • 6.1 Section4HomeWork.docx
  • 6. Assignment Walktrough
  • 7. Assignment Implementation
  • 8. Quiz.html

  • 5. Modularization of Application
  • 1. Modularization of Application Part 1
  • 2. Modularization of Application Part 2
  • 3.1 Modularization-home-work.docx
  • 3. Assignment Walkthrough
  • 4. Assignment Implementation

  • 6. Fetching Data using Aggregates and Data Actions
  • 1. Fetch Data From DB using Aggregate
  • 2. Fetch Data Using DataActions
  • 3. Structure and Its usage to hold query output
  • 4.1 Section-6-Home-Work.docx
  • 4. Assignment Walkthrough
  • 5. Assignment Implementation
  • 6. Quiz.html

  • 7. Lifecycle of Screen, Logging, and Debugging
  • 1. Life cycle methods of screen
  • 2. Adding and referring logs
  • 3. Debugging specific logic flow in modules
  • 4. Quiz.html

  • 8. Enforcing Role Based Security
  • 1. Enforcing role based security
  • 2.1 Home-Work-6.pdf
  • 2. Assignment Walkthrough
  • 3. Assignment Implementation
  • 4. Quiz.html

  • 9. Creating and using web blocks
  • 1.1 Working-With-Web-Blocks.pdf
  • 1. What is Web block and how to define it.
  • 2. Web block with Input
  • 3. Web block with events
  • 4. Quiz.html

  • 10. Outsystems Advance Widgets and Built in Functions
  • 1. Charts and Graph Widget
  • 2. List Widget and exporting file as excel
  • 3. How to use Outsystems built in functions.
  • 4. Upload File Widget
  • 5. List widget in detail
  • 6. How to use Tool Tip widget
  • 7. How to use Accordion widget
  • 8. How to use Date Picker widget.
  • 9. Assignment Charts & Graphs Walkthrough
  • 10. Assignment Implementation Charts and Graphs
  • 11.1 Home-Work-8.docx
  • 11. Assignment Walkthrough Built In Functions
  • 12. Assignment Implementation Built In Functions
  • 13. Quiz.html

  • 11. Custom CSS, JS, and JQuery in Outsystems Application
  • 1. How to define and use custom CSS
  • 2. How to define and use Inline Java Script
  • 3. Use JQuery in Outsystems
  • 4. Assignment Walkthrough
  • 5. Assignment Implementation
  • 6. Quiz.html

  • 12. Exception Handling
  • 1. Exception Handling In Outsystems
  • 2. Throwing Exception

  • 13. Working with Popup Models
  • 1. Popup & spinner Popup
  • 2. Database actions from popup
  • 3.1 Home-Work-9.docx
  • 3. Assignment Walkthrough Popup
  • 4. Assignment Implementation
  • 5. Quiz.html

  • 14. Exposing and Integrating with API
  • 1.1 Test API Detail.pdf
  • 1. Consuming external API
  • 2. Consuming external API authenticated with BASIC Authentication.
  • 3. Consuming API authenticated with JWT.
  • 4. Exposing an API in Outsystems
  • 5. Exposing API with Basic Authentication
  • 6. Exposing API with Custom Authentication
  • 7. Assignment Walkthrough API
  • 8. Assignment Implementation
  • 9. Quiz.html

  • 15. Advance SQL and Aggregates
  • 1.1 Advance Aggregate and Advance SQL.pdf
  • 1. Introduction and data preparation
  • 2. Implementation of data preparation
  • 3. 1-1, 1-Many, and Many to Many mapping
  • 4. Joins in Aggregates
  • 5. Use of functions in Aggregates
  • 6. Get Data using Advance SQL query
  • 7. Update Data using Advance SQL Query
  • 8. Insert and Delete data using Advance SQL Query
  • 9. Delete Rules (Referential Integrity) in Outsystems
  • 10. How to Pass query parameter in Advance SQL
  • 11. Expand Inline property in Advance SQL
  • 12. How to get specific attributes only using Advance SQL
  • 13.1 Home-Work.pdf
  • 13. Assignment Walkthrough
  • 14. Assignment Implementation
  • 15. Quiz.html

  • 16. Timers & BPTs
  • 1. Introduction
  • 2. What is BPT and How to develop it.
  • 3. Async Jobs with Timers
  • 4.1 Country.xlsx
  • 4. Assignment Walhtrough
  • 5. Assignment Implementation
  • 6. Quiz.html

  • 17. Extensions and External Database
  • 1. Create and use a new Extension
  • 2. Setup connection with external database.
  • 3. User and perform CRUD operation on external Database
  • 4. Quiz.html

  • 18. Understanding Outsystems Architecture
  • 1.1 3 layer Canvas.pdf
  • 1. 3 Layer Architecture Canvas
  • 2.1 validations.pdf
  • 2. Architecture Validation Rule
  • 3.1 best practices.pdf
  • 3. Outsystems Coding Best Practices
  • 4. Quiz.html

  • 19. Case Study (ERP application development)
  • 1.1 CaseStudy.zip
  • 1. Overview of requirement
  • 2. Application Architecture understanding and Data Modeling
  • 3. Create Wrapper Actions for DB operations
  • 4. Create Wrapper Actions Part 2
  • 5. Create and Prepare a UI Module
  • 6. enforce security, Create Role and Associated actions
  • 7. Create Screen and CRUD Actions for Category
  • 8. Create Screen and CRUD Actions for Customer
  • 9. Create Screen and CRUD Actions for Vendor
  • 10. Create Screen and CRUD Actions for Items
  • 11. Develop Purchase Order functionality, and Web block for Item operation
  • 12. Develop Web Block for Item Operations Part 2
  • 13. Develop Web Block for Invoice
  • 14. Develop Invoice Screen
  • 15. Develop Sell Order Functionality
  • 16. Develop Sell Order Reporting Functionality
  • 17. Develop Purchase Order Reporting Functionality.

  • 20. Advance Level Assignments And It's Implementation
  • 1. Requirement 1 Walkthrough Draw Pyramid
  • 2. Requirement 1 Implementation
  • 3. Requirement 2 Walkthrough Sum of All Digits of Given Numbers.
  • 4. Requirement 2 Implementation
  • 5. Requirement 3 Walkthrough Manage Users without page refresh.
  • 6. Requirement 3 Implementation
  • 7. Requirement 4 Walkthrough Draw Fibonacci Sequence
  • 8. Requirement 4 Implementation
  • 9. Requirement 5 Walkthrough Develop Quiz Application
  • 10. Requirement 5 Implementation
  • 11. Requirement 6 Walkthrough Develop Quiz Application Part 2
  • 12. Requirement 6 Implementation

  • 21. Final Assessment
  • 1. Assessment.html

  • 22. Interview Questions
  • 1.1 Interview-question.pdf
  • 1. Interview Questions
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 9069
    حجم: 10967 مگابایت
    مدت زمان: 779 دقیقه
    تاریخ انتشار: ۱۵ فروردین ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید