Giter Site home page Giter Site logo

print("Hello Repositories!");

I am Shon and I love ☕coffee and 🌶️spicy food. I am a UiPath RPA developer. There are many RPA training supplements and projects in this repository in both C# and VB.NET.

"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler

GitHub stats Top Langs

Note

Current Diversions:
🔗 Completing a course on LINQ
📚 Studying for the UiPath Automation Developer Professional Certification
⚙️ Studying Git & GitHub for certifications
🤖 Introduction to Blue Prism and Automation Anywhere.

Views

Important

✉️ Contact me if you have a request, question, or comments. Please reach out and lets connect!

Warning

Since I develop many UiPath projects in both C# and VB.NET, I started to use Hungarian Notation for the VB projects and standard Microsoft recommendations for C#. It helps me differentiate projects and reduces the number of errors in the .xaml from activity cross pollination as I often have many IDE's open at once.

Note

Expand the sections below to see the UiPath projects for each learning plan.

UiPath Learning Plan Projects

Automation Explorer [ ↕️ ]

S01 Explore automation development with UiPath Studio
  • S01P01-StudioFirstRun [C#] [VB]
S02 Build your first process with Studio
  • S02P01-BuildFirstProcess
S03 Variables, Constants and Arguments in Studio
  • S03P01-ManagingVariables
  • S03P02-InvokeWorkflow
  • S03P03-ArrayVariables
S04 Control Flow in Studio
  • S04P01-ForEachAndIf
  • S04P02-WhileAndIf
  • S04P03-SwitchAndForEach
S05 Excel Automation with the Modern Experience in Studio
  • S05P01-WorkbookAndDataTables
  • S05P02-ExcelActivities
S06 User Interface (UI) Automation with Modern Design in Studio
  • S06P01-BuildAndRun
  • S06P02-TableExtraction

Automation Developer Associate [ ↕️ ]

//Still to be developed

S01 Data Manipulation with Strings in Studio
S02 Data Manipulation with Lists and Dictionaries in Studio
S03 UI Automation Synchronization with Studio
S04 UI Automation Descriptors in Studio
S05 Selectors in Studio Deep Dive
S06 Debugging in Studio
S07 Error and Exception Handling in Studio
S08 Working with Local Files and Folders in Studio
S09 Email Automation With Studio
S10 PDF Automation with Studio
S11 Data Manipulation with Data Tables in Studio
S12 Introduction to Logging in Studio
S13 Orchestrator Overview for Automation Developers
S14 Working with Orchestrator Resources
S15 Object Repository in Studio
S16 UiPath Integration Service Overview
S17 Version Control Systems Integration in Studio
S18 Workflow Analyzer in Studio
S19 RPA Testing with Studio
S20 Project Organization in Studio
S21 Automation Implementation Methodology Fundamentals

Automation Developer Professional [ ↕️ ]

//Still to be developed

S01 State Machines in Studio
S02 Introduction to Robotic Enterprise Framework
S03 Building a REFramework Project with Orchestrator Queues [C#] [VB]
S04 Building a REFramework Project with Tabular Data [C#] [VB]
S05 Practice with REFramework
S06 Orchestrator Triggers and Monitoring
S07 Advanced Data Manipulation with Studio
S08 Advanced UI Automation with Studio
S09 AI Computer Vision with Studio
S10 Remote Debugging with Studio
S11 Invoke Method and Invoke Code in Studio

RPA Developer Foundation [ ↕️ ]

S01 Get Started With RPA Development
S02 Variables, Data Types And Control Flow In Studio
S03 Data Manipulation In Studio
S04 Excel And Data Tables With Studio
S05 UI Automation With Studio
S06 Selectors In Studio
S07 Project Organization In Studio

Shon Harsh's Projects

rpadev-s05p02-therpachallenge-vb icon rpadev-s05p02-therpachallenge-vb

This project is my solution in VB to the The RPA Challenge practice found in section 05 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s05p03-inputactions icon rpadev-s05p03-inputactions

This project is my solution in C# to the Input Actions practice found in section 05 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s05p03-inputactions-vb icon rpadev-s05p03-inputactions-vb

This project is my solution in VB to the Input Actions practice found in section 05 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s05p03-inputactions-windowslegacy icon rpadev-s05p03-inputactions-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the Input Actions practice found in section 05 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s05p04-outputactions icon rpadev-s05p04-outputactions

This project is my solution in C# to the Output Actions practice found in section 05 practice 04 of the UiPath - RPA Developer Foundation course.

rpadev-s05p04-outputactions-vb icon rpadev-s05p04-outputactions-vb

This project is my solution in VB to the Output Actions practice found in section 05 practice 04 of the UiPath - RPA Developer Foundation course.

rpadev-s05p04-outputactions-windowslegacy icon rpadev-s05p04-outputactions-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the Output Actions practice found in section 05 practice 04 of the UiPath - RPA Developer Foundation course.

rpadev-s05p05-datascraping icon rpadev-s05p05-datascraping

This project is my solution in C# to the Data Scraping & UI Elements practice found in section 05 practice 05 of the UiPath - RPA Developer Foundation course.

rpadev-s05p05-datascraping-vb icon rpadev-s05p05-datascraping-vb

This project is my solution in VB to the Data Scraping & UI Elements practice found in section 05 practice 05 of the UiPath - RPA Developer Foundation course.

rpadev-s05p05-datascraping-windowslegacy icon rpadev-s05p05-datascraping-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the Data Scraping & UI Elements practice found in section 05 practice 05 of the UiPath - RPA Developer Foundation course.

rpadev-s06p01-getandsortdata icon rpadev-s06p01-getandsortdata

his project is my solution in C# to the Get & Sort Data practice found in section 06 practice 01 of the UiPath - RPA Developer Foundation course.

rpadev-s06p01-getandsortdata-vb icon rpadev-s06p01-getandsortdata-vb

This project is my solution in VB to the Get & Sort Data practice found in section 06 practice 01 of the UiPath - RPA Developer Foundation course.

rpadev-s06p01-getandsortdata-windowslegacy icon rpadev-s06p01-getandsortdata-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the Get & Sort Data practice found in section 06 practice 01 of the UiPath - RPA Developer Foundation course.

rpadev-s06p02-setdata icon rpadev-s06p02-setdata

This project is my solution in C# to the Set Data practice found in section 06 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s06p02-setdata-vb icon rpadev-s06p02-setdata-vb

This project is my solution in VB to the Set Data practice found in section 06 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s06p02-setdata-windowslegacy icon rpadev-s06p02-setdata-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the Set Data practice found in section 06 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s06p03-highlight-typeitems icon rpadev-s06p03-highlight-typeitems

This project is my solution in C# to the Highlight WFT Type Items practice found in section 06 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s06p03-highlight-typeitems-vb icon rpadev-s06p03-highlight-typeitems-vb

This project is my solution in VB to the Highlight WFT Type Items practice found in section 06 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s07p02-statemachines icon rpadev-s07p02-statemachines

This project is my solution in C# to the State Machines practice found in section 07 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s07p02-statemachines-vb icon rpadev-s07p02-statemachines-vb

This project is my solution in VB to the State Machines practice found in section 07 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s07p02-statemachines-windowslegacy icon rpadev-s07p02-statemachines-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the State Machines practice found in section 07 practice 02 of the UiPath - RPA Developer Foundation course.

rpadev-s07p03-fixmyworkflow icon rpadev-s07p03-fixmyworkflow

This project is my solution in C# to the Fix My Workflow practice found in section 07 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s07p03-fixmyworkflow-vb icon rpadev-s07p03-fixmyworkflow-vb

This project is my solution in VB to the Fix My Workflow practice found in section 07 practice 03 of the UiPath - RPA Developer Foundation course.

rpadev-s07p03-fixmyworkflow-windowslegacy icon rpadev-s07p03-fixmyworkflow-windowslegacy

This project is my solution in Windows Legacy (Deprecated), C# to the Fix My Workflow practice found in section 07 practice 03 of the UiPath - RPA Developer Foundation course.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.