August 04, 2017

Groovy - Setting Up Sublime Text to Run Groovy Scripts
Groovy is a powerful scripting language that builds on Java, making it easier to write concise and expressive scripts. Sublime Text, a highly customizable text editor, can be configured to execute Groovy scripts, streamlining your workflow. This guide will walk you through the steps to set up Sublime Text to run Groovy scripts on your system. Read More
by
Phee Jay
August 03, 2017

Groovy - How to Read Files in Groovy?
This article shows various ways of reading a text file in groovy. Read More
by
Phee Jay
August 01, 2017

JS - How to Create Web Notifications
Web Notifications provide ways for websites to display notifications to users e.g. alerting the user about a business event or success/failure of an asynchronous operation. Read More
by
Phee Jay