Gradle Shadow Plug-In Link:
https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow
Great Article On Getting The Gradle "Shadow" Plug-In Working:
https://kousenit.org/2016/03/14/the-shadow-knows-gradle/
Object Partners Link:
https://objectpartners.com/2013/07/16/creating-self-contained-executable-jars-with-gradle-and-shadow/
Monday, July 10, 2017
Monday, June 19, 2017
Tuesday, June 06, 2017
Wednesday, March 29, 2017
Sunday, March 26, 2017
Monday, March 20, 2017
Page Object Model (POM)
Page Object Model (POM)
http://toolsqa.com/selenium-webdriver/page-object-model/
Site Prism: Page Object Model (POM) for Capybara
https://github.com/natritmeyer/site_prism
http://toolsqa.com/selenium-webdriver/page-object-model/
Site Prism: Page Object Model (POM) for Capybara
https://github.com/natritmeyer/site_prism
Just Some Links 20170320
Friday, March 17, 2017
Postman and Postman Interceptor Module
To debug REST requests:
Postman + Postman Interceptor Extension
As Google Chrome is navigation, activate the Postman Interceptor and watch web requests flow into Postman.
Postman + Postman Interceptor Extension
As Google Chrome is navigation, activate the Postman Interceptor and watch web requests flow into Postman.
Thursday, March 16, 2017
More Git Tips
##### To include (e.g. "add") in what will be committed
git add
##### Determine your current branch and display local branches
git branch
##### Create a new local branch and switch to it
git checkout -b
Where "BN" is "engineer//" (example)
NOTE: git apparently doesn't like like branch names with leading "/" characters
##### Switch to an existing branch using checkout command
git checkout
##### To discard changes in the working directory to an individual file
git checkout --
##### To commit to current branch with comment
git commit -m ""
##### To show commit history on a branch, use variations of this base command
git log
##### To merge from one branch to another, use this base command
##### The command below merges the specified branch into the current branch
git merge
##### To push local branch up to the origin repo, use this base command
git push
##### Determine your Git status (what branch, untracked files, etc.)
git status
git add
##### Determine your current branch and display local branches
git branch
##### Create a new local branch and switch to it
git checkout -b
Where "BN" is "engineer/
NOTE: git apparently doesn't like like branch names with leading "/" characters
##### Switch to an existing branch using checkout command
git checkout
##### To discard changes in the working directory to an individual file
git checkout --
##### To commit to current branch with comment
git commit -m "
##### To show commit history on a branch, use variations of this base command
git log
##### To merge from one branch to another, use this base command
##### The command below merges the specified branch into the current branch
git merge
##### To push local branch up to the origin repo, use this base command
git push
##### Determine your Git status (what branch, untracked files, etc.)
git status
Friday, March 10, 2017
Ruby Resources
AWS SDK for Ruby: http://docs.aws.amazon.com/sdk-for-ruby/v2/developer-guide/
The Book Of Ruby (online somewhere)
Little Book Of Ruby (online somewhere)
Ruby Style Guide: https://github.com/bbatsov/ruby-style-guide
Ruby Gems Guides: http://guides.rubygems.org/
The Book Of Ruby (online somewhere)
Little Book Of Ruby (online somewhere)
Ruby Style Guide: https://github.com/bbatsov/ruby-style-guide
Ruby Gems Guides: http://guides.rubygems.org/
Wednesday, December 21, 2016
Great Article On Packer / Ansible Work Flow
Great Article On Packer / Ansible Work Flow
https://blog.codeship.com/packer-ansible/
https://blog.codeship.com/packer-ansible/
OTP encryption
To achieve OTP:
Use Linux /dev/urandom OR
Java crypto Random generator
Good OTP papers:
http://www.cryptomuseum.com/manuf/mils/files/mils_otp_proof.pdf
http://www.mils.com/fileadmin/user_upload/Broschüren/TEC-OTP-03E-01-H.pdf
http://users.telenet.be/d.rijmenants/en/onetimepad.htm
Use Linux /dev/urandom OR
Java crypto Random generator
Good OTP papers:
http://www.cryptomuseum.com/manuf/mils/files/mils_otp_proof.pdf
http://www.mils.com/fileadmin/user_upload/Broschüren/TEC-OTP-03E-01-H.pdf
http://users.telenet.be/d.rijmenants/en/onetimepad.htm
Friday, December 16, 2016
Thursday, December 15, 2016
Friday, October 21, 2016
Wednesday, October 05, 2016
C42 Initiatives
- Requirements Cross Referencing Via Ruby/Cucumber
- JVM Usage In Conjunction With Ruby/Cucumber
Subscribe to:
Posts (Atom)