Explore >> Select a destination


You are here

www.janmeppe.com
| | vrurg.github.io
9.7 parsecs away

Travel
| | I have managed to finish one more article in the Advanced Raku For Beginners series, this time about type and object composition in Raku.
| | blog.pdebruin.org
7.0 parsecs away

Travel
| | This week Dapr v1.15 was released. I wrote about Dapr before because it is a great framework to help build custom apps in any language which takes care of the plumbing of state, pubsub, etc in a pluggable way. This version brings Dapr Workflow to stable which means that organizations may be interested to use it in real production apps. To see what it does, there is a good example that shows a flow of approval, payment and inventory update. This may look like a complicated implementation of relative simple functions, but you should see this as a starting point for your own business processes. Blog post Workflow docs Thanks for reading! :-)
| | karmanivero.us
7.8 parsecs away

Travel
| | generic logic + custom config ? custom logic Karmic Rules for Writing Pretty Good Code
| | visualstudioextensions.vlasovstudio.com
72.9 parsecs away

Travel
| Each Visual Studio instance started with the RootSuffix parameter keeps its own set of extensions. If a Visual Studio extension is available from the Visual Studio Marketplace, you can just install it from the standard Manage Extensions dialog. But if you have only a .vsix file you can use vsixinstaller like this: "C:\Program Files (x86)\Microsoft...