Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c81ef79
fix: DO NOT MERGE
harshilp24 Mar 18, 2024
0be9fff
Made changes to Sidebar and introduced Session 1 and Session 2 for Ap…
tomjose92 Mar 18, 2024
83b35ac
Minor changes related to the sessions
tomjose92 Mar 18, 2024
18de547
Updated the training instance link to optum-training.app.appsmith.com
tomjose92 Mar 18, 2024
32074a2
Added Show Hints as well to the Session content
tomjose92 Mar 18, 2024
bda1689
Minor markdown changes.
tomjose92 Mar 18, 2024
c60c8fa
Corrections to the code and references.
tomjose92 Mar 18, 2024
c3fa8f5
Changes in content to be more specific for trainees.
tomjose92 Mar 19, 2024
37bdba1
Corrected the equals operator in the code.
tomjose92 Mar 19, 2024
7c5a1b1
hiding session 2
tomjose92 Mar 19, 2024
d876c82
Enabling session 2
tomjose92 Mar 19, 2024
5761fd6
Added Training 201 with Session 3 for GIT.
tomjose92 Apr 3, 2024
e3841de
Added best practices and few minor changes for session 3.
tomjose92 Apr 4, 2024
33202d9
Added session4 packages as well to the document.
tomjose92 Apr 4, 2024
62ea489
Modified training material based on Day 1 Agenda. Also added a markdo…
tomjose92 Feb 25, 2025
201833f
Minor change in agenda markdown.
tomjose92 Feb 25, 2025
c50da5f
Added hyperlinks for the items in the Agenda
tomjose92 Feb 25, 2025
38773cd
Updated the content for the training.
tomjose92 Feb 25, 2025
c947d3f
Minor changes and linked the task to App url.
tomjose92 Feb 25, 2025
d5ebcc6
Fixed issues in formatting.
tomjose92 Feb 25, 2025
bbf38c8
Minor fixes across the content.
tomjose92 Feb 25, 2025
284e3d3
Fixed markdown breaking due to the double braces.
tomjose92 Feb 25, 2025
d38db35
Changes based on dry run - 1
tomjose92 Feb 26, 2025
2462230
Minor changes in agenda content.
tomjose92 Feb 26, 2025
e23a1c9
AMAdded Day 2 agenda. And modified sessions 3, 4 topics for Day 2.
tomjose92 Mar 3, 2025
f8db413
Minor changes across basic instructions and added steps for the Sessi…
tomjose92 Mar 3, 2025
9a10d3e
Made first draft for the content for Session 4.
tomjose92 Mar 3, 2025
1f48e16
Added content for Embedding and communication.
tomjose92 Mar 4, 2025
85d2fb0
RAdded content for the changes related to Custom widget.
tomjose92 Mar 4, 2025
01cd229
Minor updates.
tomjose92 Mar 4, 2025
e4d2425
AEnabling Day 2 training topics.
tomjose92 Mar 4, 2025
fb3a906
minor fixes.
tomjose92 Mar 4, 2025
c5565bd
Added Day 3 and its respective session 5.
tomjose92 Mar 6, 2025
7afecae
Added content for workflows. Added another session 6 and minor changes.
tomjose92 Mar 6, 2025
d00542e
Fixed minor issue with closing tag.
tomjose92 Mar 6, 2025
43bd91d
Added content for Granular Access Control.
tomjose92 Mar 6, 2025
a47c35b
Enabled day 3 topics for session.
tomjose92 Mar 6, 2025
4fc3120
Minor change.
tomjose92 Mar 6, 2025
f240d51
corrected momentjs code.
tomjose92 Mar 6, 2025
b4265f2
Correction in the code snippet.
tomjose92 Mar 6, 2025
77f32aa
feat: add support training session
sebastianiv21 Aug 21, 2025
b25a7b5
Refactor training session documentation for clarity and formatting im…
pranavkanade Aug 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions website/docs/training/day-1-agenda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: "Agenda"
hide_title: false
---

# Day 1: Appsmith Training Agenda
## Introduction and Core Concepts
<dd>

Discover what Appsmith is, its key features, and how it empowers you to build applications quickly.

</dd>

### [1. Connecting and Managing Datasources](/training/session-1#connecting-and-managing-datasources)
<dd>

- **Datasource Setup:** Learn to connect various datasources such as REST APIs and databases.
- **Hands-On:** Follow step-by-step instructions to add and configure your datasource.

</dd>

### [2. Widget Essentials and Displaying Data](/training/session-1#widget-essentials-and-displaying-data)
<dd>

- **Core Widgets:** Explore essential widgets like Table, Text, Button, Select, and Container.
- **Data Binding:** Understand how to bind data to widgets for dynamic display and interactivity.

</dd>

### [3. Customizing and Enhancing Functionality with Code](/training/session-2#customizing-and-enhancing-functionality-with-code)
<dd>

- **Custom Code Integration:** Use JavaScript to extend widget functionality and manipulate data.
- **Interactive Demo:** Practice by writing custom code snippets to modify widget behaviors and data output.

</dd>

### [4. Building CRUD Interfaces and Interactive Dashboards](/training/session-2#building-crud-interfaces-and-interactive-dashboards)
<dd>

- **CRUD Operations:** Implement functionalities to Create or Update data with Forms
- **Dashboard Assembly:** Combine multiple widgets like Chart and Statbox to create an interactive Dashboard

</dd>

### [5. Task: Create a Basic App](https://training.app.appsmith.com/app/task-1/home-67bdd31349bf245ac087e8fe)
<dd>

- **Hands-On Challenge:** Build a basic application integrating datasources, widgets, and custom code.
- **Objective:** Apply all the concepts learned to create a functional app from scratch.

</dd>

### 6. Get a sneak peek into Day 2 Agenda
<dd>

- **Git Integration:** Understand version control for collaborative development.
- **Custom Widgets:** Learn how to create your own widget

</dd>
72 changes: 72 additions & 0 deletions website/docs/training/day-2-agenda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: "Agenda"
hide_title: false
---

# Day 2: Appsmith Training Agenda
## Advanced Development and Collaboration
<dd>

Enhance your Appsmith skills by exploring version control, CI/CD, advanced integrations, and custom widgets.

</dd>

### [1. Version Control: Development Process and Collaboration](/training/session-3#version-control-development-process-and-collaboration)
<dd>

- **Git Integration:** Learn how to integrate Appsmith with Git for version control.
- **Branching & Merging:** Understand how to create branches, commit changes, and merge updates.
- **Collaborative Development:** Work with teams using Appsmith’s built-in collaboration features.

</dd>

### [2. Configuring Multiple Environments and Setting Up CI/CD Pipelines](/training/session-3#configuring-multiple-environments-and-setting-up-cicd-pipelines)
<dd>

- **Environment Variables:** Learn how to configure multiple environments like Development, Staging, and Production.
- **CI/CD Pipelines:** Automate deployments and manage changes across different environments.

</dd>

### [3. Advanced JavaScript and API Integrations](/training/session-4#advanced-javascript-and-api-integrations)
<dd>

- **JS Libraries:** Extend Appsmith’s capabilities with custom JavaScript libraries.
- **API Chaining & Transformations:** Use JavaScript to modify API responses before displaying data.
- **Error Handling & Debugging:** Learn best practices for handling API failures and debugging in Appsmith.

</dd>

### [4. Embedding Appsmith Applications and Facilitating Communication](/training/session-4#embedding-appsmith-applications-and-facilitating-communication)
<dd>

- **Embedding Apps:** Learn how to embed Appsmith apps into external platforms or other web apps.
- **Cross-App Communication:** Enable seamless data sharing between different Appsmith applications.

</dd>

### [5. Creating Custom Widgets](/training/session-4#creating-custom-widgets)
<dd>

- **Understanding Custom Widgets:** Learn how to build custom widgets using JavaScript and Appsmith’s widget APIs.
- **Data Models & Events:** Send actions and trigger events to enhance widget behavior.

</dd>

### [6. Hands-On Task](https://community.appsmith.com/tutorial/how-create-your-own-custom-navigation-bar-nested-items-and-icons)
<dd>

* **Objective:** Build an advanced app using custom widgets and version control it with GIT.
* **Challenge:** Create a custom navigation bar that is dynamic based on the data model. When an item is clicked, the app should navigate to the corresponding Appsmith page.
* Share us the applications that you create and we will publish them in our [community](https://community.appsmith.com)

</dd>

### 7. Get a sneak peek into Day 3 Agenda
<dd>

- **Workflows & Automation:** Learn how to design and manage complex workflows.
- **Reusable Code with Appsmith Packages:** Explore how to reuse code across multiple applications.
- **Granular Access Control:** Understand how to set up role-based access, programmatic permissions, and secure your applications.

</dd>
46 changes: 46 additions & 0 deletions website/docs/training/day-3-agenda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: "Agenda"
hide_title: false
---

# Day 3: Appsmith Training Agenda
## Enterprise Features
<dd>

Enhance your Appsmith expertise by exploring **reusability**, **workflow automation**, **access control**, and **audit logging** to build secure, scalable applications.

</dd>

### [1. Reusability with Appsmith Packages](/training/session-5#reusability-with-appsmith-packages)
<dd>

* **Introduction to Appsmith Packages:** Learn how to create and use reusable JS Objects and Queries.
* **Best Practices:** Understand how to structure your apps efficiently using reusable components.
* **Hands-On:** Create a package and integrate it into multiple applications.

</dd>

### [2. Designing and Managing Complex Workflows](/training/session-5#designing-and-managing-complex-workflows)
<dd>

* **Human-in-the-Loop Workflows:** Implement workflows where manual approvals or interventions are required before proceeding.
* **Automating Tasks with CronJobs:** Schedule recurring tasks like data refreshes, report generation, or background processing by triggering APIs or database queries at set intervals

</dd>

### [3. Implementing Granular Access Control and Programmatic Permissions](/training/session-6#implementing-granular-access-control-and-programmatic-permissions)
<dd>

* **Role-Based Access Control (RBAC):** Configure user roles and permissions for better security.
* **Programmatic Permissions:** Use dynamic access control based on user roles and conditions

</dd>

### [4. Utilizing Audit Logs for Monitoring and Compliance](/training/session-6#utilizing-audit-logs-for-monitoring-and-compliance)
<dd>

* **Understanding Audit Logs:** Track user activities and changes made within the application.
* **Compliance & Security:** Maintain logs for audits, troubleshooting, and security monitoring.
* **Hands-On Task:** View, filter, and analyze logs to investigate user actions.

</dd>
58 changes: 58 additions & 0 deletions website/docs/training/day-5-agenda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: "Agenda"
hide_title: false
---

# Day 5: Appsmith Training Agenda
## Application Support
<dd>

Learn essential debugging and troubleshooting techniques for Appsmith applications, including console debugging, server-side log analysis, and support workflows.

</dd>

### [1. Debugging with Consoles & Browser Tools](/training/session-8#debugging-with-consoles--browser-tools)
<dd>

- **Appsmith In-App Console:** Master the editor console for real-time debugging of queries, JS objects, and bindings.
- **Browser Developer Tools:** Learn when and how to use Chrome DevTools for deeper investigation.
- **Network Tab Deep Dive:** Export HAR files and analyze API requests/responses.
- **Application Tab:** Inspect local storage and session data for state-related issues.

</dd>

### [2. Accessing Server-Side Logs & Instance Health](/training/session-8#accessing-server-side-logs--instance-health)
<dd>

- **Quick Instance Checks:** Use built-in endpoints like `/info`, `/api/v1/health`, and consolidated API views.
- **Container Log Collection:** Follow best practices for gathering server-side logs.
- **Log Analysis:** Identify error patterns, timestamps, and service context in logs.

</dd>

### [3. Checking for Existing Issues](/training/session-8#checking-for-existing-issues)
<dd>

- **GitHub Issues Search:** Efficiently search Appsmith's issue tracker before escalating problems.
- **Filtering Techniques:** Use labels, status, and keywords to find relevant discussions.
- **Finding Workarounds:** Locate temporary solutions and status updates for known issues.

</dd>

### [4. Connecting with Appsmith Support](/training/session-8#connecting-with-appsmith-support)
<dd>

- **Support Channels:** Understand available support options and escalation paths.
- **Information Gathering:** Learn what details to include for effective support requests.
- **Best Practices:** Follow proper procedures for timely assistance.

</dd>

### [5. Using Audit Logs](/training/session-8#using-audit-logs-for-debugging)
<dd>

- **Audit Log Access:** Navigate to Settings → Audit Logs and understand permission requirements.
- **Filtering Strategies:** Use Event Type, User ID, Time Range, and Resource ID filters effectively.
- **Troubleshooting with Logs:** Identify failed calls, high latency, and unauthorized attempts.

</dd>
Loading