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

preview_player
Показать описание

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.Web and you can start building your applications.

I will be writing a simple password generation and management web app during video, and source code is available on GitHub - so that you can either follow me, or just grab source code and see how this whole Pode module works yourself. And since the video touches only briefly what Pode is capable of, I'm really looking forward your views and feedback.

###

00:00 BEGIN
00:33 Hello and about video
00:57 About Pode and Pode.Web modules
2:55 For today I have prepared for you...
03:33 Code of First app - Services, process, form
04:31 Run first app
06:29 Password generator web app
08:21 Writing password web app
10:29 Start-PodeServer
10:53 Address, port, protocol
12:00 Logging
13:35 Add first page
15:05 Add form
17:30: Slider
17:58 Checkbox
18:35 Textbox
19:56 Form scriptblock
21:30 Form validation
24:00 Form generating password
28:11 Add password push button
33:40 A little bit of CSS
34:50 Pode on mobile phone
35:15 Navigation links
36:34 Binding
37:19 Accessing Pode from other computer
37:52 Conclude the video
Рекомендации по теме
Комментарии
Автор

Great video. Wish I could remember when/how Pode was discovered, but regardless, it's super handy, and you do one heck of a job relaying that. Cheers!

imperialdrive
Автор

can you please include the code for services based on the video 5:32?

lextergapuz
Автор

Jeez I really needed this. JavaScripts been kicking my behind lately. Thanks much man great find!

layerdown
Автор

This is great work, Is it possible deploy this webapp on S3 Bucket, please comment, if so guide relavant repo links?

awspowershell
Автор

thanks! setting and accessing headers will be next for me

cbttjm
Автор

Hey Kamil. Great Video. Getting into pode/pode.web and having issues with the Azure AD connection. Where is the best resources to ask questions about this type of stuff?

mikecarey
Автор

This is just brilliant.. thank you for sharing it with us. Already started on a project to build something amazing for my team. Just wondering if you have any plans for more demo.. say for e.g. adding authentication/authorization to certain pages by team/ADgroups etc?

vikrantbirajdar
Автор

Great Video. I have been working on implementing this. While several pages are good to go live, I now stuck in creating the authentication page. I have ran several examples given the url. yet, none worked fine. Can you please provide once working example of login page. preferably the Windows AD one. Thanks in Advance.

balajigp
Автор

Fantastic, best PowerShell subject for me recently!

soostibi
Автор

can you please show a video how to deployee the pode webapp on IIS ? I got inspired by your video and created a webserver but its only working when i execute pode start and not when I host it on IIS. but then my webapp is pretty much useless if i cant host it :(

mahaalwoheby
Автор

How to add SSO LOGIN to this webapp, please create video for it

Shivakumarkalal
Автор

Great Video. Thanks so much for the great content. Really appreciate your work

brushenas
Автор

Can the code be served from GitHub pages instead of this web server?

AyanMullick
Автор

What a wonderful discovery! Do you know if we can create a web app protected with Azure AD with Pode? Again really nice job!

francoisleon
visit shbcf.ru