Swojego czasu, mój kolega Certyfikowany Trener Microsoft mawiał – chcesz się nauczyć jakiejś technologii – poprowadź z tego szkolenie. Ja wtedy byłem na początku drogi Trenerskiej, w która tak swoją d…Read more
Month: November 2019
Continuously upload files to FTP using PowerShell
Sometimes we need to continuously upload files to FTP from local disk. We can do it using the following PowerShell Script. import-module NetCmdlets$i=5while ($i -eq 5){new-item c:wgrywam -itemtype dir…Read more
How Azure can help you with performance tests using JMeter
This article is rather dedicated to attendees of http://www.jstalks.net/ conference. You can use this article if you do not attendee to that conference, but probably it will need more engagement from …Read more
Official: BOOK OF NEWS, Microsoft Ignite 2019, Orlando, November 4-8, 2019
BOOK OF NEWS Microsoft Ignite 2019: Ignite2019BookofNews.pdfRead more
Azure News from Microsoft Ignite 2019 – 3 minutes read Mariusz’s bullet list
Here is a list of new Azure features announced during Ignite 2019, that in my opinion you should learn more. This is not a complete list – just I noticed them, and it is only for Azure. Some of them …Read more