avatar Bipul Raman Engineer | Speaker

How to send bulk email using PowerShell Script

Several times we need to email to numerous people and email content varies from person to person. PowerShell script can be an easier solution for you. Below is the sample PowerShell Script to send bulk emails. It is fetching data from CSV file (represented in above screenshot). This script will send individual email to every single person listed in CSV. A basic knowledge on PowerShell required t…

March 06, 2016 View post
Starting Development on Windows 10 IOT Core on Raspberry Pie

Windows 10 IoT Core brings the power of Windows to your device and makes it easy to integrate richer experiences with your devices such as natural user interfaces, searching, online storage and cloud based services. You can install Windows 10 IOT core on several development boards including the popular one - "Raspberry Pie". In this blog i will briefly mention step by step along with l…

December 22, 2015 View post
Google AppEngine - how to host your web application on google's cloud for free

Google App Engine is a platform as a service (PaaS) cloud computing platform for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers.

There are a lot of cloud services available on Google AppEngine. But here, I will concentrate more into free features/services offered on Google AppEngine. Application Hosting (Without …

November 03, 2015 View post