automation

About Rodiger DevOps

This author has not yet filled in any details.
So far Rodiger DevOps has created 26 blog entries.
  • IoT department

New R&D department – IoT

2021-07-09T09:45:55+02:00February 1st, 2021|Tags: , |

IoT stands for Internet of Things which incorporates all kind of components like sensors, microchips, controllers and of course, software. All those "things" are connected to the internet and communicate with each other creating a network of IoT devices. IoT can be used everywhere, from farimng to enterprise IT companies. It's really popular among hobbyists and people who like to experiment with new stuff.

  • Windows task scheduler

Windows Task Scheduler

2021-04-09T13:58:05+02:00December 18th, 2020|Tags: , |

The Task Scheduler enables you to automatically perform routine tasks on a chosen computer. Task Scheduler does this by monitoring whatever criteria you choose (referred to as triggers) and then executing the tasks when those criteria are met.

  • Introduction to NodeJS

Introduction to NodeJS

2021-07-01T11:29:34+02:00December 16th, 2020|Tags: , |

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. NodeJS relies on NPM packages and their dependencies. There is nearly a milion packages available to use with Node Package Manager.

  • Introduction to Bash

Introduction to Bash

2021-04-09T11:59:49+02:00December 3rd, 2020|Tags: , |

Bash stands for "Bourne Again Shell" and was developed by Brian Fox in 1989. It's called "Bourne Again" because it replaces the popular Bourne Shell which is "born again" through Bash. Bash is a standard shell for Linux distributions.

  • Introduction-to-Powershell

Introduction to PowerShell

2021-06-30T08:26:13+02:00November 27th, 2020|Tags: , |

PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects.

  • Dialog-interruption-and-cancellation

Bot dialog interruption and cancellation

2021-06-18T13:36:39+02:00November 23rd, 2020|Tags: , , |

Bot dialog cancellation and interruption is used to expand you bot's capabilities in waterfall dialogs in Bot Framework SDK bots. They are meant to enable you to quit your dialog if you don't want to finish it or to create custom interrupts to, for example, call for help in the middle of a dialog if you don't know how to proceed.

  • Writing-bot-dialogs

Writing bot dialogs

2021-04-09T13:59:01+02:00November 17th, 2020|Tags: , , |

Writing bot dialogs has a lot to do with planning because you have to have all the dialog flow planned before you start writing your dialog. You also need to manage your dialog state and have a way to stop a dialog if needed.

  • Bot-Framework-Dialogs

BotFramework dialogs

2021-07-05T07:04:22+02:00November 17th, 2020|Tags: , |

Dialogs are a highlight of BotFramework SDK and they are at it's centre. Through them, you can write comprehensive conversations that the bot will engage in with users. Rather than having a bot that just responds to user with a predefined message to a specific keyword. With botframework dialogs, bots can give you real "dialog" experience.

  • What-is-automation

What is automation

2021-06-18T13:09:37+02:00November 2nd, 2020|Tags: , |

Automation can be defined as a technology concerned with performing a process by means of programmed commands combined with automatic feedback control to ensure proper execution of the instructions. The resulting system is capable of operating without human intervention.

  • Benefits-of-automation

Benefits of automation

2021-07-01T13:25:17+02:00November 2nd, 2020|Tags: , |

Benefits of automation can manifest in many different ways. From cost reduction and time savings to better profuctivity and business predictions. It also raises your client's satisfaction and reassures them to use your services.

Go to Top