I created a program. exe that process and enhances artwork images in batches using AI: the input will be an excel with 3 columns: artwork name, artist name and artwork file name. Then the program enhances the low resolution image using prebuilt models to an 8k ready pdf that can...
Continue reading...Engineering and Tech Adventures What's new?
Using Cloudflared & Python for remote executing stuff on your closed home network!
As you might be aware Cloudflare recently started offering a tunnel so that you could access your home network from your own domain, this is great news as before we had to open ports or made more complex configurations to make this work. So one of the first uses that...
Continue reading...Let’s make an open source ASP.NET Core Shipping Module Web App/ Azure for Dynamics!
It’s almost Christmas, this means time to give something back. This is the first part of a new open source series I’ll be starting in which I will go step by step building open source solutions. Let’s start with a little web app that will be built on ASP.NET Core...
Continue reading...How to uncover Resource Scheduling for Dynamics 365 v9 on-premises.
Maybe this might be useful to someone so I’ll leave it here: Resource Scheduling was deprecated for Dynamics 365 v9 on-premises. But all the functionality is still there in the old interface. You can still schedule resources in the “case” dashboard, go to new service activity and the old resource...
Continue reading...How to make a Power App out of Dynamics 365 Data
Let’s create a simple app in power apps that will allow us to modify contacts, and accounts, see orders information and check leads, basically a little app that we can use on the go and we can build it in around 5 minutes or less, so let’s get going: The...
Continue reading...How to consume a Rest API in Dynamics 365
There are many ways you can consume an API Data in Dynamics, one of them is by doing a plugin. The basic plugin creation workflow is as follows: 1-Select a programming language and a framework. 2-Create the connection to your dynamics instance(Online or On-premises). 3-Create the connection to your API....
Continue reading...How to make an OData request from JavaScript Web Resource to Dynamics API
Sometimes the task you are trying to accomplish cannot be done using the supplied toolset by Microsoft via the development graphical interface, we can accomplish anything you can imagine with some fields and some code. If there’s some info that is not accessible from the form’s context, which is very...
Continue reading...How to query DynamoDB from a Dialogflow Fulfillment Webhook (JS)
This might be useful to someone so I will leave it here: Sometimes in Dialogflow, we will want to query a NoSQL database like DynamoDB. The problem with simply querying without a promise is that the query is performed asynchronously, therefore the fulfillment won’t wait for the DynamoDB response and...
Continue reading...How to pass an argument to an RPA Uipath robot from cmd
I was working on one Uipath robot and needed to strap it together to other scripts: some python files and other xaml to prototype a solution. One quick way to test your Uipath robots without having to open the main GUI is by executing the main xaml file from the...
Continue reading...A tale of ETL: Quickbooks and SQL Server integration
Imagine having a CRM solution that tracks the data for all your customers, the marketing campaigns, the email campaigns, the lead to sales processes, but how do you sync all this data into your accounting solution, without having to do it manually one transaction at a time? Well, this is...
Continue reading...