Free Azure Training Resources

For anyone interested in diving deep in Azure’s world. Microsoft Training and Certification Azure Essentials – the best place to get started with Azure and learn new skills Pluralsight – free self-paced courses Hands-on Labs – an array of self-paced labs, instructor-led classes, and challenging exercises to practice the skills Certifications – boost your career with a Microsoft certification It’s a […]

Document SQL Server with Database Note Taker

Database Note Taker is a free note-taking app made specifically for SQL databases. It makes a database schema and structures a lot easier to capture and document, and definitely simplifies the database documentation and takes the guesswork out of everyday development with databases. How does it work? More specifically, Connect to your database. Refresh with the current structure of your database. […]

Managing FTP/SFTP/SSH using PowerShell on Windows 10

There are no built-in cmdlets in PowerShell designed for managing FTP but you can easily download and install a free module to fill the gap if ever needed. Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against systems using the SSH protocol. The module supports only a subset of the capabilities that the different SSH RFCs  http://en.wikipedia.org/wiki/Secure_Shell […]