Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 27, 2022 11:15 am GMT

27/2 - Packages, Packages, Packages (& snake)

I had a package update frenzy this week, release 6(six) package updates. uSync(v9.2.0), uSync.Complete(v9.2.0), uSyncTriggers, Translations Manager v9.0.5, BackOffice Themes and Maintenance Manager. So that took up quite a bit of my time, but now everything is shiny again.

Maintenance mode is fun because it uses middleware to intercept the requests and delivers its templates to Umbraco via a Razor class library.

The middleware stuff is really interesting and I am wondering what cool uses we can put that too elsewhere (uSync.Complete for example uses middleware to increase the MaxRequestSize on certain api calls).

Razor class libraries are probably the future of Umbraco package deployments - we just have to work out how (there is a uSync branch that would deliver the files via a RCL, once I've tested it a bit more. it might become the release).

I've also started poking around with Umbraco 10 (very early dev stages) mainly to get a heads up on any breaking changes that may effect packages, so far not many, but I haven't looked at the impact of the moving of IScopeProvider yet.

Teaching code to the boy having gone through the Unity Learn, and Learn dotnet sites in the last few years we've circled back on to the Coding Train youtube channel. This week we did a snake game is Javascript. Game development is always fun.


Original Link: https://dev.to/kevinjump/272-packages-packages-packages-snake-3d67

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To