Explore >> Select a destination


You are here

emmanuelbernard.com
| | blog.pdebruin.org
10.2 parsecs away

Travel
| | Learning new technologies can be hard and starting new projects with new technologies even harder. I prefer to only start from scratch when I know exactly what I am doing, which is not often :-) To help you start a new AI project, there is a new AI app template gallery. It contains samples, hosted on GitHub, in many languages, For instance, there are 27 templates for 'rag chat', so that could be your next project. AI app template gallery Announcement Thanks for reading! :-)
| | blog.pdebruin.org
10.2 parsecs away

Travel
| | Two interesting blog posts on Azure Functions performance and scale:
| | blog.pdebruin.org
9.2 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! :-)
| | anthonysciamanna.com
101.9 parsecs away

Travel
| Code katas provide an opportunity to practice our software development skills, recognize patterns, and learn how to apply techniques. In general, we pro...