Wednesday, 2 March 2016

Amazon S3 example



This blog of Amazon S3 example is useful for the beginners of AWS Development. Blog covers how to create Amazon S3 bucket programmatically using JAVA.

This program will automatically execute following things:

  • Create bucket
  • List bucket
  • Upload an object
  • Download an object
  • List object
  • Delete object
  • Delete bucket



Tuesday, 1 March 2016

Download E-book of Getting Started with AngularJS



This document of AngularJS which is new framework which runs on Javascript. AngularJS is a framework for the beginners and developers with less code and more functionality. Practical scenarios of making controllers and models through which users can view the application that have been made through AngularJS framework.

E-book covered following points:
  • Introduction to AngularJS
  • Features of AngularJS
  • Advantages & Disadvantages
  • AngularJS - MVC



Wednesday, 24 February 2016

Download E-book of introducing Amazon RDS



Guide of Amazon relational database service provides a step by step procedure for configuring the database instance on RDS & accessing it using database client.

E-book covered following points:

  • General problem with databases
  • Introduction to Amazon RDS
  • Creating a database instance on RDS
  • Using RDS database instance from client
  • Benefits of Amazon RDS




Monday, 22 February 2016

Download E-book of Getting started with continuous delivery



Continuous Delivery is a pattern language used in software development to automate and improve the process of software delivery.

E-book will guide you through:

  • Continuous delivery pattern
  • Version controlling with Git
  • Git with Eclipse (EGit)
  • Eclipse SSH configuration
  • Installation of Jenkins and Ruby with RVM



Lookup in Salesforce with Mulesoft



The basic examples of Lookup in salesforce with Mulesoft on how to use dataweave for lookup into another flow and also includes how to insert data in lookup data type.

We have created a custom field of type “lookup” in salesforce and data is inserted in that field. we have used mule as IDE. Mule project is created first, then create flow in Mule Configuration file.

We have 2 flows: sales force lookup flow and sales force lookup Flow1

  • Here Transform message is used to map input file and salesforce data.
  • Transformer Message will call another flow(salesforcelookupFlow1) and will retrieve the records from Salesforce and will return to its own flow(salesforcelookupFlow) and will insert record in the lookup field.




Thursday, 18 February 2016

Amazon Simple Storage Service (S3)



Amazon simple storage service is storage for the Internet. It has a simple web services interface so that you can use to store and retrieve any amount of data, at any time, from anywhere on the web.

Advantages:
  • Create Buckets
  • Store data in Buckets
  • Download data
  • Permissions
  • Standard interfaces
Three different way to manage encryption key:
  • SSE with AmazonS3 key management (SSE-SE)
  • SSE with customer provided key (SSE-C)
  • SSE with AWS KMS




Tuesday, 16 February 2016

Download AWS CLI Configuration E-book for FREE



This document will provide information about install and configure AWS from Command Line Interface.

  • AWS CLI for Windows
  • Installing AWS CLI using Pip
  • AWS CLI Configuration for Windows / Linux