Posts

Showing posts from May, 2018

Amazon AWS Overview and its Architecture

Image
Amazon Web Services (AWS) is Amazon’s cloud website hosting platform. It offers flexible, reliable, scalable, easy-to-use and price-powerful solutions. Architecture: S3 (Simple Storage Service): S3 allows the users to store and retrieve various types of data using API calls. It doesn’t contain any computing element. Load Balancing: Load balancing certainly means hardware or software load over web servers that improves the efficiency of the server as well as the application. Hardware load balancer is a network appliance used in traditional internet application architectures. AWS presents the Elastic Load Balancing provider, it distributes the visitors to EC2 instances throughout multiple available resources, and dynamic addition and elimination of Amazon EC2 hosts from the load-balancing rotation. Elastic Load Balancing can dynamically develop and reduce the load-balancing capacity to modify to visitors demands and also help sticky cla

Angular JS 5.0.0 & 5.1.0 Versions

Version 5.0.0 of Angular JS Angular JS 5.0.0 version was released in Nov 2017, pentagonal-donut. This is a major release containing new features and bug fixes. This release continues the focus on making Angular smaller, faster, and easier to use. Build Optimizer As of 5.0.0, manufacturing builds created with the CLI will now follow the construct optimizer by means of default. A built optimizer is a tool included in our CLI for making your bundles smaller using our semantic understanding of your Angular application. The build optimizer has two main jobs: The first job is to mark parts of the software as pure; this improves the tree shaking provided by using the prevailing equipment, eliminating extra parts of the software that aren’t needed. The second activity the build optimizer does is to put off Angular decorators from utility’s runtime code. Decorators are utilized by the compiler, and aren’t wanted at runtime and may be eliminated. Each of these jobs decrease