java

Java Learning – Multiple Constructors

A Java class can have multiple constructors. A default no-parameter constructor, as described in a previous post, and overloading constructors, as many as necessary. When a class doesn’t have any constructors, Java simply provides a

Read More
java

Java Learning: Default Constructor

The objective of a constructor is to create an object from a class blueprint. Since the main idea of this action is to create and initialize an object, it makes sense to use the class’s

Read More
architecture

X-aaS – how many

X-aaS – How Many? SaaS – Software as a Service PaaS – Platform as a Service IaaS – Infrastructure as a Service AaaS – Analytics as a Service DaaS – Desktop as a Service FaaS

Read More
architecture

IAST

IAST – Interactive Application Security Testing identifies security vulnerabilities in application code while it’s running.

Read More
architecture

SAST

Static Application Security Testing (SAST) is a method used to review the source code of an application to identify potential vulnerabilities.

Read More
architecture

BASE

BASE Transactions is a transaction model often used on databases that rely heavily on horizontal scaling and performance.

Read More