ARTICLES

Latest Articles

Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.

HTTP Explained
Services / Web Services / Internet · Jun 17, 2015

HTTP Explained

HTTP stands for Hypertext Transfer Protocol, a stateless application- level protocol for distributed, collaborative, hypertext information systems. It was initiated by Tim…

Read article →
Dynamics GP Dexterity User Security Tables
Dynamics GP · Jun 2, 2015

Dynamics GP Dexterity User Security Tables

The following are useful Dynamics GP tables regarding security: SY09000 – sySecurityMSTRTask – Security Tasks Master SY10600 – Security Assignment Role Task – sySecurityAssignTaskRole SY09100 – Security…

Read article →
JavaScript – Use Strict
JavaScript / Node / React · Apr 22, 2015

JavaScript – Use Strict

“use strict” is a feature of JavaScript that tells the compiler to use a strict context. For example, consider the code below.…

Read article →