Tuesday, October 23, 2012

6 Month Contract in LA

 
Development Lead - Oracle/Cold Fusion Lead
 
In this role you will lead a team of software engineers engaged in developing and enhancing  complex reports for portfolio and risk management.
The core business logic of the reports uses Oracle packages and stored  procedures while the presentation of the reports utilizes Cold Fusion as the display technology. You will be responsible for understanding and documenting business requirements, performing analysis and writing specifications,  coordinating the offshore development team in delivering to the requirements and integrating and testing the finished products. This  is a hands on role that requires solid competency in Oracle PL/SQL
programming and working knowledge of web development with Cold Fusion. Good team leadership skills are essential for this role as you will need to manage a distributed team effectively and handle personnel,  scheduling and conflicts. Good client management skills are equally necessary as you will need to interface with client business and  technical personnel, develop and manage a project plan; track and report on project tasks and status.
 
     *   Solid Oracle programming experience in PL/SQL, SQL, Store
Procedures, Functions, Cursors, Packages, tuning queries and PL/SQL code.
     *   Knowledge of Cold Fusion
     *   Experience in some reporting related project
     *   Good written and verbal communication skills
     *   Ability to manage a team and effectively handle personnel,
scheduling and conflicts
     *   Ability to interface with clients and manage/develop client
relationships
     *   Ability to work independently and manage assigned project
responsibilities with limited supervision
     *   Ability to identify and raise issues in a proactive manner
     *   Ability to work collaboratively to resolve issues - technical,
project, personnel
 
Good to have Skills:
 
     *   Experience in asset management
     *   Experience in reporting related projects
 

Please connect with :
 
Renu Malik
Acclive Inc.
Ph 630 385 8517
renu.malik@accliveinc.com

Monday, October 22, 2012

jquery.myPass tweak

I did some slight tweaks on this jQuery that does some password masking, it now allows for text to be pasted in and handles deletes across all browsers

http://www.mysrc.de/allgemein/jquery-mypass-password-hiding-iphone-style

http://www.mysrc.de/allgemein/jquery-mypass-password-hiding-iphone-style/

Saturday, October 13, 2012

Continuous Integration with FREE Coveros SecureCI

When I was Software Development Manager at Cornell Medical Center in NYC. My predecessor set up Buildix which included CruiseControl, Subversion, Trac, Apache Ant, Apache Tomcat, Apache HTTP Server. We were leveraging Ant to run Selenium RC to test and deploy the code to the test server. It had some integration issues, but all in all a great product.

What got me looking is a call to do a side project. They had no project management tools. I was looking for a VM with Trac & Subversion as a minimum.

I have been looking for a replacement. Coveros SecureCI is available as a vmware image or on the Amazon EC2.

It is designed for java development, but that does not mean it can't be used for ColdFusion. It is CF10 ready with Apache Tomcat! Under the hood are a boat load of packages!

  • Trac
  • Sonar
  • ratproxy
  • Subversion
  • Hudson
  • Apache Ant
  • Apache Maven
  • Sonatype Nexus
  • JUnit
  • Cobertura
  • Selenium Remote Control
  • Checkstyle
  • FindBugs
  • PMD
  • JDepend
  • Apache HTTP Server
  • Apache Tomcat
  • MySQL Server
  • Sun Java Development Kit
  • Sun Java EE 5
  • Ubuntu Server Edition JeOS

Please leave a comment if you have ideas on haw to modify the image to be more CF friendly!