Skip to main content

Posts

Showing posts from January, 2020

Best way to learn Angular 8

Before you actually start learning Angular, you need to understand a few concepts such as: Difference between traditional web-applications and single-page applications AngularJS drawbacks What is Angular? To begin with, let me first tell you what is the difference between traditional web-applications and single-page applications? Traditional Web-apps: I’m sure you will remember that in the past, whenever you would request for a web page, the page used to reload entirely in order to load the data as shown in the image above. This model is referred to as  Traditional-W➨eb Application (TWA) . The biggest problem of this was of course time-consumption. To overcomes this problem,  SPA’s or Single-Page Applications model  was introduced.  SPAs  are browser applications that are similar to mobile applications that come with dynamic interactions. They have much lesser refresh rates when compared to  TWA’s . Take a look at the image below that depicts the SPA model where

What is Java Unit testing, and how do I learn it...

What is Java Unit testing, and how do I learn it... Java Unit testing is when you create small tests to verify that small bits of your code are working as “units.” Typically you write these tests in Java itself. In each test, you might get the system into a certain state, then you interact with the system to exercise the behavior you want to test. You finally verify whether or not the system did what you expected. A primary goal is to reduce the number of defects that you integrate into the rest of the source base. You’ll find numerous tutorial articles if you search. Most people use JUnit, a simple tool that you’ll find in Eclipse or IDEA.

What is Amazon Web Services (AWS)?

 Amazon Web Services Amazon Web Services is a cloud computing platform provided by Amazon. The AWS offers all three service models such as Software as a Service (SaaS), Infrastructure as a Service (IAAS), and Platform as a Service (PaaS). There are more services which comprise the Amazon Web Services including Amazon Elastic Compute Cloud (EC2) which provides virtual servers, Amazon Simple Storage Service (S3) which provides scalable storage for backups, analytics. Then there are other services such as Amazon relational database management system, DynamoDB, AWS Migration hub, and more. AWS provides services in almost every category from mobile development to data analytics. Benefits of using Amazon Web Services: AWS gives access to organizations to use programming models , database and operating system. It provides a cost effective service in which you only have to pay for what you use. Applications can be deployed in multiple regions with just a few clicks. AWS