Scala example of fetching a string from remote URI, saving results in local file using command line parameters.
would normally use Curl for this. Continue reading “Scala fetch string from URI and save results in file.”
Scala parse almost ISO Datetime String with TimeZone adjustment
Scala Example to parse almost ISO Date time string, convert to proper time zone and regenerate as ISO standard string.
See Also: Helpful Scala Resource Links
Continue reading “Scala parse almost ISO Datetime String with TimeZone adjustment”
Scala Resource Links Getting started
Learning Methodology
When I learn new programming languages I first choose a non-trivial programming problem and then develop pieces of that system in the new language then go back and re-factor as I learn more. Solving a real problem with the language is the fastest way I have found to gain demonstrated competence in a new language. Continue reading “Scala Resource Links Getting started”