Skip to main content

Padma Deepika Narayanaswamy

Blogs from this Author

Create a Microsoft Outlook email using JavaScript

  This proof of concept provides reusable code for implementing MS Outlook email functionality using JavaScript. Here we create a sample email content (.eml file) which could directly be hard coded or fetched from document id or class. Here we create a blob data type where we create mail subject using creatObjectURL () function. Here […]

Creating a Shared Repository Between Two Local Machines

GIT is one of the most sophisticated version control systems, and it’s widely used by various organisations. With the help of GitHub, a web-based GIT repository hosting service can be accomplished. In some of the projects involving fewer resources, which requires a common repository in a local machine, GIT enables us to create a shared repository […]