OutSystems Architecture-Specialist-11 || 3 - Practice Tests
التصنيف الكامل: IT & Software > IT Certifications > OutSystems

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق ومباشر
ينقلك لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Learning Windows PowerShell
This Learning Windows PowerShell training course from Infinite Skills will teach you how to use this task-based command-line shell and scripting language, built on the .NET framework, designed especially for systems administration. This course is designed for the absolute beginner, meaning no prior experience with Windows PowerShell is needed. You will start by learning the basics of PowerShell, then jump into installing and setting up PowerShell. From there, Mark will teach you the PowerShell commands, including objects and classes, get-help, and get-command. You will also learn about PowerShell scripts and providers, such as the file system provider, alias provider, and environment provider. This video tutorial will also cover working with files and folders, system administration, and PowerShell version 5. Once you have completed this computer based training course, you will be fully capable of using Windows PowerShell for your administrative needs. Working files are included, allowing you to follow along with the author throughout the lessons.

Fusion 360 tutorial for CNC machinists
Using Fusion 360 to make parts for CNC machines has just got easier.Do you own a CNC router? Maybe you are a CNC machinist wishing to make parts using CAD/CAM.Whether you are a hobbyist or a professional, this course will teach you how to use Fusion 360 to produce parts for your CNC machine.Fusion 360 is free for hobbyists, startups and makers. Its the perfect CAD/CAM system for CNC.Fusion 360 has lots of features that can be overwhelming. This course ignores all the fluff and focuses on the parts of Fusion that are needed to produce a finished product for a CNC machine.Written by a machinist for machinists.This course starts by getting you familiar with the parts of Fusion that are needed to produce a component on a CNC machine.Then we jump right in and make our first model, each step is explained as we sketch using constraints and best practices.Next is CAM, Computer-aided manufacture. In this section, we decide how we will machine the part and create the tool paths to produce excellent results every time.Wish to do engraving? I cover that too!Learn how to import DXF files and turn vector graphics into G-Code files.Once you have a feel for Fusion we get stuck into a more complex part.We look at 3D milling roughing cycles, how to use finishing passes correctly and how to adjust our CAM tool paths to do exactly what we need to produce a great part on our CNC machine.If you are a CNC machinist, hobbyist or professional, this course is made for you.

Implement Robotic Process Automation in companies
Are you in a managing position of a company or department? Are you willing to bring to the department/company that you are managing change management?Learn how you can implement Robotic Process Automation software in the company you are working in. This technology is quite new, and you will encounter challenges while you implement it. We will cover the most important concerns and discuss solutions to tackle them.This course will help you to understand how you can apply RPA in your company. We will cover the whole lifecycle and take you step-by-step from process discovery to determine the return of investment.I made this course to help all the company owners, business managers to understand RPA and to decide where this technology can help the company to optimize the cost.What you’ll get from this course:Understand automation RPAUnderstand how RPA can helpDecide if RPA fits your companyIdentify the repetitive process in any companyMeasure the return of investment of a processUnderstand resolve employees concernsCompare RPA solutionsHow the UiPath Solution worksWho this course is for:company ownersbusiness managers department managersAfter you will complete this course, you will be able to understand what approach you should have to adopt RPA in your company and what is the best method to implement it.

Computer Networks Fundamentals
Computer Networks Fundamentals is a course that will help you get off the ground with your Computer Networks knowledge, with easy-to-understand theoretical lessons and some practical examples. In this course, the OSI (Open Systems Interconnection) model is used, following its 7 layers:1. Physical Layer (L1)2. Data Link Layer (L2)3. Network Layer (L3)4. Transport Layer (L4)5. Session Layer (L5)6. Presentation Layer (L6)7. Application Layer (L7)We will use that same order, and as a bonus, after we've thoroughly covered all 7 OSI layers, we'll also cover the topics of Computer Network Security, Mobile, and Wireless Networks too.Computer networking knowledge is likely to improve your career prospects. Network professionals may work as network engineers or network architects, computer security specialists, or network and computer systems. Either way, opportunities in this field are plentiful.You may also use this material as an introduction to Computer Network Security, which has been in focus lately. For the jobs offered in that area, knowing Computer Networks fundamentals is a mandatory pre-requisite, and will greatly improve your chances of getting a role in cybersecurity some day.As in every Cyber Quince course, you're welcome to ask questions both in the Q A section, and via direct messages. Any suggestions and requests for additional topics to be covered will also be appreciated!
![Practical Programming with ChatGPT [2025]](https://i.udemycdn.com/course/480x270/6558509_74ba_2.jpg)
Practical Programming with ChatGPT [2025]
Learn to Build Powerful Python Tools with ChatGPT — No Coding Experience Needed!In this beginner-friendly course, you'll discover exactly how to use ChatGPT to write, modify, and run real Python scripts — even if you've never written a single line of code before.You'll start fast by building a battle simulator with RoboCop and the Terminator, demonstrating how quickly ChatGPT can generate working Python projects. From there, you'll move on to creating real-world tools like:Web ScrapersAuto-EmailersSpreadsheet EditorsDiscord BotsAPI ToolsFile Management AutomationsThis course is designed for total beginners, busy professionals, or anyone who wants to learn practical programming without getting lost in coding theory. All tools used are free, and you'll learn how to use Cursor IDE (based on VS Code) for maximum efficiency.By the end of this course, you'll have the skills to automate repetitive tasks, build fun or useful apps, and harness the power of ChatGPT as your personal coding assistant.Whether you're looking to streamline your workflow, create custom bots, or just learn a valuable new skill, this course will guide you step-by-step with clear instructions, real projects, and expert guidance.Stop wasting time searching for code snippets online — learn how to generate exactly what you need using ChatGPT!

API Development with Apigee (- X) on Google Cloud
The course starts by explaining the API and its life cycle as per APIGEE. The APIGEE provisioning is explained and configured showing all the steps. Once this is created we can build API proxies and API products. Components of the APIGEE are explained and the relationship between these. Different kinds of policies are used while creating the API proxies. The proxy creation starts with the basic proxies to understand the apigee environemnt. The proxy creation is explained both in Classic and the new Proxy Editor. After understanding the environment, the course continues to explain and create different proxies with with complex policies. These are the different kinds of API proxies created Calling SOAP webservicesCalling Java Class and utilize the functionality of Java.Service callout policy is used call external endpoints in between the service to get the needed information for the proxy.Flow callout policy implemented to call shared flows so that same functionality implementation can be reused.JavaScript policy is implemented to demonstrate the functionality of JavaScript and how to interact with Flow variables in API proxy and JavaScript code.Different kinds of security handling is explained and implemented using policies like Oauth, Basic Authentication, XML Thret Protection, JSON Threat Protection, JSON Web Token(JWT), JSON Web Signature (JWS), API key, and HMAC. The API creation to API deployment steps are explained to understand the system completely. How to use components like Developer portal, Apps, and Product are explained with examples.
