Slack – słyszał o nim chyba każdy programista. Jest to fantastyczne narzędzie do komunikacji. Dzisiaj chcę się podzielić moim doświadczeniem w zastosowaniu Slacka w komunikacji z biznesem!
Boty nie są nowym rozwiązaniem. Istnieją na rynku od wielu lat. Obecnie, ich znaczenie i wykorzystanie w komunikacji z klientami istotnie rośnie, między innymi za sprawą coraz większej popularności komunikatorów internetowych. Dzięki połączeniu ChatBota z używanymi na co dzień kanałami komunikacji typu Facebook Messenger, możemy zaproponować nasze usługi za pośrednictwem i...
W procesie ciągłej integracji ważnym etapem jest otrzymanie informacji o statusie zakończonego buildu. Wpis prezentuje jak można wykonać w prosty sposób integracje Slacka z Travis CI do procesu powiadomień.
Code review is an important part of development process. Various teams use different styles from “over the shoulder” to the ones based on tools like Gerrit. However, more and more Git servers (like GitLab) give merge request functionality, which makes incorporating code review process easier.
Sztuka programowania 2982 dni, 18 godzin, 24 minuty temu 213 źrodło rozwiń
Hey, do you remember one of my latest posts in which I’ve described how easy it is to integrate the C# with Slack? I’ve taken this concept a little bit further and created a new type of integration which can do pretty much the same thing but in a more sophisticated way in terms of configuration and available options. So, are you ready to integrate your Warden with the Slack?
Good morning, this is gonna be a very short post, as it’s truly super easy to integrate the C# with the Slack API. We’ll make use of the latest .NET Core version listed as the dnxcore50 and build a console application that you can use to send the messages to the particular channel.