Here goes my contribution to HelloScript project by Praseed Pai. GitHub: https://github.com/praseedpai/HelloScript_files/blob/master/Groovy/HelloScript.groovy Source Code: [Code generated by wp-ShowGithubFile plugin]
-
-
Show a file, preferably source code file content in a WordPress blog post or page. This plugin shows always the latest code from GitHub. Visit my GitHub repository to download the plugin for free – https://github.com/ninethsense/wp-ShowGithubFile Source Code: (Live Example directly from GitHub 🙂
-
Here is a script in PHP I wrote to check if a remote host and port are open for you to connect. Do not mistake this as an equivalent to ping command because ping uses ICMP and I used TCP using PHP’s famous fsockopen() function, and a small piece of AJAX. You can get the latest source code from my GitHub code share page – https://github.com/ninethsense/code-share/ PHP: JavaScript:
-
This is a tutorial on how to setup AWS SES / Simple Email Service. Step 1 – Login to your AWS Console, then choose Services –> Customer Engagement –> Simple Email Service Step 2 – Verify a New Domain Choose “Domains” from left navigation panel, then click –> Verify a New Domain button Step 2.2 – Enter Domain name Also click checkbox Generate DKIM settings, though optional, I will be using this. You will be displayed with a list of DNS settings in the next screen. Once you completed the Step 3, click close. Step 3 – Edit DNS records…
-
Here is a simple file system watcher for windows. I wrote a script to monitor a folder for a specific purpose, but then thought to make this a generic tool so someone will benefit if I host in GitHub. Find full project at https://github.com/ninethsense/FolderWatcher Source Code:
-
Added one more language, Groovy in my polyglot programming catalog. Groovy is simple, but powerful. Knowledge in Java was a great help.
-
Completed a 14.5hours Udemy course on Amazon Web Services / AWS. It took about two weeks to complete but is completely worth. So, along with Azure, I am adding AWS also in my list of confidence.
-
Find my notes on Microsoft 2020 Build – virtual event, held on 19,20 & 21st May 2020. Build Home – https://mybuild.microsoft.com/ Microsoft 365 Fluid Framework – A new framework to build distributed web applications. (in preview) [Link] Project Cortex – Classify organization content using AI to topics. Knowledge base to improve employees’ organizational intelligence and productivity (in preview). Microsoft Graph based APIs will be available.[Link] Microsoft Lists – Will have templates for quick lists, color formatting, and the ability to create alerts, track issues, assets, routines, contacts, and inventory for companies [Link] Office Scripting [Link] Outlook – Compose email messages…
-
A good big list of free training courses and other resources – https://www.classcentral.com/report/free-online-learning-coronavirus/
-
Here is a good read – https://d1.awsstatic.com/whitepapers/develop_deploy_dot_net_apps_on_aws.pdf