I needed to drill down to Shifts / hours for my Operations visuals. Basically I created a new table which…
The requirement is simple; read daily generated xls files, process, write to DB. Sometimes more than one file generated and…
Unfortunately, Logicapps is not capable to work on macro included excel files. I think they did this on purpose but…
Due to a request, I developed a simple task that downloads excel file from SharePoint. The tricky part is registering…
I uploaded one of my sample project to my new repo today. There is a simple project to implement SalesOrders/SalesOrderLines…
I’ve updated one of my projects, made it runnable and uploaded to my new repo. It includes client-server call functions,…
STUPID is an acronym that describes bad practices in Oriented Object Programming: Singleton Tight Coupling Untestability Premature Optimization Indescriptive Naming Duplication…
There is a basic and useful sample in Microsoft Docs site. ” This sample demonstrates how to perform basic CRUD…
To refresh HTML web page you can simply use settimeout javascript function. Here is a sample from tutorials point :…
VSCode is very nice and usefull to code Javascript. Give it a try. You’ll have nice environment, intellisense and code…