Wednesday, April 08, 2015

Wednesday, March 25, 2015

Node.js Related

Express (minimalist web framework for Node.js)
http://expressjs.com/

Node.js Home Page
https://nodejs.org/

Thursday, March 05, 2015

Raspberry Pi

Raspberry Pi (Base Link)
http://www.raspberrypi.org/

Wednesday, February 25, 2015

Thursday, February 19, 2015

Adding Custom JARs To A Maven Project

Mkyong - How To Include Custom Library Into Maven Local Repository?
(seems like one of the easiest techniques)
http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/

Guide to installing 3rd party JARs (Apache Maven Project)
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

Maven External Dependencies (another valid technique)
http://www.tutorialspoint.com/maven/maven_external_dependencies.htm

Stackoverflow Link:
http://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project

Adding external/custom jars into Maven project
Excellent link, especially "Installing jar into local Maven repository".
http://softwarecave.org/2014/06/14/adding-external-jars-into-maven-project/
In case content changes, screenshot of important snippet here:



Wednesday, February 18, 2015

Thursday, February 05, 2015

Docker

Docker
https://docs.docker.com/

Docker User Guide
https://docs.docker.com/userguide/

Quoting from the Docker website:
https://www.docker.com/whatisdocker/

"Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications."

WikiPedia Docker Entry
http://en.wikipedia.org/wiki/Docker_(software)

YouTube Docker Networking
https://www.youtube.com/watch?v=uq8ZEYEYk1Q

Saturday, January 31, 2015

GIT Workflow Links

"A successful Git branching model" by Vincent Driessen
http://nvie.com/posts/a-successful-git-branching-model/

Excellent Article by "End Point"
http://blog.endpoint.com/2014/05/git-workflows-that-work.html

Sunday, January 18, 2015

Encryption For Business (e.g. Medical Billing)

7-Zip (can also AES encrypt files)
http://www.7-zip.org/

AES Crypt (individual files)
https://www.aescrypt.com/

GNU Privacy Guard
https://www.gnupg.org/

List Of Top 24 Free Tools For Data Encryption
http://www.gfi.com/blog/the-top-24-free-tools-for-data-encryption/

TrueCrypt Final Release Repository
https://www.grc.com/misc/truecrypt/truecrypt.htm

Wednesday, December 24, 2014

The Upcoming Year (2015) Of The Java Ecosystem With Test Automation

Tools:
  • JDK
  • Maven (consider transitioning to Gradle)
  • Git / GitHub
  • IntelliJ (JetBrains)
  • Cucumber
  • Jenkins (?)

Monday, December 22, 2014

Gradle Links

Gradle Documentation
http://www.gradle.org/documentation

Gradle Home Link
http://www.gradle.org/

Gradle Wikipedia Link
http://en.wikipedia.org/wiki/Gradle

Tuesday, December 09, 2014

Cassandra Links

Cassandra Query Language (CQL) v3.1.7
https://cassandra.apache.org/doc/cql3/CQL.html

Cassandra Wiki (Client Options)
https://wiki.apache.org/cassandra/ClientOptions

Datastax Cassandra Ruby Driver (As of 20141209, this is current Ruby driver to use)
https://github.com/datastax/ruby-driver

Datastax Cassandra Ruby Driver Documentation
http://datastax.github.io/ruby-driver/

Up and Running With Cassandra (like Google's BigTable)
http://blog.evanweaver.com/2009/07/06/up-and-running-with-cassandra/


Wednesday, October 29, 2014

Ruby IDEs

RubyMine (by JetBrains)
https://www.jetbrains.com/ruby/

Tuesday, October 28, 2014

Ruby MQTT Resources

Pure Ruby Gem
https://github.com/njh/ruby-mqtt

https://rubygems.org/gems/mqtt

http://www.rubydoc.info/gems/mqtt/frames  (better doc presentation)

Install: gem install mqtt


Wednesday, October 15, 2014

Capybara - (Ruby Library)

Capybara (Ruby Library) -- Something to look into:

http://jnicklas.github.io/capybara/

SitePrism -- is used to supply a Page Object Model that can be used with Capybara.

https://github.com/natritmeyer/site_prism