- I live in Gurgaon and build Cloud based IT Applications using Salesforce & Microsoft Technologies. - Prady
Author Archives: Prady
Test automation with Cucumber JVM, Selenium and Mocha
Cucumber: – A test framework which also supports BDD (Behavior Driven Development) – Here BA / QA can write test cases in plain text following some simple conventions – It generates .NET, Ruby, Java code stubs automatically – It’s Java … Continue reading
Big Data : Hadoop : Some important facts and terms
Big data is characterised by 3Vs I.e. Volume, Velocity and Verity. Big data implementations are used to store read only / populate only data of high 3Vs. It is not replacement of Relational databases. Best use cases of utilisations of … Continue reading
Posted in BIG DATA, HADOOP, Hive
Leave a comment
BIG DATA : HADOOP : I was able to setup hadoop – here are the steps
A few months before i was following http://www.tutorialspoint.com/hadoop/hadoop_enviornment_setup.htm and it took me around 2 weeks spending nights after office before it successfully worked. And i was lost what i did in what sequence. So this weekend i tried it once … Continue reading
Posted in BIG DATA, HADOOP, Hive
Leave a comment
force.com : a true modern RAD
Force.com : a true modern RAD. I am saying this because of reach development features of the platform. Just an example, i was able to create this simple CMS on force.com including making this available over internate in just half … Continue reading
Posted in Force.com, Knowledge Sharing
Leave a comment
TFS: Delete workspace of another user from command line
One of my team member left the company and some of the project files were checked out by him. Other team members were not able to checkout those files to work on. TFS Administrator console also does not provide any … Continue reading
Posted in Troubleshooting
Leave a comment
A simple CMS built on force.com
Force.com developer org allows to create one public website and i created this one. I created this simple CMS in around one hour to publish blog post on my force.com public website.
Posted in APEX, Force.com, Salesforce
Leave a comment
Dirty Coding and Learning 1
I used standardController ‘Account’ & approx 15 VF components in this page such as: page, pageBlock, pageBlockSection, outputLabel, outputText, pageBlockTable + column, repeat + outputLabel, dataTable + column, outputLink, form, pageBlokSectionItem, outputPanel, inputCheckBox, inputTextArea, inputSecret I have also used: system … Continue reading
Posted in APEX, Force.com, Knowledge Sharing, Salesforce
Leave a comment
Display Parent and Child navigational records in a nested DataTable
In this sample i have tried to see Parent and Child navigational capability of SOQL. Taking Contact as main entity i have navigated to Account (parent) and Cases (child). The SOQL query result is binded in a nested DataTable. Check … Continue reading
Posted in APEX, Force.com, Knowledge Sharing
Leave a comment