Speaking at PsDayUk 2023

Side note, I was meant to publish this back in March 2023… When I attended my first PowerShell meetup back in 2017, I had no idea it would lead me to where I am today. Fast forward to 3rd of March 2023, I was privileged to speak and share my knowledge with other #PowerShell enthusiasts at #PsDayUk conference. I presented the PowerShell based web server and web framework, which enables anyone familiar with the language, to create web applications....

16 July 2023 · 1 min · 170 words · Kamil

PowerShell Error Handling - One error at the time please

Code fails - whether because of reasons out of our control, or because we didn’t consider the situation it might fail. Expired credentials, timeout connections, lack of permissions go genuine software bug - each of these are potential problem which might fall our code over. And if we don’t handle the error, our script will simply throw and terminate. It’s certainly not desired state. In this video I’ll show you different ways PowerShell can error, how to debug such errors and how to handle them - so that we are in control....

21 January 2023 · 1 min · 93 words · Kamil

Developing a Web Application with PowerShell - Pode, the PowerFul Module

Web Applications are popular, and often require to either knowing some front-end development or using some other products which allow to build some applications. What about PowerShell, can you actually build a web app using only PowerShell language? Yes, you can write a web app in PowerShell, and I’m going to show you how in this video. It comes down to two PowerShell modules - Pode and Pode.Web - all you need to do is to run Install-Module Pode,Pode....

8 September 2022 · 1 min · 156 words · Kamil

Building PowerShell module on Azure DevOps pipeline - step by step guide

The World talks constantly about DevOps, CI/CI pipelines, automation - which great, but where to actually start? Especially when you’ve been writing PowerShell which is often used as automation language, but not actually as programming language? In this video I’ll show you how to create a build pipeline for PowerShell module, from scratch. We will start from creating a project, creating new Git repository, pushing code to repository to finally create a pipeline which takes care of building the module, versioning it and finally publishing....

1 June 2022 · 1 min · 200 words · Kamil

Sysadmin to DevOps - My PowerShell ignited story

My story on how I turned from Sysadmin to DevOps engineer, with PowerShell driving my journey! It’s crazy to think that 5 years ago I couldn’t code, and one tweet simply started a snowball effect on my career. I wanted to document this moment in my life as I’ve passed Azure DevOps engineer exam and been working as DevOps engineer - something I wouldn’t even about thinking without PowerShell and its great community....

2 May 2022 · 1 min · 148 words · Kamil